@charset "UTF-8";
/* CSS Document */

body {background-color: #13230e; 
	margin:auto;
}

/* DESKTOP */
.wrapper {
	width: 72%;
	height:100vh;
	margin:auto;
	margin-top:100px;
}

.header {
	width: 50%;
	height:auto;
	margin:auto;
	float:left;
}
.image {
	width:50%;
	height: auto;
	float: left;
	margin: 10px;
}

.categories {
	width: 50%;
	height:auto;
	margin:auto;
	margin-top:20px;
	float:left;
}

.equipment {
	width: 100%;
	height:auto;
	margin:auto;
	float:left;
}

.samples {
	width: 100%;
	height:auto;
	margin:auto; 
	margin-top:20px;
	float: left;
	align-content: center;
	display: block;
}

h1 {font-style: normal;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 4em;
	color:#b06f09;
	margin-left: 50px;
}
h2 {font-style: normal;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 2em;
	font-weight: 400;
	color: #b06f09;
	margin-left: 50px;
}
.categories_list {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20pt;
	color: white;
	line-height: 50px;
	padding-left:20px;
}
.equipment_list {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18pt;
	color: white;
	line-height: 40px;
	padding-left:20px;
}
.sample_type {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14pt;
	color:#b06f09;
	line-height: 10px;
}
.sample {
	width: auto;
	height: 100px;
	margin: auto;
	margin-left: 100px;
	padding-top: 5px;
	float: left;
	display:inline-block;
}

a:link {
	color:#b06f09;
	text-decoration: none;
}
a:hover {
	color:#73A47A;
}




/* MOBILE - PORTRAIT */
@media (min-width: 321px) and (max-width: 767px) {
	.wrapper, .header, .categories, .equipment, .samples {
		width:95%;
		margin-top:40px;
		float:none;
	}
	.header {
		width:100%;
}
	h1 {
		font-size: 4em;
		text-align: center;
		margin-left:0px;
	}
	h2 {
		font-size:1.5em;
		text-align: center;
		margin-left: 0px;
	}
	.categories_list {
		font-size: 14pt;
		line-height: 30pt;
		font-weight: 300;
		text-align: center;
	}
	.equipment_list {
		font-size: 14pt;
		line-height: 18pt;
	}
	.sample {
		width:100%;
		margin-left: 0px;
		display: inline-block;
	}
	.image {
	width:95%;
	height: auto;
	float: left;
	margin: 10px;
	padding-bottom: 40px;
	justify-content: center;
	}

}

