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

@font-face {
    font-family: 'recoletaregular';
    src: url('fonts/recoleta-regular-webfont.woff2') format('woff2'),
         url('fonts/recoleta-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'GreycliffCF-Regular';
	src: url('fonts/greycliff-cf-regular.eot');
	src: url('fonts/greycliff-cf-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/greycliff-cf-regular.woff2') format('woff2'),
	     url('greycliff-cf-regular.woff') format('woff'),
	     url('fonts/greycliff-cf-regular.ttf') format('truetype'),
	     url('fonts/greycliff-cf-regular.svg#youworkforthem') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background-color: #ffeed5;
	margin-top: 75px !important;
	margin-bottom: 75px;
	margin-left: 20%;
	margin-right: 20%;
	width: 60%;
	font-family: 'GreycliffCF-Regular', Helvetica, Arial, sans-serif;
}

h1, h2 {
	font-family: 'recoletaregular', Georgia, serif;
	color: #23386d;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 26px;
}

#logo {
	margin-bottom: 50px;
}

#logo img {
	width: 250px;
}

li {
	margin-bottom: 10px !important;
}



@media only screen and (max-width: 1024px) {

	body {
		margin-left: 10% !important;
		margin-right: 10% !important;
		width: 80% !important;
	}
	
	h1 {
		font-size: 46px !important;
	}
	
	h2 {
		font-size: 36px !important;
	}
	
	p {
		font-size: 20px !important;
	}
	
}
