.container {
    margin: 0 auto;
    max-width: 100%;
    width: 100% !important;
  }
 
  body{
    background: none !important;
  }

  html{
    scroll-behavior: smooth;
  }


  .backdrop{
    background-color: yellow;
  }

  .normalImage{
    width: 250px;
    transition: transform 0.4s;
    z-index: 21 !important;
  }

  .modalMobile {
    height: 1300px !important;
  }

  .frostcard {
    border-radius: 16px;
    margin: 0 auto;
    width: 100px;
    max-width: 100%;
    min-height: 500px;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
      0px 5px 8px 0px rgba(0, 0, 0, 0.14),
      0px 1px 14px 0px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    /* background-image: linear-gradient(to top, #818284  10%, #F6DD75 80%); */
    
    background-size: cover;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  .sidenav li a:hover{
    background-color: none !important;
  }


  .frost {
    border-radius: 16px;
    margin: 0 auto;
    max-width: 100%;
    box-shadow: 0px 15px 18px -1px rgba(0, 0, 0, 0.8),
      0px 5px 8px 0px rgba(0, 0, 0, 0.14),
      0px 1px 14px 0px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    background-size: cover;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: transparent;
    width:1200px;
  }

  .frostLight {
    border-radius: 16px;
    margin: 0 auto;
    max-width: 100%;
    box-shadow: 0px 5px 8px -1px rgba(0, 0, 0, 0.8),
      0px 5px 8px 0px rgba(0, 0, 0, 0.14),
      0px 1px 14px 0px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    background-size: cover;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: transparent;
    width:1200px;
  }

  .vertical-center {
    margin-left: 10%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  ulc {
    margin: 0;
    padding: 0;
    position: relative;
    top:42px;
    right:35%;
    transform: translate(-50%, -50%);
  }


  ulc navlinks{
      align-items: right !important;
  }
  
  ulc li {
    list-style: none;
    margin: 0 15px;
  }
  
  ulc li glow {
    position: relative; 
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 63px;
    background: #333;
    border-radius: 50%;
    font-size: 30px;
    color: #666;
    transition: .5s;
  }
  
  ulc li glow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #F0AD45;
    transition: .5s;
    transform: scale(.9);
    z-index: -1;
  }
  
  ulc li glow:hover::before {
    transform: scale(1.1);
    box-shadow: 0 0 15px #F0AD45;
  }
  
  ulc li glow:hover {
    color: #F0AD45;
    box-shadow: 0 0 5px #F0AD45;
    text-shadow: 0 0 5px #F0AD45;
  }

.tabs .indicator {
  background-color: #f0ac4500;
}

.tabs .tab a, .tabs .tab a.active 
{
  color: #F0AD45;
}

.tabs .tab a:hover
{
  color: #f39303;
}


a { color: inherit; } 


  glownormal {
    background: transparent;
    border-radius: 50%;
    font-size: 30px;
    color: #666;
    transition: .5s;
  }

  glownormal::before {
    border-radius: 50%;
    background:transparent;
    transition: .5s;
    transform: scale(.9);
    z-index: -1;
  }

  glownormal:hover::before {
    transform: scale(1.1);
    text-shadow: 0 0 15px #F0AD45;
  }
  
glownormal:hover {
    color: #F0AD45;
    text-shadow: 0 0 5px #F0AD45;
  }

  ul li glownormal {
    position: relative; 
    display: block;
    width: 60%;
    height: 60%;
    text-align: center;
    line-height: 65px;
    background: transparent;
    border-radius: 50%;
    font-size: 30px;
    color: #666;
    transition: .5s;
  }
  
  ul li glownormal::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background:transparent;
    transition: .5s;
    transform: scale(.9);
    z-index: -1;
  }
  
  ul li glownormal:hover::before {
    transform: scale(1.1);
    text-shadow: 0 0 15px #F0AD45;
  }
  
  ul li glownormal:hover {
    color: #F0AD45;
    text-shadow: 0 0 5px #F0AD45;
  }

  nav navcontainer{
    padding-left: 60px;
  }

  /*-- Inspiration taken from abdo steif -->
/* --> https://codepen.io/abdosteif/pen/bRoyMb?editors=1100*/

/* Navbar section */

