body{
	text-align: center;
	margin: 0;
    background: linear-gradient(90deg, rgb(177, 141, 103), rgba(0,0,0,0));
}

div{
	box-sizing: border-box;
}

img{
	max-width: 100%;
}

#backdrop{
	
    display: none;

	position: absolute;
	z-index: -9;
	width: 100%;
	height: 100vh;
	justify-content: flex-end;
	align-items:flex-start;
}
#backdrop img{
	max-width: 250px;;
	opacity: .2;
	margin-top: 10px;
	margin-right: 10px;
}

.flex-liner{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}

.row-constrain{
	font-size: 0px;
/* 	border: 1px solid; */
}

.row-constrain>div{
	font-size: initial;
/* 	border: 1px solid; */
	width: 100%;
	padding: 20px;
}

.row-2{
	display: inline-block;
	max-width: 50%;
}

.wale-constrain{
	width: 100%;
	max-width: 800px;
	display: inline-block;
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6{
	font-family: Archivo Black;
}

#masthead,
#content,
#colophon{
	position: relative;
}

#masthead,
#content,
#colophon{
    width: 100%;
	max-width: 100%;
}


/* header */

#masthead{
}

#masthead h1 a,
#colophon h1{
	color: rgb(111, 75, 72);
}
#masthead h1 a{
	font-size: 1.5em;
	text-decoration: none;
}

#toggle{
	position: fixed;
	z-index: 99;
	width: 80px;
	top: 0px;
	left: 0px;
}
#toggle path{
	fill: rgb(111, 75, 72);
	transition: .3s;
}
#toggle.toggled path{
	fill: white;
/* 	fill: rgb(59, 68, 111) */
}

.clickable{
	cursor: pointer;
	user-select: none;
}


#menu{
	position: fixed;

	right: 100%;

    width: 100%;
	z-index: 9;
	padding: 150px 50px;
	text-align: left;
	font-family: Archivo Black;
	color:rgb(111, 75, 72);
	font-size: 2rem; 
	height: 100vh;
	transition: .3s;
}

#menu .flex-liner{
	flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0% 0;
    width: 100%;
    max-width: 30%;
}

#menu div{
/* 	display: inline-block */
}


/* content */

#content{
    
}

#content .wale-constrain{
	text-align: left;
}

.content-section{
	margin: 150px 0;
}

.content-section h2{
	color: rgb(59, 68, 111)
}

.content-section p,
.content-section ul{
	font-size: 1.2rem;
	font-family: monospace;
	line-height: 1.3rem;
}

.content-section p{
/* 	letter-spacing: .9px; */
	font-weight: bold;
}

.content-section ul{
/* 	letter-spacing: .9px; */
}

.content-section img{
	max-width: 70%;
	box-shadow: 3px 3px 15px rgba(0,0,0,.7);
	border-radius: 30px;
}

.content-section li{
	list-style:  none;
	margin: 10px 0;
	padding: 10px;
}



/* footer */
#colophon{
	margin-bottom: 150px;
	font-family: monospace;
}
#colophon h1{
    font-size: 36px;
}

#colophon .row-2{
	font-size: 1.2rem;
	text-align: left;
}
#colophon li{
	list-style: none;
}

#colophon p{
    font-weight: bold;
}

#colophon span{
	font-weight: bold;
}

.footer-red{
    color: maroon;
}

.footer-green{
	color: rgb(43, 84, 12)
}

.footer-blue{
	color: rgb(11, 21, 88)
}


@media screen and (max-width: 1300px ){
	#menu{
		color: white;
		background: linear-gradient( 90deg, rgb(111, 75, 72), rgb(111, 75, 72), rgba(111, 75, 72, .7));
/* 		width: 100%; */
	}
}


@media screen and (max-width: 800px){
	#toggle{
		left: 10px;
	}
	#menu{
		width: 100%;
        padding: 100px 50px;
	}

	#menu .flex-liner{
		max-width: 100%;
/* 		padding: 10% 0; */
	}
	.content-section{
		padding: 0 5%;
		margin: 50px 0;
	}

	#masthead{
		padding: 0 20px 0 50px;
		text-align: right;
	}

	#masthead h1{
		font-size: 1.5rem;
	}

	#toggle{
		width: 60px;
	}

	.row-2{
		max-width: 100%;
	}

	.content-section img{
		max-width: 100%;
	}

}
