/*
Theme Name: Hannoi Hannah
Description: Hannoi Hannah wp theme
*/
@import 'assets/stylesheets/main.css';
.banner {
    height: 100vh;
}
.slider-item {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
/*.overlay-text {
    bottom: 23%;
    left: 0;
    right: 0;
    transform: translateY(-23%);
    position: absolute;
    width: 100%;
}*/
.dwi {
    font-family: 'Brandon_reg', Arial, Helvetica, sans-serif;
    text-transform: none;
}
.custom-btn-block {
    line-height: 1.2;
}
.overlay-text img {
    display: block;
    margin: 0 auto;
}
.logo {
    text-align: center;
    z-index: 1000;
}
.logo a {
    display: inline-block;
}
.copyright {font-size: 0.875em; }
.banner-new .logo {
    left: 0;
    transform:translate(0,-50%);
    width: 100%;
    padding: 0 30px;
}
    .banner-new .logo img {
        display: block;
        margin: auto;
    }

.overlay-text {
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(0);
    position: absolute;
    width: 100%;
    height: 100%;
}
.overlay-text a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 100%;
    width: 100%;
}
.overlay-text a img {
    position: absolute;
    bottom: 18%;
    left: 50%;
    transform: translate(-50%,18%);
    -moz-transform: translate(-50%,18%);
    -webkit-transform: translate(-50%,18%);
}
.pdf-download {
    position: absolute;
    z-index: 999;
    bottom: 9.5%;
    left: 50%;
    transform: translate(-50%,9.5%);
    -webkit-transform: translate(-50%,9.5%);
    -moz-transform: translate(-50%,9.5%);
}
.pdf-download img {
    display: block;
    margin: auto;
}

@media screen and (max-width:1100px) {
    .link-list li .btn {
        white-space: normal;
    }
}

@media screen and (max-width:767px) {
    .hidden-mobile {
        display: none!important;
    }
    #footer address a {
        white-space: normal;
        word-break: break-all;
    }
    .banner {
        height: auto;
    }
    .slider-item {
        height: 214px;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        background-size: cover;
        position: relative;
    }
/*    .overlay-text {
        bottom: 50%;
        transform: translateY(50%);
    }*/
    .overlay-text a img {
        bottom: 50%;
        transform: translate(-50%,50%);
        -moz-transform: translate(-50%,50%);
        -webkit-transform: translate(-50%,50%);
        height: 120px;
    }
    .logo {
        left: 0;
        transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        padding: 0 30px;
        width: 100%;
    }
    .pdf-download {
        position: relative;
        filter: brightness(0%);
        margin-top: 17px;
    }

}

@media screen and (max-width:600px) {
    .overlay-text a img {
        height: 100px;
    }
}

@media screen and (max-width:480px) {
    .overlay-text a img {
        height: auto;
    }
}

@media screen and (max-width:380px) {
    .slider-item {
        height: 142px;
    }
    .overlay-text a img {
        max-height: 130px;
    }
}

@media screen and (min-width:544px) and (max-width: 767px) {
    .overlay-text img {
        height: auto;
    }
}

@media screen and (min-width:768px) {
    .hidden-desktop {
        display: none!important;
    }
    .overlay-text img {
        height: 90px;
    }
    .pdf-download img {
        max-width: 60%;
    }
}


@media screen and (min-width:920px) {
    .overlay-text img {
        height: 100px;
    }
}

@media screen and (min-width: 1024px) {
    .overlay-text img {
        height: 140px;
    }
    .pdf-download img {
        max-width: 80%;
    }
}

@media screen and (min-width: 1200px) {

}

@media screen and (min-width: 1600px) {

}

@media screen and (min-width: 1750px) {
    .overlay-text img {
        height: auto;
    }
    .pdf-download img {
        max-width: 100%;
    }
}