
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
	margin: 0px;
	padding: 0px;
}

.top-container {
	background-image: url("images/Rectangle 2.png");
	width: 100%;
	height: 925px;
	display: flex;
	justify-content: center;
	align-items: center;
	/*text-align: center;*/
}

.content {
	width:50%;
	background-color: white;
	opacity: .90;
	display: inline-block;
	padding: 100px;
	text-align: center;
}

h1 {
	font-family: 'Roboto Slab', serif;
	font-size: 34px;
	letter-spacing: 1rem;
}

.line {
	padding: 20px 0px;
}

.content p {
	font-family: 'Quicksand', sans-serif;
	font-size: 26px;
	line-height: 30px;
	padding-bottom: 17px;
}

.bottom-container {
	padding: 10px 10%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-bottom: 60px;
}

.box {
	width:20%;
	margin-top: 40px;
	padding: 40px 40px;
	background-color: #F9F4F4;
	border: 3px solid #8F7476;
	border-radius: 12px;
	text-align: center;
	float: left;
}

.box img {
	height: 150px;
	margin-bottom: 20px;
}

h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 1.6rem;
	line-height: 30px;
	margin-bottom: 20px;
	color: #584D35;
}

.clear {
	margin: 0px;
	padding: 0px;
}

.bottom-container p {
	font-family: 'Quicksand', sans-serif;
	font-size: 1 rem;
	line-height: 24px;
	padding-bottom: 20px;
}

.more {
	font-family: 'Roboto Slab', serif;
	font-size: 1 rem;
	margin-bottom: 20px;
	text-decoration: none;
	color: black;
}


/* mobile devices */


@media screen and (max-width: 414px) {
	.top-container {
	background-image: url("images/Rectangle 2.png");
	width: 100%;
	height: 600px;
	display: inline-block;
	text-align: center;
	}
}

@media screen and (max-width: 414px) {
.content {
	width: 280px;
	background-color: white;
	opacity: .90;
	/*top: 0px;*/
	margin: 60px 30px;
	padding: 40px 10px;	
	}
}

@media screen and (max-width: 414px) {
h1 {
	font-family: 'Roboto Slab', serif;
	font-size: 1.8rem;
	letter-spacing: 12px;
	line-height: 40px;
	text-align: center;
	}
}

@media screen and (max-width: 414px) {
.line {
	width: 100px;
	padding: 20px 0px;
	}
}

@media screen and (max-width: 414px) {
.content p {
	font-family: 'Quicksand', sans-serif;
	font-size: 1.5rem;
	line-height: 30px;
	padding: 0px 10px 17px 10px;
	}
}

@media screen and (max-width: 414px) {
.bottom-container {
	width: 360px;
	padding: 0px;
	display: inline-block;
	margin-bottom: 60px;
	text-align: center;
	}
}

@media screen and (max-width: 414px) {
.box {
	width:80%;
	margin: 40px 15px;
	padding: 40px 18px;
	background-color: #F9F4F4;
	border: 3px solid #8F7476;
	border-radius: 12px;
	}
}

@media screen and (max-width: 414px) {
.box img {
	height: 150px;
	margin-bottom: 20px;
	}
}

@media screen and (max-width: 414px) {
h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 1.6rem;
	line-height: 30px;
	margin-bottom: 20px;
	color: #584D35;
	}
}

@media screen and (max-width: 414px) {
	.clear {
	margin: 0px;
	padding: 0px;
	}
}

@media screen and (max-width: 414px) {
	.bottom-container p {
	font-family: 'Quicksand', sans-serif;
	font-size: 1 rem;
	line-height: 24px;
	padding-bottom: 20px;
	}
}

@media screen and (max-width: 414px) {
	.more {
	font-family: 'Roboto Slab', serif;
	font-size: 1 rem;
	margin-bottom: 20px;
	text-decoration: none;
	color: black;
	}
}

@media screen and (max-width: 414px) {
	.empty {
	display: block;
	height: 200px;
	}
}



