/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {

    .carousel,
    .carousel-item img {
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
    }

    .slide-img {
        height: 100vh;
        max-width: 100%;
        min-width: 1024px;
        overflow: hidden;
    }

    /* footer */

    footer,
    .footer-links,
    .footer-about,
    .social-links {
        text-align: center;
        align-items: center;
    }

    .img-center {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 60%;
    }

    .social-links {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        padding-bottom: 40px;
    }

}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    /* nav bar and nav styles */
    .navbar-brand {
        margin-top: 0px !important;
        width: 70%;
    }


    .navbar-fixed-top.scrolled {
        background-color: #fff !important;
        transition: background-color 200ms linear;
        box-shadow: 0px 2px 2px 0px #ccc;
    }

    .navbar-container {
        display: block;
        position: relative;
        height: 64px;
    }

    .navbar-container input[type="checkbox"] {
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 20px;
        right: 15px;
        z-index: 5;
        opacity: 0;
    }

    .navbar .menu-items {
        /* padding-top: 100px; */
        background: #fff;
        height: 100vh;
        /* width: 100vw; */
        /* transform: translate(-150%); */
        display: flex;
        flex-direction: column;
        margin-left: -40px;
        padding-left: 50px;
        transition: transform 0.5s ease-in-out;
        box-shadow: 5px 0px 10px 0px #aaa;
        margin-top: -1px; */
    }

    .navbar .menu-items li {
        margin-bottom: 1.5rem;
        font-size: 1.3rem;
        font-weight: 500;
    }

    .menu-items a {
        text-decoration: none;
        color: #000;
        /*   #32394c; */
        transition: color 0.3s ease-in-out;
        text-transform: uppercase;
        font-weight: 600;
    }

    .menu-items {
        padding-top: 60px;
    }

    /* carousel styles */
    .carousel .slide {
        height: 100%;
    }

    .img-hide,
    .carousel-caption-description {
        display: none;
    }

    .cover {
        object-fit: cover;
        width: 100%;
        height: 380px;
    }

    /* footer */

    footer,
    .footer-links,
    .footer-about,
    .social-links {
        text-align: center;
    }

    .img-center {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 60%;
    }

    .social-links {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        padding-bottom: 40px;
    }

    /* google translate styles */
    #google_translate_element {
        margin-left: 40px;
    }

    .goog-te-gadget,
    .goog-te-combo,
    .goog-te-combo select {
        font-size: 20px !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    /* nav bar and nav styles */
    .navbar-brand {
        margin-top: 0px !important;
    }

    .navbar-fixed-top.scrolled {
        background-color: #fff !important;
        transition: background-color 200ms linear;
        box-shadow: 0px 2px 2px 0px #ccc;
    }

    .navbar-container {
        display: block;
        position: relative;
        height: 64px;
    }

    .navbar .menu-items {
        /* padding-top: 100px; */
        background: #fff;
        height: 100vh;
        width: 100vw;
        /* transform: translate(-150%); */
        display: flex;
        flex-direction: column;
        margin-left: -40px;
        padding-left: 50px;
        transition: transform 0.5s ease-in-out;
        box-shadow: 5px 0px 10px 0px #aaa;
    }

    .navbar .menu-items li {
        margin-bottom: 1.5rem;
        font-size: 1.3rem;
        font-weight: 500;
    }

    .menu-items a {
        text-decoration: none;
        color: #000;
        /*   #32394c; */
        transition: color 0.3s ease-in-out;
        text-transform: uppercase;
        font-weight: 600;
    }

    .navbar-container input[type="checkbox"]:checked~.menu-items {
        transform: translateX(0);
    }


    .menu-items {
        padding-top: 60px;
    }

    /* carousel styles */
    .carousel {
        height: 100%;
    }

    .img-hide,
    .carousel-caption-description {
        display: none;
    }

    .cover {
        object-fit: cover;
        width: 100%;
        height: 380px;
    }

    /* footer */

    footer,
    .footer-links {
        text-align: left;
    }

    /* google translate styles */
    #google_translate_element {
        margin-left: 40px;
    }

    .goog-te-gadget,
    .goog-te-combo,
    .goog-te-combo select {
        font-size: 20px !important;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    /* nav bar and nav styles */
    .navbar-brand {
        margin-top: 0px !important;
    }

    .navbar-fixed-top.scrolled {
        background-color: #fff !important;
        transition: background-color 200ms linear;
        box-shadow: 0px 2px 2px 0px #ccc;
    }

    .navbar-container {
        display: block;
        position: relative;
        height: 64px;
    }

    .navbar-container input[type="checkbox"] {
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 20px;
        right: 15px;
        z-index: 5;
        opacity: 0;
    }

    .navbar .menu-items {
        /* padding-top: 100px; */
        background: #fff;
        height: 100vh;
        /* width: 100vw; */
        /* transform: translate(-150%); */
        display: flex;
        flex-direction: column;
        margin-left: -40px;
        padding-left: 50px;
        transition: transform 0.5s ease-in-out;
        box-shadow: 5px 0px 10px 0px #aaa;
        /* margin-top: -100px; */
    }

    .navbar .menu-items li {
        margin-bottom: 1.5rem;
        font-size: 1.3rem;
        font-weight: 500;
    }

    .menu-items a {
        text-decoration: none;
        color: #000;
        /*   #32394c; */
        transition: color 0.3s ease-in-out;
        text-transform: uppercase;
        font-weight: 600;
    }

    .navbar-container input[type="checkbox"]:checked~.menu-items {
        transform: translateX(0);
    }

    .menu-items {
        padding-top: 60px;
    }

    /* carousel styles */
    .carousel {
        height: 100%;
    }

    .img-hide,
    .carousel-caption-description {
        display: none;
    }

    .cover {
        object-fit: cover;
        width: 100%;
        height: 380px;
    }

    /* footer */

    footer,
    .footer-links {
        text-align: left;
    }

    /* google translate styles */
    #google_translate_element {
        margin-left: 40px;
    }

    .goog-te-gadget,
    .goog-te-combo,
    .goog-te-combo select {
        font-size: 20px !important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    /* nav bar and nav styles */
    .navbar-brand {
        margin-top: 10px !important;
    }

    .navbar-fixed-top.scrolled {
        background-color: #fff !important;
        transition: background-color 200ms linear;
        box-shadow: 0px 2px 2px 0px #ccc;
    }

    .navbar-container {
        display: block;
        position: relative;
        height: 64px;
    }


    .navbar .menu-items {
        /* padding-top: 100px; */
        background: #fff;
        height: 100vh;
        width: 100vw;
        /* transform: translate(-150%); */
        display: flex;
        flex-direction: column;
        margin-left: -40px;
        padding-left: 50px;
        transition: transform 0.5s ease-in-out;
        box-shadow: 5px 0px 10px 0px #aaa;
    }

    .navbar .menu-items li {
        margin-bottom: 1.5rem;
        font-size: 1.3rem;
        font-weight: 500;
    }

    .menu-items a {
        text-decoration: none;
        color: #000;
        /*   #32394c; */
        transition: color 0.3s ease-in-out;
        text-transform: uppercase;
        font-weight: 600;
    }

    .menu-items {
        padding-top: 60px;
    }


    .img-hide,
    .carousel-caption-description {
        display: block;
    }

    .cover {
        object-fit: cover;
        width: 100%;
        height: 380px;
    }

    /* footer */

    footer,
    .footer-links {
        text-align: left;
    }

    /* google translate styles */
    #google_translate_element {
        margin-left: 40px;
    }

    .goog-te-gadget,
    .goog-te-combo,
    .goog-te-combo select {
        font-size: 20px !important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {


    .hamburger {
        display: none;
    }

    /* top content */
    .carousel {
        position: relative;
        /* height: 100vh !important; */
        overflow: hidden;
    }

    .top-content {
        width: 100%;
        padding: 0;
    }

    .top-content .carousel-control-prev {
        border-bottom: 0;
    }

    .top-content .carousel-control-next {
        border-bottom: 0;
    }

    .top-content .carousel-caption {
        top: 50% !important;
        transform: translateY(-50%);
        bottom: auto !important;
    }

    .top-content .carousel-caption h1 {
        color: #fff;
        font-weight: 700;
        font-family: var(--default-font)
    }

    .top-content .carousel-caption h3 {
        color: #fff;
        font-weight: 500;
    }

    .top-content .carousel-caption .carousel-caption-description {
        color: #fff;
        color: rgba(255, 255, 255, 0.0);
    }

    .carousel-caption-description p {
        font-size: 20px;
        color: #f2f2f2;
    }

    .top-content .carousel-indicators li {
        width: 16px;
        height: 16px;
        margin-left: 5px;
        margin-right: 5px;
        border-radius: 50%;
    }

    .slide-img {
        filter: brightness(50%);
    }

    /* desktop mode */

    .navbar-brand {
        margin-top: -5px !important;
    }

    .navbar input[type="checkbox"],
    .navbar .hamburger-lines {
        display: none;
    }

    .navbar-fixed-top.scrolled {
        background-color: #fff !important;
        transition: background-color 200ms linear;
        box-shadow: 0px 2px 2px 0px #ccc;
    }

    .navbar {
        box-shadow: none;
        position: fixed;
        width: 100%;
        font-family: var(--nav-font);
        color: var(--nav-color);
        /* opacity: 0.85; */
        height: 120px;
        background-color: rgba(255, 255, 255, 0);
        transition: background-color 200ms linear;
        z-index: 12;
        display: inline-block;
        padding-top: 10px;
    }

    .navbar-container {
        display: flex;
        justify-content: space-between;
        height: 64px;
        align-items: center;
    }

    .navbar-container .hamburger-lines .line {
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #fff;
    }

    .ham-color {
        background: #000 !important;
    }

    .navbar .menu-items {
        order: 2;
        margin-top: 15px;
        flex-direction: row;
        display: contents;
    }

    .navbar .menu-items li {
        list-style: none;
        margin-left: 1.5rem;
        margin-bottom: 0.5rem;
        font-size: 1.1rem;
        display: inline!important;
    }

    .navbar .menu-items a {
        text-decoration: none;
        color: #fff;
        /*   #32394c; */
        transition: color 0.3s ease-in-out;
        text-transform: uppercase;
        font-weight: 700;
    }

    .navbar .menu-items a.color {
        color: var(--nav-color);
    }

    .navbar .menu-items a:hover {
        color: var(--nav-hover-color);
        transition: color 0.3s ease-in-out;
    }

    /* about us */
    .img-hide,
    .carousel-caption-description {
        display: block;
    }

    /* footer */
    footer,
    .footer-links {
        text-align: left;
    }

    /* google translate styles */
    #google_translate_element select {
        font-size: 20px !important;
        background-color: #eee;
        border: 0 !important;
        color: black;
    }

}

/* If the screen size is 600px wide or less, hide the element */
@media only screen and (max-width: 600px) {
    div.example {
        display: none;
    }
}