* {
	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*/
.wrapper {
	padding: 0px 10% 50px 10%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 0px;
	grid-auto-rows: minmax (100px, auto);
	max-width: 100%;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-size: 0px;
}
.wrapper img {
	max-width: 100%;
}
.box1 {
	grid-column: 1/2;
	grid-row: 1/2; 
}
.box1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box2 {
	grid-column: 1/2;
	grid-row: 2/3;
	background-color: #7b76ad;
}
.box2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box3 {
	grid-column: 2/4;
	grid-row: 1/3;
	background-color: #f9a75e;
}
.box3 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box4 {
	grid-column: 1/2;
	grid-row: 3/4;
}
.box4 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box5 {
	grid-column: 2/3;
	grid-row: 3/4;
}
.box5 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box6 {
	grid-column: 3/4;
	grid-row: 3/4;
}
.box6 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box7 {
	grid-column: 1/2;
	grid-row: 4/5;
	background-color: #fbeeba;
}
.box7 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box8 {
	grid-column: 2/4;
	grid-row: 4/5;
}
.box8 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box9 {
	grid-column: 1/2;
	grid-row: 5/6;
}
.box9 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box10 {
	grid-column: 1/2;
	grid-row: 6/7;
}
.box10 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box11 {
	grid-column: 2/4;
	grid-row: 5/7;
	background-color: #e1f3fd;
}
.box11 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box12 {
	grid-column: 1/2;
	grid-row: 7/8;
	background-color: #bab098;
}
.box12 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box13 {
	grid-column: 2/4;
	grid-row: 7/8;
}
.box13 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box14 {
	grid-column: 1/2;
	grid-row: 8/9;
	background-color: #e1f3fd;
}
.box14 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box15 {
	grid-column: 2/3;
	grid-row: 8/9;
}
.box15 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box16 {
	grid-column: 3/4;
	grid-row: 8/9;
	background-color: #bab098;
}
.box16 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box17 {
	grid-column: 1/3;
	grid-row: 9/11;
	background-color: #ff8059;
}
.box17 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box18 {
	grid-column: 3/4;
	grid-row: 9/10;
	background-color: #fbeeba;
}
.box18 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box19 {
	grid-column: 3/4;
	grid-row: 10/11;
	background-color: #fcb062;
}
.box19 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box20 {
	grid-column: 1/2;
	grid-row: 11/12;
	background-color: #7b76ad;
}
.box20 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box21 {
	grid-column: 2/3;
	grid-row: 11/12;
	background-color: #fbeeba;
}
.box21 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box22 {
	grid-column: 3/4;
	grid-row: 11/12;
	background-color: #5f4d3f;
}
.box22 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*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: 768px) {
/*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;
}
	.wrapper {
	grid-template-columns: 1fr;
	width: 100%;
	padding: 0;
	text-align: center;
	margin-bottom: 40px;
	}
	.box1, .box2, .box3, .box4, .box5, .box6, .box7, .box8, .box9, .box10, .box11, .box12, .box13, .box14, .box15, .box16, .box17, .box18, .box19, .box20, .box21, .box22 {
	grid-column: 1/2;
	grid-row: auto;
	}
	.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;
}
}