@font-face {
    font-family: 'Roboto', sans-serif;
    src:local("./assets/futura-medium.ttf");
}
body{
    background: white;
}
.topLogo{
    display: flex;
    background-color: white;
    width: 30rem;
    transition: 0.3s;
}
#bkg{
    margin-top: 15vh;
}
.buttonsList{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: center;
    padding: 3vw;
}
.button {
    width: 12vw;
    height: 5vh;
    padding: 20px;
    border-radius: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    text-decoration: none;
    background:#000000;
    color: white;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    position: relative;
    top: 30px;
    border:none;
}

.button:hover{
    width: 12vw;
    height: 5vh;
    padding: 20px;
    border-radius: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    border:#000000 solid 2px;
    background: white;
    color: #000000;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    cursor: pointer;
}

.splash{
    background-image: url("assets/google.png");
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    height: 50vh;
    width: 100vw;
}
.overlay {
    visibility: visible;
    position: absolute;
    z-index: 999;
    background-color: white;
    pointer-events: none;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.alignCenter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    flex-direction: column;
}
.loader {
    border: 16px solid #000000;
    border-top: 16px solid #FFFFFF;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}
#title-cerave {
    width:100%;
    
}

#land{
    width:50%;
    margin-top: 30px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#iframe-8thwall {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 100vw;
    height: 100vh;
}
.disabled {
    filter: grayscale(100%);
}

#text-title {
    width: 15rem;
    padding: 20px;
  }

@media (max-width: 775px) {
    .button {
      width: 20vw;
      font-size: 15px;
    }
    #text-title {
        width: 17rem;
        padding: 20px;
        margin-top: 6rem;
        margin-bottom: 12rem;
      }
  }
  
  
  @media (max-width: 425px){
    .topLogo {
      width:15rem;
    }
  
    #text-title {
        
        width: 17rem;
        padding: 20px;
        margin-top: 6rem;
        margin-bottom: 12rem;
    }
  
    .button {
      font-size: 15px;
      width: 20vw;
      height: 3vh;
    }
  
    .button:hover {
      width: 15vw;
      font-size: 12px;
    }

    #title-cerave {
        margin-top:50px;
    }
    #land{
        width:50%;
        margin-top: 50px;
    }
  }

  @media (max-width: 441px) {
    #title-cerave {
    width:13rem;
    font-size: 15px;
    }
  }

  @media (min-width: 775px) {
    #text-title {
        width: 17rem;
        padding: 20px;
        margin-top: 6rem;
        margin-bottom: 12rem;
    }
  }
  

  