/* Mobile */
@media (max-width: 325px) {
    .menu-links {
        padding: 30% 0!important;
    }

    .menu-links a {
        font-size: 20px!important;
        line-height: 35px!important;
        display: block;
    }

    .mega-menu h3 {
        font-size: 20px!important;
    }

    .card h2 {
        font-size: 30px;
        margin-top: 40px;
    }

    .copyright-section {
        bottom: 40px!important;
    }
}

@media (min-width: 321px) and (max-width: 400px) {
    .menu-links {
        padding: 35% 0!important;
    }

    .card h2 {
        font-size: 30px;
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-link {
        padding: 0;
    }

    header {
        background-color: #fff;
        height: 70px;
    }

    hr {
        height: 70px;
        margin: 0;
    }

    .responsive-hr {
        margin-top: 70%;
    }

    .page-intro {
        height: 100vh;
    }

    .frontend-page-content {
        padding-top: 70px;
        overflow: auto;
        position:static;
    }

    .about-page .frontend-page-content {
        padding-top: 70px;
        overflow: auto;
    }
    
    .frontend-page-content.project-page {
        position: static;
        /* min-height: 150vh; */
    }

    .main-layout {
        min-height: auto;
        height: auto;
    }

    .gallery-page {
        margin-top: 0px;
    }
    
    .main-layout.gallery-page {
        min-height: auto;
        max-height: none;
        height: auto;
        padding-bottom: 0;
    }

    .gallery {
        max-height: none;
    }

    .main-layout.commercial-page {
        min-height: auto;
        max-height: fit-content;
        height: auto;
    }

    .main-layout.fashion-page {
        min-height: 140vh;
        max-height: fit-content;
        height: auto;
    }

    .main-layout.portraits-page {
        min-height: 180vh;
        max-height: fit-content;
        height: auto;
    }

    .main-layout.documentary-page {
        min-height: 210vh;
        max-height: fit-content;
        height: auto;
    }

    .main-layout.contact-page {
        max-height: fit-content;
        height: auto;
    }

    .menu-links a {
        font-size: 25px;
        line-height: 40px;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        display: block;
    }

    .copyright-section {
        bottom: 70px!important;
    }

    br {
        display: none;
    }

    .menu-links span {
        display: none;
    }

    .mega-menu {
        top: -2px;
        height: 110vh;
        background-color: #fff;
    }

    .menu-head h3 {
        padding-left: 0;
        display: inline-block;
        line-height: normal;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 25px;
    }
    
    .mega-menu h3 {
        padding-top: 0px;
        text-align: center;
        font-size: 25px;
    }

    .menu-links {
        padding: 40% 15px 0 15px;
    }

    .page-intro img {
        width: 70%;
    }

    .project-page h2 {
        font-size: 30px;
        margin-top: 40px;
    }

    .gallery-icon ion-icon {
        width: 2em;
        height: 2.5em;
    }

    .carousel-item {
        min-height: auto;
    }

    .scrollable-section {
        max-height: none;
        max-width: none;
        overflow: auto;
        overflow-y: auto;
        padding-right: 0px;
    }

    textarea.form-control {
        height: 100px;
    }

    .home-page h1 {
        margin-top: 20px;
    }
}

/* Tablet & small screens: */
@media (min-width: 768px) and (max-width: 991px) {
    hr {
        height: 50px;
    }
    
    .card h2 {
        font-size: 30px;
    }

    .gallery-icon ion-icon {
        width: 2em;
        height: 3.5em;
    }

    .gallery-page {
        min-height: 120vh;
    }

    .gallery {
        max-height: 75vh;
    }

    .menu-links a {
        font-size: 26px;
        padding: 0 15px;
    }

    .menu-links span {
        font-size: 40px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .menu-links {
        padding: 280px 0px;
    }

    .main-layout {
        min-height: auto;
    }

    .main-layout.commercial-page, .home-page {
        padding-top: 10vh;
    }

    .commercial-page .carousel-inner {
        max-height: 410px;
    }

    .scrollable-section {
        max-height: 210px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .menu-head h3 {
        font-size: 40px;
    }

    .menu-links {
        padding: 20% 0!important;
    }

    .main-layout {
        min-height: auto;
    }

    .main-layout.contact-page {
        min-height:auto;
    }

    hr {
        height: 50px;
    }

    .mega-menu {
        padding-top: 20px;
    }

    .gallery {
        max-height: 75vh;
    }
}

/* Laptop: */
@media (min-width: 1200px) and (max-width: 1600px) {

    hr {
        height: 10px;
        margin: 0;
    }

    .menu-links {
        padding: 18% 15% 0 15%!important;
    }

    .menu-links a {
        font-size: 35px;
        padding: 0 15px;
    }

    /* .main-layout {
        min-height: 90vh;
        padding-top: 40px;
    } */

    .about-page {
        padding-top: 100px!important;
    }
    
    .gallery-page {
        margin-top: 20px;
        padding-top: 0px;
    }

    .gallery {
        max-height: 78vh;
    }

    .main-layout.contact-page {
        padding-top: 100px!important;
    }

    .main-layout.video-page {
        min-height: auto;
        padding-top: 40px;
    }

    .home-page {
        padding-top: 40px;
        padding-bottom: 0!important;
    }
}