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

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

/*Global*/
.clear:after{content:"."; visibility:hidden; height:0px; clear:both; display:block;}
a:active, a:visited, a:focus{outline:none;}

body{background:url("../images/bg.jpg") center center no-repeat fixed; background-size:cover; color:#1a1a1a; font-size:18px; font-family:PollyRounded-Regular, arial,  helvetica, sans-serif;}
a{color:#0e8282;}
h3{font-size:20px; font-weight:bold; margin-bottom:0.5em;}
h4{text-align:center; font-size:18px font-weight:bold;}
p{margin-bottom:1em;}
strong{font-weight:bold;}

#logo{display:block; margin:0px auto; padding:30px 0px;}
.row{text-align:center;}