* {
	box-sizing: border-box;
}
html, body {
	margin: 0;
	padding: 0;
	font-family: helvetica, sans-serif;
	font-size: 0px;
}
.container {
	width: 100%;
	height: auto;
}
img {
	max-width: 100%;
}
.project_header {
	position: fixed;
	top: 0px;
	display: flex;
	flex-direction: row;
	align-items: center;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
	width: 100%;
	height: 60px;
	background-color: rgba(95,77,63,.7);
}
h1 {
	font-family: helvetica, sans-serif;
	font-size: 17px;
	font-weight: lighter;
	color: white;
}
.left {
	width: 20%;
	height: 60px;
	justify-content: start;
	padding: 10px 0px 10px 20px;
}
.right {
	width: 80%;
	height: 60px;
	justify-content: end;
	padding: 10px 10px 10px 0px;
	text-align: right;
}
.right img {
	padding: 0px 15px;
}
.tiny_logo {
	text-align: center;
	padding: 100px 0px 30px 0px;
}
.project_description {
	display: block;
	width: 50%;
	margin: 0 auto;
	padding: 0px 80px;
}
.project_title {
	text-align: left;
}
h2 {
	font-family: helvetica, sans-serif;
	font-size: 20px;
}
.description {
	max-width: 700px;
	font-family: helvetica, sans-serif;
	font-size: 21px;
}
.project_image {
	display: block;
	width: 100%;
	text-align: center;
	padding: 50px 15% 0% 15%;
}
.project_image_bigger {
	display: block;
	width: 100%;
	text-align: center;
	padding: 50px 15% 0% 15%;
}
.project_image img {
	max-width: 600px;
}
.project_image_bigger img {
	max-width: 700px;
}
.tiki_tee, .lemon_tee, .bigfoot_tee, .pineapple_tee, .envision_tee, .turtle_tee, .coffee_tee, .desertsun_tee, .outdoors_tee, .cowgirl_tee, .artichoke_tee, .calisun_tee, .flamingos_tee {
	display: block;
	width: 100%;
	text-align: center;
	padding: 50px;
}
.grind_logo, .modpod_logo, .kiko_logo, .obiad_logo {
	padding: 50px;
}
/*MEDIA QUERIES*/
@media screen and (max-width: 800px){
	.project_header {
	align-items: left;
	}
	h1 {
	font-weight: bold;
	}
	.right {
	width: 50%;
	}
	.left {
	width: 50%;
	}
	.project_image, .project_image_bigger {
	padding: 20px;
	}
	.project_image img {
	max-width: 100%;
}
	.project_image_bigger img {
	max-width: 100%;
}
	.project_description {
	width: 90%;
	padding: 0px;
	}
	.tiki_tee, .lemon_tee, .bigfoot_tee, .pineapple_tee , .envision_tee, .turtle_tee, .coffee_tee, .desertsun_tee, .outdoors_tee, .cowgirl_tee, .artichoke_tee, .calisun_tee, .flamingos_tee {
	padding: 20px 20px;
}
}