﻿:root {
    font-size: 62.5%;
}


html, body {
    margin: 0;
    padding: 0;
}

.grid-container-top {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 1fr 1fr 1fr;
}

.grid-top-item-1 {
    grid-row-start: 1;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 2;
    z-index: 1;
}

.grid-top-item-2 {
    grid-area: 1/1/2/1;
    z-index: 1;
}

.grid-top-item-3 {
    text-align: center;
    grid-area: 2/1/4/1;
    color: white;
    font-size: 3vw;
    text-shadow: 1px 1px #000000;
    align-self: start;
    z-index: 1;
}

.grid-top-item-3a {
    text-align: center;
    grid-area: 2/1/4/1;
    color: white;
    text-shadow: 1px 1px #000000;
    z-index: 1000;
    margin: auto;
    font-size: 5vw;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.grid-top-item-4 {
    margin-top: 6%;
    font-size: 4vw;
    color: white;
    text-shadow: 1px 1px #000000;
    text-align: center;
    grid-area: 2/1/4/1;
    z-index: 1;
}

#background-video-top {
    max-height: 800px;
    width: 100%;
    object-fit: cover;
}

.ul-menu {
    float: inline-start;
    list-style-type: none;
}

.li-menu {
    float: left;
}

a.li-menu {
    display: block;
    color: white;
    text-align: center;
    padding: 1vw 1vw;
    text-decoration: none;
    font-size: 1.8vw;
    text-shadow: 1px 1px #000000;
}

img.li-menu {
    width: 10vw;
    padding: 1vw 1vw;
}
.li-menu-dd {
    float: left;
}

a.li-menu-dd {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: .1vw 1vw .3vw 1vw;
    text-decoration: none;
    font-size: 1.1vw;
    text-shadow: 1px 1px #000000;
}

    a.li-menu-dd:hover {
        color: gray;
    }
.grid-container-checkmark {
    height: 500px;
    display: grid;
    padding: 100px;
    align-content: center;
    justify-content: center;
    grid-template-columns: 10vw 10vw 10vw;
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 1;
    grid-column-end: 3;
}

.footer {
    background-color: #343a40;
    display: block;
    color: rgba(255,255,255,.6);
    height: 600px;
}

    .footer span {
        margin-left: 25%;
        font-family: 'Quicksand';
        font-size: 1.4rem;
        text-align: center;
    }


.ul-menu2 {
    margin:0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    padding: 40px;
}

.li-menu2 {
    float: left;
}

a.li-menu2 {
    color: rgba(255,255,255,.6);
    padding: 1vw 1vw;
    text-decoration: none;
    text-shadow: 1px 1px #000000;
    font-family: Quicksand;
    text-transform: uppercase;
    line-height: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
}

.typed-cursor {
    font-size: 48px;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

.row {
    display:flex;
    justify-content:center;    
    margin-left:20%;
    margin-right:20%;
}

.column {
    width:100%;
    padding: 20px;
    text-align:left;    
}

.middle-header {
    display:block;    
    font-size: 3.4rem;
    letter-spacing: -1px;
    text-align: center;
    margin: 5% 20% 5% 20%
}

.middle-checks {
    display: flex;
    justify-content: center;
    text-align:center;    
    margin-top: 100px;
    margin-bottom:100px;
    letter-spacing: -1px;
    font-size: 2.4rem;
    line-height: 30px;
    font-weight: normal;
    font-style: normal;
        
}

.middle-checks div {    
    width:20%
}

    .middle-checks img {
        height: 32px;
        width: 32px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px
    }

.our-values {    
    width: 100%;
    background-color: #f2efea;
    justify-content: center;
    text-align: center;
    padding-top:100px
}

.typed-header {        
    display:inline;
    font-family: 'Quicksand';
    font-size: 4.8rem;    
    font-weight: 400;
    font-style: normal;
    color: #d4be85;    
}

.lower-section {
    display:inline-block;    
    font-weight: normal;
    font-style: normal;
    letter-spacing: -1px;
    line-height: 36px;
    margin-top: 175px;    
    margin-left: 20%;
    margin-right: 20%;
}

.lowest-section {
    
    display: inline-block;
    background-color: #f2efea;
    text-align: center;
    font-size: 2.8rem;
    font-weight: normal;
    font-style: normal;
    letter-spacing: -1px;
    line-height: 36px;
    padding-top: 125px;
    padding-bottom: 125px;
    
}

.burger-menu, .burger-menu-btn {
    display: none;
}

.navbar {
    display: none;
}

/*---------------Dropdown-------------------------*/

.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/*---------------Dropdown-------------------------*/

/*-----------------------MOBILE VERSION----------------------*/
@media only screen and (max-width: 600px) {

    .burger-menu {
        display: none;
        position: fixed;
        width: 100%;
        height: 100vh;
        z-index: 1001;
        background-color: white;
    }

    .burger-menu ul {
        width: 100%;
        /*height: calc(100vh - 60px);*/
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        list-style-type: none;
    }

    .burger-menu ul li {
        flex-basis: 100%;
        border-top: 2px solid lightgrey;
    }

    .burger-menu2 ul li {
        flex-basis: 100%;
        border-bottom: 2px solid lightgrey;
    }

    .li-burger-menu {
        font-family: 'Quicksand';
        text-decoration: none;
        font-size: 3rem;
        color: black;
    }

    .li-burger-menu2 {
        font-family: 'Quicksand';
        text-decoration: none;
        font-size: 3rem;
        color: black;
    }

    .navbar {
        background-color: white;
        display: block;
        position: -webkit-sticky; /*fixed*/
        top: 0; /*added*/
        position: sticky; /*added*/
        width: 100%;
        height: 50px;
        z-index: 1001;
    }

        .navbar img {
            float: right;
            z-index: 1001;
        }


    .burger-menu-btn {
        display: block;
        position: fixed;
        width: 50px;
        height: 50px;
        background-color: white;
        background-image: url(../images/burger.png), url(../images/close.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center, center left 50px;
        z-index: 1001;
    }

    a.li-burger-menu {
        text-decoration: none;
    }

    .grid-top-item-2 {
        display: none;
    }

    .grid-top-item-4 {
        margin-top: 6%;
        font-size: 6vw;
        color: white;
        text-shadow: 1px 1px #000000;
        text-align: center;
        grid-area: 2/1/4/1;
        z-index: 1;
    }
        
    .middle-header {        
        font-size: 2.5rem;
        letter-spacing: -1px;
        text-align: center;        
    }

    .middle-checks {
        font-size: 1.8rem;
        line-height: 1.75rem;
        font-weight: normal;
        font-style: normal;
        width:100%;
        margin:0;        
    }

        .middle-checks div {
            padding: 1.8rem;
            width:100%;            
        }


    .row {
        display: flex;
        justify-content: center;
        margin-left: 5%;
        margin-right: 5%;
    }

    a.li-menu2 {
        color: rgba(255,255,255,.6);
        padding: 1vw;
        text-decoration: none;
        font-family: Quicksand;
        text-transform: uppercase;
        line-height: 13px;
        letter-spacing: 1px;
        font-weight: 600;
        font-style: normal;
        font-size: 11px;
    }
}