* {
	box-sizing: border-box;
}
html, body {
	margin: 0;
	padding: 0;
	font-family: helvetica, sans-serif;
}
img {
	max-width: 100%;
	height: auto;
}
/*HAMBURGER NAV*/
#hamnav {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: rgba(95,77,63,.7);
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
}
#hamnav label, #hamburger {
	display: none;
}
#hamitems {
	display: flex;
	justify-content: flex-end;
}
#hamitems a {
	padding: 10px 50px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
#hamitems a:hover {
	background: #f16549;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
}
.active {
	background: #f16549;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
}
/*UNDER NAV*/
.texture_box {
	width: 100%;
	height: 140px;
	background-color: white;
	background-image: url(images/new2_abstract_shapes_bkgd.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
	border-top-right-radius: 30px;
}
.socialicons {
	display: block;
	text-align: right;
	width: 100%;
	padding: 20px 50px 0px 50px;
}
.socialicons img {
	max-width: 50%;
}
.linkedin {
	display: inline-block;
	width: 80px;
}
.instagram {
	display: inline-block;
	width: 80px;
}
.logoarea {
	display: block;
}
.logo {
	padding-bottom: 10px;
	text-align: center;
}
.logo img {
	max-width: 400px;
}
.meblurb {
	line-height: 5px;
	text-align: right;
	margin-right: 10%;
	padding-bottom: 20px;
}
h1 {
	color: #f16549;
	font-family: verdana, sans-serif;
	font-size: 35px;
	font-weight: normal;
}
h2 {
	font-family: helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
	color: black;
}
.asterisk {
	color: #f16549;
	font-size: 27px;
	font-weight: bold;
	}
/*MAIN*/
.container {
	display: block;
	width: 100%;
	margin-bottom: 50px;
}
.about_image {
	width: 100%;
	padding: 10px 25% 10px 25%;
	text-align: center;
}
.about_image img {
	max-width: 100%;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
	outline: 2px solid white;
	outline-offset: -15px;
}
.about_main {
	width: 100%;
	padding: 0% 25%;
}
.about_greeting {
	padding: 0px;
}
h3 { 
	font-family: helvetica, sans-serif;
	font-size: 80px;
	font-weight: normal;
	color: #f16549;
	text-align: left;
	line-height: 10px;
}
.about_text {
	padding: 0px;
	color: #58585b;
	font-family: sans-serif;
	font-size: 23px;
	text-align: justify;
	line-height: 2;
}
.bodyemail {
	font-weight: bold;
}
.bodyemail a {
	text-decoration: none;
	color: #f16549;
}
/*FOOTER*/
.questions_box {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 30px;
	background-color: #f16549;
}
.questions_box_text {
	width: 100%;
	font-family: helvetica, sans-serif;
	font-size: 42px;
	font-weight: lighter;
	color: white;
}
.texture_box2 {
	width: 100%;
	height: 120px;
	background-color: white;
	background-image: url(images/new2_abstract_shapes_bkgd.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 50px;
}
.contact_row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	padding: 10px 50px;
	gap: 50px;
}
.logo_bottom {
	text-align: center;
}
.logo_bottom img {
	max-width: 300px;
}
/*MEDIA QUERIES*/
@media screen and (max-width: 800px) {
/*MOBILE NAV*/
	#hamnav {
	border-bottom-left-radius: 0px;
	border-top-right-radius: 0px;
	}
	#hamitems {
	display: block;
	}
	#hamitems a {
	display: block;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid white;
	}
	#hamnav label {
	display: inline-block;
	color: #fff;
	background: #f16549;
	font-size: 1.2em;
	font-style: normal;
	padding: 10px;
	}
	#hamitems {
	display: none;
	}
	#hamitems a:hover {
	border-bottom-left-radius: 0px;
	border-top-right-radius: 0px;
}
	#hamnav input:checked ~ #hamitems {
	display: block;
	}
	.active {
	border-bottom-left-radius: 0px;
	border-top-right-radius: 0px;
}
	.texture_box {
	height: 100px;
	background-size: cover;
	border-radius: 0px;
}
	.texture_box2 {
	height: 80px;
	}
	.socialicons {
	padding: 20px 20px 0px 20px; 
	}
	.linkedin {
	width: 70px;
	}
	.instagram {
	width: 70px;
	}
	.logo {
	padding-bottom: 5px;
	text-align: center;
}
	.logo img {
	max-width: 300px;
	}
	img {
	max-width: 100%;
	}
	h1 {
	font-size: 27px; 
	}
	h2 {
	font-size: 20px;
	}
	.meblurb {
	line-height: 10px;
	text-align: center;
	padding-right: 0px;
	margin-right: 0px;
}
/*MOBILE MAIN*/
	.about_image {
	display: block;
	width: 100%;
	padding: 0px 20px 0px 20px;
	}
	.about_image img {
	max-width: 100%;
	}
	h3 {
	font-size: 60px;
	}
	.about_main {
	padding: 0px 20px 0px 20px;
	}
	.about_text {
	font-size: 22px;
	text-align: left;
	}
/*MOBILE FOOTER*/
	.contact_row {
	padding: 5px;
	flex-direction: column;
	text-align: center;
	grid-gap: 20px;
	}
	.contact_col {
	margin-bottom: 20px;
	width: 100%;
	}
	.contact_text {
	font-size: 18px;
	}
	.contact_address {
	font-size: 16px;
}
}