.nav {

    height: 100px;
    position: fixed;
    line-height: 65px;
    background-color: transparent;
    z-index: 990;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
      0px 5px 8px 0px rgba(0, 0, 0, 0.14),
      0px 1px 14px 0px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    
}

.nav div.logo {
    float: left;
    width: auto;
    height: auto;
    padding-left: 3rem;
}

.nav div.logo a {
    text-decoration: none;
    color: #fff;
    font-size: 2.5rem;
}



/* Home section */

.home {
    width: 100%;
    height: 100vh;
	  background-size:cover;
}

@media only screen and (max-width : 500px) {

    .home {
      
      padding-top: 30%;
  }
}

.navTrigger {
    display: none;
}

.nav {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


nav ul a:hover {
    background-color: rgba(0, 0, 0, 0) !important;
}


/* Animation */
/* Inspiration taken from Dicson https://codemyui.com/simple-hamburger-menu-x-mark-animation/ */

.navTrigger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
}

.navTrigger i {
    background-color: #fff;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
}

.navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}

.affix {
    padding: 0;
    height: 65px;
    line-height: 65px;
    max-height: 65px;
    
}

.blurnavbar{
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
      0px 5px 8px 0px rgba(0, 0, 0, 0.14),
      0px 1px 14px 0px rgba(0, 0, 0, 0.12);
    filter: blur(10px);
    background-size: cover;
    opacity: 0.75;
}

.shrinkImage{
   
    transform: scale(0.3);
    transition: transform 0.4s;
    transform-origin: top;
    border: 7px solid #555;
    margin-top: 10px;
}





@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1);
        -webkit-transform: -webkit-translateX(0) -webkit-translateZ(0) -webkit-scaleY(1);
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55);
        -webkit-transform: -webkit-translateX(-25%) -webkit-translateZ(0) -webkit-scaleY(0.55);
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1);
        -webkit-transform: -webkit-translateX(-50%) -webkit-translateZ(0) -webkit-scaleY(1);
    }
}

