
.header {
    background-color: white;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 125px;
    top: 0;
    left: 0;
    z-index: 999999;
 
}

.header a img {
    display: inline-block;
    margin-top: 5px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;

}

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

.header ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    overflow: hidden;
    background-color: #eaaa00;
}

.header ul a {
    display: block;
    
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
    
    padding-right: 0px;
    color: black;
    text-decoration: none;
    font-family: rift, sans-serif;
    font-size: 16px;
}

.header ul a:hover,
.header .menu-btn:hover {
    color: #d83333;
    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 {
    cursor: pointer;
    display: inline-block;
    float: right;
    background-color: #eaaa00;
    padding: 31px 20px;
    margin-top: 20px;
    margin-right: 20px;
    position: relative;
    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: 325px;
}

.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 {
    margin-top: 300px;
    max-height: 500px;
    margin-bottom: 300px;
    text-align: center;
    cursor: crosshair;
   color: black; 
}
.maincontent img{
   max-height: 300px;
   max-width: 300px;
    cursor: crosshair;
}

.maincontent h2 {
   text-align: center;
}
 .button {
                 font-family: Inter, sans-serif;
    }
 .marquee {
                 font-family: Inter, sans-serif;
     width: 300px;
   margin-left: 30%;
    }
#intro_color,
#pause_color {
	color: #5840ff;
    font-size: 40px;
    line-height: 100px;
    font-weight: bold;
    margin: 40px;
}
span.color1, span.color2, span.color3, span.color4 {
	cursor: cell;
    font-size: 40px;
    letter-spacing: 0px;
    font-weight: bold;
	transition: color 3s;
	transition-delay: 1s;
    font-family: "Space Grotesk";
}

.gallery_image_caption {
	display: none;
}
span.color1:hover { color: #d7ff31; transition: color 0s; }
span.color2:hover { color: #72a5ff; transition: color 0s; }
span.color3:hover { color: #ff4100; transition: color 0s; }
span.color4:hover { color: #52da72; transition: color 0s; }
span.color1, span.color2, span.color3, span.color4{ color: black; }


body.mobile #intro_color,
body.mobile span.color1,
body.mobile span.color2,
body.mobile span.color3,
body.mobile span.color4 {
    font-size: 33px;
    font-family: "Space Grotesk";
    line-height: 310px;
}

body.mobile h1,
body.mobile h2 {
    font-size: 40px !important;
    font-family: "Space Grotesk";
    line-height: 38px !important;
}
/* 48em = 768px NAVIGATION ON DESKTOP? */

@media (min-width: 70em) {
    .header ul {
        float: right;

    }

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

    .header .menu {
        clear: none;
        float: right;
        max-height: none;
        
        padding-top: 15px;
    }

    .header .menu-icon {

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

    }
    .marquee {
                 font-family: Inter, sans-serif;
    }#intro_color,
#pause_color {
	color: #5840ff;
    font-size: 110px;
    line-height: 100px;
    font-weight: bold;
    margin: 40px;
}
span.color1, span.color2, span.color3, span.color4 {
	cursor: cell;
    font-size: 100px;
    letter-spacing: 0px;
    font-weight: bold;
	transition: color 3s;
	transition-delay: 1s;
    font-family: "Space Grotesk";
}

.gallery_image_caption {
	display: none;
}
span.color1:hover { color: #d7ff31; transition: color 0s; }
span.color2:hover { color: #72a5ff; transition: color 0s; }
span.color3:hover { color: #ff4100; transition: color 0s; }
span.color4:hover { color: #52da72; transition: color 0s; }
span.color1, span.color2, span.color3, span.color4{ color: black; }


body.mobile #intro_color,
body.mobile span.color1,
body.mobile span.color2,
body.mobile span.color3,
body.mobile span.color4 {
    font-size: 33px;
    line-height: 310px;
}

body.mobile h1,
body.mobile h2 {
    font-size: 40px !important;
    line-height: 38px !important;
    }}