
.header {
    padding: 20px;
    background-color: white;
    z-index: 3;
    position: fixed;
    top: 0;
    /* max-height: 100px; */
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    /* padding-bottom: 20px; */
    /* max-width: 1200px; */
    left: 0;
    right: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-family: Inter, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
 
}

.header a img {
    display: inline-block;
    padding-top: 5px;
    text-align: center;
}

.header h5 {
    display: inline-block;
    font-family: "Inter", sans-serif;
    vertical-align: top;
    padding-top: 25px;
    margin-left: -9px;
}

.header ul {
   
    width: 100%vw;
    list-style: none;
    overflow: hidden;
    background-color: white;
    
}

.header ul a {
   display: block;
    padding: 20px;
    text-align: center;
    font-weight: 600;
    color: black;
      padding-left: 40px;
    padding-bottom: 20px;
    text-decoration: none;
    font-family: Inter, sans-serif;
    font-size: 10px;
}

.header ul a:hover,
.header .menu-btn:hover {
    color: #2dbdaa;
    font-weight: 600;

}

.header .logo {
    display: block;
    float: right;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none;
}

/* menu */

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
    float: right;
    background-color: #fff;
    /* padding: 66px 40px; */
    padding-top: 48px;
    padding-right: 50px;
    user-select: none;
}

.header .menu-icon .navicon {
    background-color: black;
    color: black;
    display: inline-block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
    height: 2.1px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: black;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

/* menu btn */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked ~ .menu {
    max-height: 360px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}

/* footer */





/* main content */

.maincontent {
       padding-top: 300px;
    text-align: center;
    cursor: crosshair;

}




/* 48em = 768px NAVIGATION ON DESKTOP? */

@media (min-width: 1330px) {
    .header ul {
        float: right;

    }

    .header ul a {
        display: inline-block;
        padding-top: 20px;
        font-size: 10px;
        font-family: Inter, sans-serif;
        padding-right: 20px;
    }

    .header .menu {
        clear: none;
        max-height: none;
        margin-left: -65px;
        
    }

    .header .menu-icon {

        display: none;
        direction: inline-block;
        vertical-align: bottom;

    }
}
    @media only screen and (max-width: 1130px) {
        
        .header a img {
        display: inline-block;
        height: 70px !important;

}
        .image-block iframe{
            
            max-width: 100%;
        }

.hero-content h1 {
  font-size: 2rem;
  margin-bottom: 10px;
    padding: 20px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.hero-content p {
  font-size: .7rem;
  font-family: Inter, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
    padding-left: 20px;
    padding-right: 20px;
        }
}

@media only screen and (max-width: 1120px) {
     .header a img {
        display: inline-block;
        height: 70px !important;
        padding-top: 25px;
        padding-left: 20px;
    
}
    .header ul a {
        display: block;
        padding: 20px;
        text-align: center;
        font-weight: 600;
        color: black;
        margin-left: -40px;
        padding-bottom: 20px;
        text-decoration: none;
        font-family: Inter, sans-serif;
        font-size: 10px;
    }

    .maincontent {
        padding-top: 350px;
        text-align: center;
        cursor: crosshair;
}

@media only screen and (max-width: 600px) {
    .header a img {
            display: inline-block;
            height: 40px !important;
            padding-top: 41px;
            padding-left: 20px;
    }
     .maincontent {
        padding-top: 320px;
        text-align: center;
        cursor: crosshair;
    }
    
    
        @media only screen and (min-width: 410px) {
        .header a img {
                display: inline-block;
                height: 55px !important;
}
            .header ul a {
   display: block;
    padding: 20px;
    text-align: center;
    font-weight: 600;
    color: black;
                margin-left: -40px;
    padding-bottom: 20px;
    text-decoration: none;
    font-family: Inter, sans-serif;
    font-size: 10px;
}
}