@keyframes move_wave2 {
  0% {
      transform: translateX(0) translateZ(0); 
      -webkit-transform: -webkit-translateX(0) -webkit-translateZ(0); 
  }
  50% {
      transform: translateX(-25%) translateZ(0);
      -webkit-transform: -webkit-translateX(-25%) -webkit-translateZ(0); 
  }
  100% {
      transform: translateX(-50%) translateZ(0);
      -webkit-transform: -webkit-translateX(-50%) -webkit-translateZ(0); 
  }
}
.waveWrapper {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
    background-image: linear-gradient(to top, #F6DD75  20%, #2bd8f7 100%);
}
.waveWrapperInner2 {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  bottom: -1px;
}
.bgTop {
    z-index: 15;
    opacity: 0.5;
}
.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}
.bgBottom {
    z-index: 5;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.wave2 {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat;
}

.waveTop {
    background-size: 50% 100px;
}
.waveAnimation .waveTop {
  animation: move-wave 3s;
   -webkit-animation: move-wave 3s;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
}
.waveMiddle {
    background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
.waveBottom {
    background-size: 50% 100px;
}
.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}

.waveAnimation .waveBottom2 {
  animation: move_wave2 15s linear infinite;
}


*{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
div .cardexpandable {
  width: 250px;
  height: 250px;
  background: rgba(#F6DD75, 0.6);
  border-radius: 125px;
  margin: 10px auto;
  transition: all 0.6s;
  overflow: hidden;
  z-index: 100;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
      0px 5px 8px 0px rgba(0, 0, 0, 0.14),
      0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  background-size: cover;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(10px);
  text-align: right;
  z-index: 997;
}

.circleBorder {
  border: 3px solid rgb(183, 186, 189);
}

div .cardexpandable:hover {
  background: rgba(#F6DD75, 0.8);
  border-radius: 25px;
  height: 625px;
  width: 970px;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
      0px 5px 8px 0px rgba(0, 0, 0, 0.14),
      0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  background-size: cover;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(10px);
  text-align: right;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

div .cardexpandable .hidecard {
  display:none;
}

div .cardexpandable:hover .hidecard {
  display: block !important;
}

div .cardexpandablephoto {
  display: inline-block;
  width: 220px;
  height: 220px;
  background-size: 200px;
  background-position: center;
  border: 10px solid white;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2), 0px 0px 20px rgba(0,0,0,0.2) inset;
  margin: 15px;
  border-radius: 250px;
  background-image: url('../images/website/recent_display_picture.jpg');
  position: relative;
    right: 199px;
}
.homepageDP
{
  width: 220px !important;
  height: 220px !important;
  background-size: 150px !important;
  background-image: url('../images/website/Fluke_Games_Icon_5.png') !important;
  background-repeat: no-repeat !important;
}
a .tooltipped
{
  Background : none !important;
}

div .cardexpandable:hover .cardexpandablephoto {
  width: 200px;
  height: 320px;
  border-radius: 25px;
  border: 3px solid white;
  right: 5%;
}

div .cardexpandable:hover .homepageDP {
  background-size: 150px !important;
  background-image: url('../images/website/Fluke_Games_Logo.png') !important;
}


.smedium
{
  font-size: 40px;
}

.msmall
{
  font-size: 25px;
}

.mlarge
{
  font-size: 45px;
}

.zindex101{
  z-index: 30 !important;
}

.unblockchips{
  display: block !important;
}

.section_our_solution .row {
  align-items: center;
}

.our_solution_category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.our_solution_category .solution_cards_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.solution_cards_box .solution_card {
  flex: 0 50%;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 15px;
  margin: 8px;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 265px;
  transition: 0.7s;
}

.solution_cards_box .solution_card:hover {
  background: #e2c345;
  color: #fff;
  transform: scale(1.1);
  z-index: 9;
}

.solution_cards_box .solution_card:hover::before {
  background: rgb(85 108 214 / 10%);
}

.solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_description p {
  color: #fff;
}

.solution_cards_box .solution_card:before {
  content: "";
  position: absolute;
  background: rgb(85 108 214 / 5%);
  width: 170px;
  height: 400px;
  z-index: -1;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 35px;
}

.solution_cards_box .solution_card:hover .solu_description button {
  background: #fff !important;
  color: #F6DE75;
}

.solution_card .so_top_icon {
}

.solution_card .solu_title h3 {
  color: #212121;
  font-size: 1.3rem;
  margin-top: 13px;
  margin-bottom: 13px;
}

.solution_card .solu_description p {
  font-size: 15px;
  margin-bottom: 15px;
}

.solution_card .solu_description button {
  border: 0;
  border-radius: 15px;
  background: linear-gradient(
    140deg,
    #F0AD46 0%,
    #F2C94B 50%,
    #F6DE75 75%
  ) !important;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  padding: 5px 16px;
}

.our_solution_content h1 {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}
.our_solution_content p {
}

.hover_color_bubble {
  position: absolute;
  background: rgb(54 81 207 / 15%);
  width: 100rem;
  height: 100rem;
  left: 0;
  right: 0;
  z-index: -1;
  top: 16rem;
  border-radius: 50%;
  transform: rotate(-36deg);
  left: -18rem;
  transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
  top: 0rem;
}

.solution_cards_box .solution_card .so_top_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution_cards_box .solution_card .so_top_icon img {
  width: 40px;
  height: 50px;
  object-fit: contain;
}

/*start media query*/
@media screen and (min-width: 320px) {
  .sol_card_top_3 {
    position: relative;
    top: 0;
  }

  .our_solution_category {
    width: 100%;
    margin: 0 auto;
  }

  .our_solution_category .solution_cards_box {
    flex: auto;
  }
}


@media only screen and (min-width: 768px) {
  .our_solution_category .solution_cards_box {
    flex: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .sol_card_top_3 {
    position: relative;
    top: -3rem;
  }
  .our_solution_category {
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 601px) {
  .container {
    width: 100%;
  }
}
@media only screen and (min-width: 993px) {
  .container {
    width: 100%;
  }
}



.modal{
  border-radius: 16px;
  margin: 0 auto;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  background-size: cover;
  backdrop-filter: blur(10px);
  background-color: transparent !important;

}
.tabs{
  background-color: rgba(236, 236, 204, 0.637);
  
  
}
.tab{
  margin: 0 auto;
  padding:0;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(194, 247, 3, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  background-size: cover;
  
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(10px);
  /* background-color: rgb(175, 175, 173); */

}

.carousel-slider {
  width:100%;
}

@font-face {
  font-family: FlukeGame;
  src: url(Minercraftory.ttf);
} 

.glitch{
  animation: glitch 1s linear infinite;
}

@keyframes glitch{
  2%,64%{
    transform: translate(2px,0) skew(0deg);
  }
  4%,60%{
    transform: translate(-2px,0) skew(2deg);
  }
  62%{
    transform: translate(0,0) skew(50deg); 
  }
}

.titleGlitch
{
  display: block !important;
}

.titlehide
{
  display: none !important;
}

.typewriter {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: normal; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 4.5s steps(60, end),
    blink-caret .5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  0% { border-color: rgba(250, 250, 250, 0) }
}

.pad30{
  padding-top: 25% !important;
  z-index: 22;
}

.pad0{
  padding-top: 0;
  z-index: 20;
}



 /* INTRO SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.containertimeline {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}



/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul {
  padding: 50px 0;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #F6DD75 !important;
}

.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
}

.timeline ul li.in-view::after {
  background: #0ac4f3;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  background: #F0AD45;
}

.timeline ul li div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li div bold {
  font-weight: bold;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #0ac4f3 transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -439px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #0ac4f3;
}

time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}


*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* .chip{
  font-size: 20px;
}
.chip img
{
  width:32px;
  height:32px;
} */

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #F6DD75 !important;
}
.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  z-index: 2;
  background: #eee;
}
.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 20px;
  background: #fff;
  box-shadow: 4px 13px 30px 1px rgba(15, 134, 170, 0.2);
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.timeline ul li div time {
  position: absolute;
  background: #F6DD75;
  width: 130px;
  height: 30px;
  top: -15px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
}

.timeline ul li div type {
  position: absolute;
  background: #f5af19;
  width: 130px;
  height: 30px;
  top: -15px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
  margin-left: 90px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.timeline ul li div div {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.timeline ul li div div p {
  text-align: center;
}
.timeline ul li div .discovery {
  margin-right: 10px;
}
.timeline ul li:nth-of-type(odd) > div {
  left: 45px;
}
.timeline ul li:nth-of-type(even) > div {
  left: -439px;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.timeline ul li:nth-of-type(odd) div {
  transform: translate3d(100px, -10px, 0) rotate(10deg);
}
.timeline ul li:nth-of-type(even) div {
  transform: translate3d(-100px, -10px, 0) rotate(10deg);
}
.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}

.grid-view {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}

.block-wrap {
  width: 900px;
  height: 400px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin: auto;
}

.block-col {
  display: box;
  -webkit-display: box;
  height: 100%;
  margin: 0 12px;
  width: 128px;
}

.block {
  height: 128px;
  width: 100%;
  border-radius: 8px;
  margin: auto 0;
  position: relative;
  will-change: transform;
}
.block:not(.block--active) {
  cursor: pointer;
}
.block:not(.block--active):hover, .block:not(.block--active).fake-hover {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}
.block:not(.block--active):hover:after, .block:not(.block--active).fake-hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(1.1) translateY(12px);
          transform: scale(1.1) translateY(12px);
}

.block:not(.block--active):active {
  -webkit-transform: scale(0.9) translateY(-12px);
          transform: scale(0.9) translateY(-12px);
}
.block--active {
  position: fixed;
  padding-top: 1%;
  bottom:2%;
  left: 0px;
  z-index: 1;
  height: 100%;
  width: 100%; 
}
.block--active .clogo{
  width: 150px !important;
  height:150px !important;
}

.block--active .ctext{
  color: rgb(126, 122, 122) !important;
  font-size: 36px;
  position: relative;
  bottom: 25px;
}
.block--transition {
  -webkit-transition: -webkit-transform 0.185s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.185s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.185s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.185s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.185s cubic-bezier(0.4, 0, 0, 1);
}

.block-content {
  display: none;
  padding: 24px;
}
.block--active .block-content {
  display: block;
}

.block-content__header {
  background: rgba(0, 0, 0, 0.1);
  padding: 24px;
  margin: -24px -24px 24px;
  overflow: hidden;
  color: rgba(14, 13, 13, 0.85);

}

.block-content__header__text {
  will-change: transform;
  margin: 0;
  opacity: 0;
  font-size: 2em;
  color: rgb(126, 122, 122);
}
.block--active .block-content__header__text {
  -webkit-animation: content-in 0.225s cubic-bezier(0, 0, 0.2, 1) forwards;
          animation: content-in 0.225s cubic-bezier(0, 0, 0.2, 1) forwards;
  -webkit-animation-delay: .15s;
          animation-delay: .15s;
}

.block-content__body {
  will-change: transform;
  opacity: 0;
  font-size: 18px;
  line-height: 1.333;
  -webkit-animation: content-in 0.245s cubic-bezier(0, 0, 0.2, 1) forwards;
          animation: content-in 0.245s cubic-bezier(0, 0, 0.2, 1) forwards;
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
  margin: 0 0 20px;
  color: rgba(14, 13, 13, 0.85);
 
}

.block-content__button {

}

@-webkit-keyframes content-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(128px);
            transform: translateY(128px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes content-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(128px);
            transform: translateY(128px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes button-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(64px);
            transform: translateY(64px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes button-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(64px);
            transform: translateY(64px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.t {
  background: #f5f4f0c9;
  color: #a2a79f96;
  border-top: 2px solid #68fe9a00;
}
.t:not(.block--active) {
  border-bottom: 2px solid #03fd4200;
  box-shadow: 0px 5px 8px -1px rgba(0, 0, 0, 0.8),
      0px 5px 8px 0px rgba(0, 0, 0, 0.14),
      0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.t.block--active {
  background: #f6e975de;
  -webkit-box-sizing: inherit;
}
.t .block-content__header {
  background: #35fd7100;
}
.t .block-content__button {
  border-bottom: 2px solid #03fd2d00;
  border-top: 2px solid #68feab00;
}



.d-steam-cards {
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.d-steam-card-wrapper {
  max-width: 320px;
  min-width: 200px;
  margin: 0 auto;
  flex: 0 1 16.66%;
  padding: 1rem;
}
@media only screen and (max-width: 1200px) {
  .d-steam-card-wrapper {
    flex-basis: 20%;
  }
}
@media only screen and (max-width: 768px) {
  .d-steam-card-wrapper {
    flex-basis: 25%;
  }
}

.d-steam-card {
  padding: 0 0 150% 0;
  width: 250px;
  height: 300px;
  background: url("") no-repeat transparent 50% 50%;
  background-size: cover;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 10px -2px rgba(0, 0, 0, 0.5);
  transition: all ease 0.28s 0.01s;
  transform: perspective(222px) translate3d(0px, 5px, 0px) rotateX(0deg);
  perspective-origin: top;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.steamText {
  position: fixed;
  bottom:10px;
  left:5px;
  color: White;
  font-size: 23px;
  font-weight: bold;
}

.steamTag {
  position: relative;
  top:210px;
  left:5px;
  color: rgb(13, 168, 240);
}
.d-steam-card::before {
  width: 400px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: linear-gradient(35deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 51.5%, rgba(255, 255, 255, 0.15) 54%, rgba(255, 255, 255, 0.15) 100%);
  transform: translateY(-36%);
  opacity: 0.5;
  transition: all ease 0.28s 0.01s;
}
.d-steam-card:hover, .d-steam-card:focus {
  border: 1px solid rgba(0, 0, 0, 0.1);
  transform: perspective(222px) translate3d(0px, 0px, 8px) rotateX(3deg);
  transform-origin: center;
  box-shadow: 0 14px 16px -2px rgba(0, 0, 0, 0.5);
}
.d-steam-card:hover::before, .d-steam-card:focus::before {
  opacity: 1;
  transform: translateY(-20%);
}
.d-steam-card:active {
  filter: brightness(80%) contrast(110%);
}

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400);
body{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight:300;
}
.footer #footerbutton{
	width:35px;
	height:35px;
	margin:0 auto;
	position:relative;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.footer #footerbutton:hover{
	width:35px;
	height:35px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	position:relative;
}
.footer {
	bottom:0;
	left:0;
	position:fixed;
    width: 100%;
    height: 3em;
    overflow:hidden;
    margin:0 auto;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	z-index:999;
}
.footer:hover {
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	height: 10em;
}
.footer #footercontainer{
	margin-top:5px;
	width:100%;
  height:70%;
  position:relative;
  top:0;
  left:0;
	background-image: linear-gradient(grey, #f6dc7502);;
}
.footer #cont{
  position:relative;
  top:-45px;
  right:190px;
	width:150px;
	height:auto;
	margin:0 auto;
}
.footer_center{
	width:500px;
	float:left;
  text-align:center;
}
.footer h3{
	font-family: 'Helvetica';
	font-size: 30px;
	font-weight: 100;
	margin-top:70px;
	margin-left:40px;
}


.blockMultiple{
  background-color: rgba(255, 255, 255, 0.5);
  width: 90%;
  margin:0 auto;
  margin-bottom: 30px;
  padding: 10px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

label.buttonMultipleUpload{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #FFFFFF;
  border: 1px solid #6C6C6C;
  color: #6C6C6C;
  padding: 5px 10px;
  margin: 5px 0;
  display: inline-block;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

label.buttonMultipleUpload:hover{
  background-color:#F0F0F0;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

input#images{display: none;}

#multiple-file-preview{border-top: 1px solid rgba(0, 0, 0, 0.11); margin-top: 10px; padding: 10px;}

#sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
  min-height: 600px;
}

#sortable li {
  margin: 3px 3px 3px 0;
  float: left;
  width: 200px;
  text-align: center;
  position: relative;
  background-color: #FFFFFF;
}

#sortable li, #sortable li img
{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#sortable li div.order-number{
  position: absolute;
  bottom: 12px;
  right: 2px;
  width: 15px;
  height: 15px;
  background-color: #2B91E3;
  color: #FFFFFF;
  font-size: 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

#sortable li div.closeButton{
  position: absolute;
  top: 2px;
  right: 2px;
  width: 15px;
  height: 15px;
  background-color: #e32b2b;
  color: #FFFFFF;
  font-size: 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}


.user-menu-wrap {
  position: relative;
  width: 36px;
  margin: 50px auto;
}

.menu-container {
  visibility: hidden;
  opacity: 0;
}
.menu-container.active {
  visibility: visible;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.user-menu {
  position: fixed;
  z-index: 1000;
  right: 30px;
  top: 100px;
  background-color: #FFFFFF;
  width: 300px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 20px;
}
.user-menu .profile-highlight {
  display: flex;
  border-bottom: 1px solid #E0E0E0;
  padding: 12px 16px;
  margin-bottom: 6px;
}
.user-menu .profile-highlight img {
  width: 48px;
  height: 48px;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}
.user-menu .profile-highlight .details {
  display: flex;
  flex-direction: column;
  margin: auto 12px;
}
.user-menu .profile-highlight .details #profile-name {
  font-weight: 600;
  font-size: 16px;
}
.user-menu .profile-highlight .details #profile-footer {
  font-weight: 300;
  font-size: 14px;
  margin-top: 4px;
}
.user-menu .footer {
  border-top: 1px solid #E0E0E0;
  padding-top: 6px;
  margin-top: 6px;
}
.user-menu .footer .user-menu-link {
  font-size: 13px;
}
.user-menu .user-menu-link {
  display: flex;
  text-decoration: none;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  padding: 12px 16px;
}
.user-menu .user-menu-link div {
  margin: auto 10px;
}
.user-menu .user-menu-link:hover {
  background-color: #F5F5F5;
  color: #333333;
}
.user-menu:before {
  position: absolute;
  top: -16px;
  left: 205px;
  display: inline-block;
  content: "";
  border: 8px solid transparent;
  border-bottom-color: #E0E0E0;
}
.user-menu:after {
  position: absolute;
  top: -14px;
  left: 205px;
  display: inline-block;
  content: "";
  border: 7px solid transparent;
  border-bottom-color: #FFFFFF;
}

:root {
	--clr3: #333;
	--clr4: tomato;
  --gold: #FFCB1F;
  --gold-dark: #F6AE1E;
  --brown: #603814;
  --brown-dark: #3F220F;
  --background-color: #1E63A6;
	}


	body *, body :after, body :before {
	box-sizing: border-box;
	}

	.transparent {
	background: transparent !important;
	}

	.wrapReveal {
	max-width: 100%;
	min-width: 100%;
	margin: 0 auto;
	position: relative;
	}
	.wrapReveal.sticky {
	margin-top: 150px;
	/* set height from header */
	}

	.fluid .wrapReveal {
	max-width: 100% !important;
	}

	.wrapReveal.sticky {
	background: var(--clr2);
	padding: 50px;
	position: fixed;
	top: 0px;
	max-width: 960px;
	width: calc(100% - 20px);
	min-width: 360px;
	border-radius: 0px 0px var(--border-radius) var(--border-radius);
	}

	.fluid .wrapReveal.sticky {
	max-width: 100% !important;
	}

	.footerReveal {
	padding: 50px;
	width: 100%;
	border-radius: var(--border-radius) var(--border-radius) 0px 0px;
	position: relative;
	margin: 10px 0 0 0;
	}
	.footerReveal .logo {
	background: var(--clr2);
	width: 50px;
	height: 50px;
	border-radius: var(--text-radius);
	}
	.footerReveal nav {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(-50px, -50%);
	}
	.footerReveal nav ul li {
	display: inline-block;
	list-style: none;
	width: 60px;
	height: 10px;
	background: var(--clr2);
	border-radius: var(--text-radius);
	}

	@media (max-width: 728px) {
	}
	body, html {
	max-width: 100%;
	overflow-x: hidden;
	}

	.wrapperReveal {
	transform-origin: center bottom 0px;
	transition: all 0.5s ease 0s;
	box-shadow: 0px 22px 54px rgba(0, 0, 0, 0.5);
	}

	body.tight .wrapperReveal {
	transform: translateY(-60px) scale(0.9);
	cursor: pointer;
	}

	.footerReveal {
	width: 90%;
	max-width: 1440px;
	margin: 0px auto;
	text-align: center;
	margin-bottom: 50px;
	}

	@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	}
	.arrow {
	position: fixed;
	bottom: 50px;
	left: 50%;
	cursor: pointer;
	margin-left: -20px;
	width: 20px;
	height: 20px;
	padding: 20px;
	z-index: 99;
	background-color: var(--clr4);
	border-radius: 50em;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
	background-size: 20px 15px;
	background-repeat: no-repeat;
	background-position: center;
	}

	.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
	}
  .bodyBackDrop {
    height:100%;
    background: linear-gradient(253deg, #0cc898, #1797d2, #864fe1);
    -webkit-animation: bgmove 5s ease infinite;
    -moz-animation: bgmove 5s ease infinite;
    animation: bgmove 5s ease infinite;
    z-index: -1;
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
  }
  
  @-webkit-keyframes bgmove {
    0% {
      background-position: 0% 50%
    }
    50% {
      background-position: 100% 50%
    }
    100% {
      background-position: 0% 50%
    }
  }
  
  @-moz-keyframes bgmove {
    0% {
      background-position: 0% 50%
    }
    50% {
      background-position: 100% 50%
    }
    100% {
      background-position: 0% 50%
    }
  }
  
  @keyframes bgmove {
    0% {
      background-position: 0% 50%
    }
    50% {
      background-position: 100% 50%
    }
    100% {
      background-position: 0% 50%
    }
  }

  #ACEzio:hover {
    cursor: url('../images/website/ACPointer.png'), auto;
  }
  
  .g-signin2 svg {
    position: relative;
    height:100%;
  }
  
  
  .cardPhoneReveal {
    z-index: 1;
    position: relative;
    width: 300px;
    height: 405px;
    margin: 0 auto;
    margin-top: 100px;
    /*border-style: solid;
   border-width: 0px;*/
    background-color: #25282a;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.29);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.29);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
  }

.cardPhoneReveal.active {
  height: 480px;
}

.bannerPhoneReveal {
  z-index: 2;
  position: relative;
  margin-top: -128px;
  width: 100%;
  height: 150px;
  background-size: cover;
  border-bottom: solid 3px #CCC;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
}



.bannerPhoneReveal.active {
  height: 12px;
}

.photoPhoneReveal {
  z-index: 3;
  overflow:hidden;
  position: relative;
  border-radius: 50%;
  height: 120px;
  width: 125px;
  background-color: white;
  margin: 0 auto;
  background-size: cover;
  padding: 1px;
  border: 2px solid #CCC;
  background-position: 50% 50%;
  top: 75px;
  -webkit-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
  transition: top 0.7s ease-in-out, background 0.15s ease;
  -webkit-transition: top 0.7s ease-in-out, background 0.15s ease;
  -moz-transition: top 0.7s ease-in-out, background 0.15s ease;
  -o-transition: top 0.7s ease-in-out, background 0.15s ease;
  -ms-transition: top 0.7s ease-in-out, background 0.15s ease;
}

.photoPhoneReveal.active {
  top: -50px;
}

.cardPhoneReveal ul {
  list-style: none;
  text-align: center;
  padding-left: 0;
  margin-top: 80px;
  margin-bottom: 30px;
  font-size: 20px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
}

.cardPhoneReveal ul.active {
  opacity: 0;
  visibility: hidden;
}

.cardPhoneReveal i {
  font-size: 25px;
  display: inline-block;
  margin-top: 10px;
  margin-left: 40px;
  margin-right: 150px;
  width: 300px;
  text-align: left;
  color: #FFF;
}

a.phoneReveal {
  margin: 0 auto;
  text-align: center;
  margin-top: -15px;
  width: 100%;
  height: 35px;
  display: block;
  border: none;
  background-color: transparent;
  font-family: inherit;
  color: white;
  background-color: #009bdf;
  font-size: 12px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

a.phoneReveal:hover {
  cursor: pointer;
  background-color: #999;
}

a.phoneReveal:focus {
  outline: 0;
}


.phoneReveal-form {
  height: 0;
  overflow: hidden;
  /*    background-color: #C7D0E1;*/
  width: 300px;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.phoneReveal-form.active {
  height: 310px;
  z-index: 3;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}





#contact {
	max-width: 970px;
	margin: auto;
  position: relative;
  top:54px;
}

#contact p {
	text-align: center;
	font-family: helvetica, arial;
	font-size: 16px;
	font-weight: 200;
  color: white;
}


#postcard{
background: white;
	margin: auto;
	height: 400px;
	width: 550px;
	border: solid 3px black;
	position: relative;
  top:10%;
}

#leftbox{
	float: left;
	width: 49%;
	overflow: hidden;
	
}

textarea {
	margin: 20px;
	border:none;
	resize: none; 
	font-size: 12px;
font-family: helvetica, arial;
}



#rightbox {
	float: right;
	width: 50%;

}


#send input{
	float: right;
	display: block;
	margin: 20px;
	height: 90px;
	width: 70px;
	background-color: #404040;
	color: white;
	border-style: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	font-family: helvetica, arial;
	letter-spacing: 2px;

}

#send img{
	float: right;
	display: block;
	width: 80px;
  padding-top:8%;
}

.line {
	margin-top: 10%;
	height: 340px;
	border-left: solid 1px black;
}

#input {
	padding-top: 100px;
}

#input input {
	position:relative;
  top:75px;
  left: 30px;
	display: block;
	width: 205px;
	font-size: 16px;
	border: none;
	border-bottom: dotted 2px black;
  font-family: helvetica;
}


.vertical {
  border-left: 2px solid black;
  height: 500px;
}

.horizontaldivider {
  border-top: 2px solid black;
  width: 700px;
  }


.profile-card {
  position: relative;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 5em rgba(0, 0, 0, 0.2);
  padding: 2em 1em;
  overflow: hidden;
  border-radius: 0.7em;
  }
  .profile-card .popular + .popular {
  margin-top: 1em;
  }
  .profile-card .popular {
  position: relative;
  cursor: pointer;
  z-index: 0;
  }
  .profile-card .popular:before {
  position: absolute;
  content: "";
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 0.6rem;
  }
  .profile-card .popular img {
  width: 100%;
  position: relative;
  height: 16rem;
  object-fit: cover;
  border-radius: 0.6rem;
  display: block;
  top: 0;
  transition: 0.5s ease-in-out;
  }
  .profile-card .popular .content {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  }
  .profile-card .popular .content h3 {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  position: relative;
  top:30px;
  background-color: #2f31317a;
  }

  .profile-card .popular .content h1 {
    background-color: #2f31317a;
    position: relative;
    top:30px;
    color: #fff;
    text-align: center;
    }
    
  .profile-card .popular .content
  {
    overflow:hidden;
  }

  .profile-card .popular .content p {
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.4;
  height: 0;
  overflow: hidden;
  -moz-animation-delay: 3.5s;
  -webkit-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
  margin-top: 0;
  }
  .profile-card .popular .content ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  }
  .profile-card .popular .content ul li i {
  color: #d9d9d9;
  font-size: 0.565rem;
  }
  .profile-card .popular.opened img {
  height: 52rem;
  }
  .profile-card .popular.opened .content p {
  height: auto;
  margin-top: 10px;
  }


  
  
  