@font-face {
  font-family: 'Eforos';
  src: url('../fonts/futurastd-book.eot'); /* IE9 Compat Modes */
  src: url('../fonts/futurastd-book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/futurastd-book.woff') format('woff'), /* Modern Browsers */
       url('../fonts/futurastd-book.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/futurastd-book.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/* --- GENERIC STYLES ------------------------------------ */

body {
	font-size: 0.9em;
	line-height: 1.6em;
    color: #575757;
	background-color: #f6f6f6;
	font-family: "Eforos",sans-serif;
	font-weight: lighter;
}

h2 {
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none;
}

/* --- LAYOUT STYLES ------------------------------------ */

#site-header {
	max-width: 200px;
	margin: 32px auto;
}

#site-content {
	text-align: center;
}

#site-footer {
	text-align: center;
	padding-top: 1em;
	width: 90%;
	margin: 0 auto;
}

#site-footer p {
	border-width: 0;
	border-top-width: 0.5em;
	border-style: solid;
	padding: 1em 0;
	margin: 0;
	color: #777;
	font-size: 0.8em;
	line-height: 1.6em;
	text-transform: uppercase;
}

.wrapper {
	width: 100%;
	margin: 0px auto; 
}

.circle {
	border-width: 14px;
	border-style: solid;
	width: 260px;
	height: 260px;
	border-radius: 150px;
	-moz-border-radius:150px;
	-webkit-border-radius: 150px;
	margin: 8px auto;
}

.yellow {border-color: #ffdd00;}
.green {border-color: #58b157;}
.blue {border-color: #49bde4;}

.circle p {
	padding: 0 32px;
	margin: 0px;
	vertical-align:middle; 
	display: table-cell;
	height: 260px;
}

/* --- HELPER STYLES ------------------------------------ */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* --- OVERRIDES ------------------------------------ */

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

.pure-g-r [class *="pure-u"] {
	font-family: "Eforos",serif;
}

/* --- MEDIA QUERIES ------------------------------------ */


@media (min-width: 480px) {
	body {
		font-size: 1.5em;
		line-height: 1.8em;
	}
	
	.circle {
		border-width: 16px;
		width: 420px;
		height: 420px;
		border-radius: 230px;
		-moz-border-radius: 230px;
		-webkit-border-radius: 230px;
		margin: 24px auto;
	}
	
	.circle p {
		height: 420px;
	}
}

@media (min-width: 768px) {
	body {
	    line-height: 1.4em;
	    font-size: 0.8em;
	}
	
	.circle {
		border-width: 8px;
		width: 220px;
		height: 220px;
		border-radius: 150px;
		-moz-border-radius: 150px;
		-webkit-border-radius: 150px;
	}
	
	.circle p {
		height: 220px;
	}
}

@media(min-width: 960px) {
	body {
	    line-height: 1.7em;
	    font-size: 0.9em;
	}
	
	.circle {
		border-width: 12px;
		width: 260px;
		height: 260px;
		border-radius: 170px;
		-moz-border-radius: 170px;
		-webkit-border-radius: 170px;
	}
	
	.circle p {
		height: 260px;
	}
}

@media (min-width: 1280px) {
	body {
	    line-height: 1.8em;
	    font-size: 1em;
	}
	
	.wrapper {
		max-width: 1280px;
	}

	.circle {
		border-width: 16px;
		width: 320px;
		height: 320px;
		border-radius: 200px;
		-moz-border-radius: 200px;
		-webkit-border-radius: 200px;
	}
	
	.circle p {
		height: 320px;
	}
}
