h1 {
    color: #f7cd25!important;
}

h3 {
    line-height: 1.2;
}
.typography h3 {
  color: #f7cd25!important;  
}

.prodspecs * {
    font-size: 1.1rem!important;
    line-height: 1.2rem!important;
}

.prodspecs01 {
    font-size: 1rem!important;
    line-height: 1.2rem!important;
    border-bottom: 1px solid;
    font-weight: 100;
    text-transform: uppercase;
    font-family: Helvetica Neue LT W01_47 Lt Cn, Arial;
}

.yellow {
    color: #f7cd25!important;
}

.bulk1 {
}

.bulk2 {
}
/************************************************************************************
THREE COL LAYOUT
*************************************************************************************/


#first {
	width: auto;
	float: left;
    margin-right: 15px;
}

#second {
	width: 300px;
	float: left;
    margin-right: 15px;
}

#third {
	width: auto;
	float: left;
}

/* for 1000px or less */
@media screen and (max-width: 1150px) {

	#first {
		width: 100%!important;
		float: none;
        margin-right: 0;
	}
	
	#second {
		width: 100%!important;
		float: none;
        margin-right: 0;
	}
	
	#third {
		width: 100%!important;
		float: none;

	}
    
}

    
/* --------------------------------------
-----   NAVIGATION   -----
------------------------------------------*/

.burger-box {
    float: right;
    display: inline-block;
}
.menu-textual {
    display: inline-block;
    float: left;
    padding: .45rem;
    font-size: 1.3rem;
}

.burger-box a:hover {
    color: #f7cd25!important;
}

.burger-box a{
    color: #000!important;
}
    
.burger {
    float: right;
    display: inline-block;
    padding: .5rem 0 0.5rem;


}

.burgerelement {
    width: 2rem;
    height: 5px;
    background-color: black;
    margin: 6px 0;
}

/* The Overlay (background) */

.overlay {
    
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1000000;
    left: 0;
    top: 0;
    overflow-x: hidden;
    transition: 0.5s;
    background-image: url(../images/bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


.overlay-content {
    position: relative;
    list-style: none;
    text-align: left;
    padding: 2rem;
    overflow: hidden;
}

.overlay a {
    list-style: none;
    font-size: 3.5rem;
    text-transform: uppercase;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
    font-family: 'Helvetica Neue LT W01_47 Lt Cn', 'Arial', sans-serif;
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    text-decoration: none;
    color: #eae6e4;
}

#exit-container {
    width: 55px;
    float: right;
    overflow: auto;
}

.exit-button {
    font-size: 60px !important;
    border-bottom: 0px!important;
}

a.exit-button {
    padding: 0;
}

.pagenav {
    float: right;
    padding: 2rem;
    font-size: 4rem;
    font-family: 'Gill Sans Nova W01 UltraLight', 'Gill Sans Nova UltraLight', 'Helvetica', sans-serif;
    color: #adadad;
}

/************************************************************************************

*************************************************************************************/

.slick-arrow {
    background: #000!important;
}

#menu .menu__item {
        font-size: 4rem!important;
        line-height: 3.5rem!important;
}

.aboutrow {
    max-width: 45rem!important;
    display: flex;
}

.project-list {
    font-size: 1.4rem;
}

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

.footertext {
    color: #fff!important;
}


.envelope {
    float: right;

}

#env-img {
    width: 25px;
    height: auto;
}

#env-txt {
    color: #fff!important;
}

.menu-icon-wrapper {
    z-index: 500000000!important;
    
}

.hero-image {
    margin-bottom: 1rem!important;
}

.quote-container {
    border-top: 0px!important;
    border-bottom: 0px!important;
    margin-bottom: 2rem;
}

.post-title {
    font-size: 1.8rem;
    padding-left: .8rem;
    margin: 0;
    line-height: 1.7rem;
    padding-top: .9rem;
}

.post-title a {
    color: #f7cd25!important;
    text-transform: uppercase;
}

#first a {
    text-decoration: underline;
    text-transform: uppercase;
    color: #000;
}

#second a {
    text-decoration: underline;
    text-transform: uppercase;
    color: #000;
}

#third a {
    text-decoration: underline;
    text-transform: uppercase;
    color: #000;
}

.post-quote {
    font-family: 'LinotypeFeltpenW01-Regu', 'Arial';
    padding: 0 .8rem 1rem;
    line-height: 1.4rem;
    max-width: 65%;
}

header {
    border-bottom: 1px solid #000;
}

.inner {
    max-width: 1140px;
    border-bottom: 0!important;
    margin: 0 auto;
}

#content-container {
    max-width: 1160px;
    margin: 0 auto;
}

#content-container-about {
    max-width: 45rem;
}

#mw-logo-sm {
    max-width: 3.5rem!important;
    display: block;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: 1rem;
}

header .logo {
    display: inline-block!important;
    font-weight: normal;
}

.insta a {
    color: #fff;
}

#insta {
    width: 15px;
    height: 15px;
    
}


/************************************************************************************
MEDIA QUERIES
*************************************************************************************/

@media only screen and (max-width: 64.062em) {   
    
    #mw-logo-sm {
        visibility: hidden;
    }
    
}


@media only screen and (max-width: 700px) {   
    
    .overlay a {
        font-size: 3rem!important;
        line-height: 2rem!important;
    }
    
    .singleimage {
    padding-bottom: 5px;
    }
    
    .menu-textual {
    padding: .5rem;
    font-size: 1.5rem;
    }
    
}

@media only screen and (max-width: 568px) {
    
    .overlay a {
        font-size: 2.2rem!important;
        line-height: 3rem!important;
    }
    
    .overlay-content {
        padding: 1rem!important;
    }
    
    .post-quote {
    max-width: 100%;
    }
    
    .menu-textual {
    display: none;
    }
    header .logo {
        padding-top: .3rem;
    }
    
    #env-txt {
        display: none;
    }
}
    
