@font-face {
    font-family: Joane;
    src: url('/Joane.woff2');
}
@font-face {
    font-family: Poppins-Light;
    src: url('/Poppins-Light.ttf');
}
body {
    background-color: black;
}
.bg-video {
    display: none;
    z-index: 10000;
    background: #000b;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}
.bg-video .video-wrap {
    margin: auto;
    width: 160.2vh;
    max-height: 90vh;
    position: relative;
    display: flex;
}
.bg-video .video-wrap svg {
    height: 1.9rem;
    cursor: pointer;
    position: absolute;
    right: -0.7rem;
    top: -0.7rem;
    color: white;
    z-index: 500; /* chrome fix */
}
.bg-video video {
    /*margin: auto;*/
    width: 100%;
}

.wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    /*justify-content: space-evenly;*/
    align-items: center;
    max-width: 61rem;
}

.soon {
    font-family: 'Poppins-Light', serif;
    color: white;
    font-size: 0.9rem;
}

.logo {
    width: 100%;
    margin-top: 16vh;
    height: 32vh;
    display: flex;
    justify-content: center;
}

.soon {
    /*text-transform: uppercase;*/
    margin-top: 7vh;
    margin-bottom: 5vh;
}

.soon a {
    color: white;
    font-weight: bold;
  }

.btn {
    font-size: 1.1rem;
}
.btn-outline-danger {
    color: #9e7340;
    border-color: #9e7340;
    border-radius: 0;
}
.discover-more {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 0px;
    font-size: 1.2rem;
    margin-bottom: 100px;
}
.btn-outline-danger:hover {
    color: #fff !important;
    border-color: #a05904;
    background-color: #a05904;
    font-weight: normal;
}

@media (max-width: 991px) {
    .soon {
        /*margin-top: 0;*/
        font-size: 0.8rem;
        /*text-align: center;*/
        margin-bottom: 8vh;
        margin-top: 4rem;
        /*margin-left: 3rem;
        margin-right: 3rem;*/
    }
    .logo img{

        max-width: 100%;
    }
    .logo {
        height: auto;
    }
}
