/* Portrait */

/* Extra Small Devices in Portrait mode (max-width: 600px) */

@media only screen and (max-width: 600px) and (orientation: portrait) {
    /* Set background color to red */
    body {
        background: white;
    }
    .icon-options,
    .icon-close {
        font-size: 1.5rem !important;
    }
    .container {
        width: 90% !important;
    }
    #hero-area .contents .head-title {
        font-size: 8vw;
    }
    #hero-area .contents h5 {
        font-size: 8vw;
    }
}

/* Small Devices in Portrait mode (min-width: 601px) */

@media only screen and (min-width: 600px) and (max-width: 719px)and (orientation: portrait) {
    /* Set background color to green */
    body {
        background: white;
    }
    #hero-area .contents .head-title {
        font-size: 8.85vw;
    }
    #hero-area .contents h5 {
        font-size: 8vw;
    }
    .icon-options,
    .icon-close {
        font-size: 1.85rem !important;
    }
    .container {
        padding-top: 0px !important;
        max-width: 90% !important;
        min-width: 40% !important;
        margin: auto !important;
    }
}

/* Medium Devices in Portrait mode (min-width: 720px) */

@media only screen and (min-width: 720px) and (orientation: portrait) {
    /* Set background color to blue */
    body {
        background: white;
    }
    #hero-area .contents .head-title {
        font-size: 9.5vw;
    }
    #hero-area .contents h5 {
        font-size: 8vw;
    }
    .icon-options,
    .icon-close {
        font-size: 1.85rem !important;
    }
    .container {
        padding-top: 0px !important;
        max-width: 90% !important;
        min-width: 40% !important;
        margin: auto !important;
    }
}

/* Large Devices in Portrait mode (min-width: 992px) */

@media only screen and (min-width: 992px) and (orientation: portrait) {
    /* Set background color to orange */
    body {
        background: white;
    }
    #hero-area .contents .head-title {
        font-size: 10vw;
    }
    #hero-area .contents h5 {
        font-size: 8vw;
    }
    navbar-header {
        height: 60px !important
    }
    .icon-options,
    .icon-close {
        font-size: 2.5rem !important;
    }
    .container {
        padding-top: 0px !important;
        max-width: 90% !important;
        min-width: 40% !important;
        margin: auto !important;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
        background-color: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }
}

/* Extra Large Devices in Portrait mode (min-width: 1200px) */

@media only screen and (min-width: 1200px) and (orientation: portrait) {
    /* Set background color to pink */
    body {
        background: white;
    }
    .pic {
        transform: scale(1.85);
        margin-bottom: 50px;
    }
    .big {
        transform: scale(1.65);
        margin-top: 30px;
    }
    #hero-area .contents .head-title {
        font-size: 10vw;
    }
    #hero-area .contents h5 {
        font-size: 8vw;
    }
    .container {
        padding-top: 0px !important;
        max-width: 90% !important;
        min-width: 40% !important;
        margin: auto !important;
    }
}

/* Landscape mode */

/* Extra small devices in Landscape mode (phones, 600px and down) */

@media only screen and (max-width: 600px) and (orientation: landscape) {
    body {
        background: white;
    }
    #hero-area .contents .head-title {
        font-size: 8vw;
    }
    #hero-area .contents h5 {
        font-size: 4.5vw;
    }
    .icon-options,
    .icon-close {
        font-size: 1.5rem !important;
    }
    .container {
        padding-top: 0px !important;
        max-width: 90% !important;
        min-width: 40% !important;
        margin: auto !important;
    }
    .fixed-top {
        height: 40px;
    }
}

/* Small devices in Landscape mode (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) and (orientation: landscape) {
    body {
        background: white;
    }
    #hero-area .contents .head-title {
        font-size: 8vw;
    }
    #hero-area .contents h5 {
        font-size: 4vw;
    }
    .icon-options,
    .icon-close {
        font-size: 1.85rem !important;
    }
    .container {
        padding-top: 0px !important;
        max-width: 90% !important;
        min-width: 40% !important;
        margin: 0 !important;
    }
}

/* Medium devices in Landscape mode (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) and (orientation: landscape) {
    body {
        background: white;
    }
    #hero-area .contents .head-title {
        font-size: 4.5vw;
    }
    #hero-area .contents h5 {
        font-size: 3vw;
    }
    .container {
        padding-top: 0px !important;
        max-width: 90% !important;
        min-width: 40% !important;
        margin: 0 !important;
    }
}

/* Large devices in Landscape mode (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) and (orientation: landscape) {
    body {
        background: white;
    }
    #hero-area .contents .head-title {
        font-size: 4.5vw;
    }
    #hero-area .contents h5 {
        font-size: 3vw;
    }
    .header-wrapper {
        height: 100vh;
    }
    #hero-area {
        color: #fff;
        overflow: hidden;
        position: relative;
    }
    .container {
        padding-top: 0px !important;
        max-width: 90% !important;
        min-width: 40% !important;
        margin: auto !important;
    }
}

/* Extra large in Landscape mode devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) and (orientation: landscape) {
    body {
        background: white;
    }
    #hero-area .contents .head-title {
        font-size: 6vw;
    }
    #hero-area .contents h5 {
        font-size: 4.5vw;
    }
    .container {
        padding-top: 0px !important;
        max-width: 90% !important;
        min-width: 40% !important;
        margin: auto !important;
    }
}

/* menue bar top and menu modal */

a {
    text-decoration: none;
}

ul {
    list-style: none
}

.nav-container {
    top: 0%;
    left: 0%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    overflow: scroll;
}

.navbar .nav-container li {
    color: #007bff;
    list-style: none;
    padding: .5em;
    height: 0;
    max-width: 100%;
}

.navbar .nav-container a {
    color: #007bff;
    text-decoration: none;
    padding: 0;
    margin-top: 0;
}

.navbar .nav-container a:hover {
    font-weight: bold;
    border-radius: .5em!important;
    padding: 0.5em!important
}

.navbar .menu-items {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 110%;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 10px !important;
    padding-left: 10%;
    transform: translate(-150%);
    transition: transform .3s ease-in-out;
    transition: none !important;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    overflow-y: auto;
}

.navbar .menu-items li {
    padding: 1.5rem;
    justify-items: center;
    text-decoration: none
}

.navbar .menu-items:hover {
    text-decoration: none
}

/* End menue bar top and menu modal */