.title-window {
    min-height: 100vh;
}

.full-row {
    height: 100vh !important;
}

.title-description {
    color: whitesmoke;
    margin-top: 50px;
    text-align: center; 
    text-shadow: 0px 0px 71px black;
    font-size: 1.58rem;
}

.title-sub {
    font-size: 7.8rem;
    font-weight: bold;
    color: #ffffffc4;
    text-shadow: 0px 0px 71px black;
    padding: 200px 0;
    width: 100%;
}

.container:not(:first-child) {
    margin-bottom: 30px;
}

.navbar-glass {
    position: fixed;
    min-width: 100%;
    background-color: #000000!important;
    z-index: 1000;
    box-shadow: 0 8px 35px -11px #000;
}

.link-color {
    color: whitesmoke !important;
}

.link-color:hover {
    color: #FFBBBB !important;
}

.title-main {
    font-size: 7.8rem;
    font-weight: bold;
    color: whitesmoke;
    text-shadow: 0px 0px 71px black;
 }

.title-image {
    margin-bottom: 30px;
}

.content-row {
    padding: 30px 0; 
}

.content-image {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.dropdown-menu-color {
    background-color: #000000db !important;
}

.dropdown-item:hover {
    background-color: transparent !important;
}

.navbar .navbar-nav {
    display: inline-block;
}
.navbar .navbar-collapse {
    text-align: center;
}

.navbar-nav {
    width: 100%;
    text-align: center; 
}

.parallax-mirror {
    -webkit-filter:brightness(90%);
    -moz-filter:brightness(90%);
    filter: url(#brightness); /* required for FF */
    filter:brightness(90%);
}

.parallax-mirror:nth-child(5) {
    -webkit-filter:brightness(65%);
    -moz-filter:brightness(65%);
    filter: url(#brightness); /* required for FF */
    filter:brightness(65%);
}

.zoom {
    position: relative;
    overflow: hidden;
    padding: 0 !important;
    border-radius: 3px;
    box-shadow: 0 8px 35px -13px #000;
    margin: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

.youtube-link {
    position: absolute;
    display: none;
    font-size: 1.9rem;
    color: whitesmoke !important;
}

.youtube-link:hover {
    text-decoration: none;
    color: lightgray !important;
}

.zoom img {
    max-width: 100%;
    
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

.zoom:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter:brightness(40%);
    -moz-filter:brightness(40%);
    filter: url(#brightness); /* required for FF */
    filter:brightness(40%);
}

.footer {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcb9b3+0,efc4dd+100 */
    background: #fcb9b3; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #fcb9b3 0%, #efc4dd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #fcb9b3 0%,#efc4dd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #fcb9b3 0%,#efc4dd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb9b3', endColorstr='#efc4dd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.footer-text {
    font-size: 4.8rem;
    font-weight: bold;
    color: black;
    /* text-shadow: 0px 0px 71px black; */
    width: 100%;
    margin: 100px 50px 0;
}

.footer-text-hihi {
    font-size: 0.8rem;
    color: black;
    width: 100%;
    margin: 20px 0 100px;
}   

li {
    float: none;
    display: inline-block;
}

@media (max-width:991px) {
    .container {
        padding: 0 60px;
    }

    .zoom {
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }

    .title-main {
        font-size: 6.5rem;
    }
}

@media (max-width:767px) {   
    .footer-text {
        font-size: 2.8rem;
        margin: 60px 20px 0;
    }

    .footer-text-hihi {
        font-size: 0.8rem;
        margin: 20px 0 60px;
    }

    .container {
        padding: 0 15px;
    }

    .title-main {
        font-size: 5rem;
    }

    .dropdown-item {
        font-size: 0.8rem;
    }

    .display-4 {
        font-size: 3rem;
    }
}

@media (max-width:575px) {
    .zoom {
        margin-left: 15px;
        margin-right: 15px;
    }

    .lead {
        font-size: 1rem;
    }

    .title-main {
        font-size: 3.5rem;
    }

    #airMenu {
        margin-left: -60px;
    }
}

@media (max-width:450px) {
    #airMenu {
        margin-left: -97px;
    }

    .display-1 {
        font-size: 3rem;
    }

    .display-4 {
        font-size: 2.1rem;
    }

    .nav-link {
        font-size: 0.8rem;    
    }

    .footer-text-hihi {
        font-size: 0.8rem;
        margin: 20px 0 60px;
    }
}