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

body{
	padding: 0px;
	margin: 0px;
	color: #666;
	font-size: 16px;
    line-height: 28px;
    font-family: 'antenna-cond-light', sans-serif;
}

header.topo .logo{
    background-color: #eeeeee;
}

header.topo .page-title{
    background-color: #996633;
}

header figure {
	margin: 0px;
	padding:10px 0px;
	text-align: center;
}

.page-title{
	text-align: center;
}

.page-title h1{
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
	font-family: 'antenna-cond-regular', sans-serif;
	font-style: italic;
	margin: 0px;
	padding: 12px 0px;
}

section {
    text-align: left;
    padding: 0px 150px;
}

section h2{
	text-align: center;
	color: #d20143;
}

section p{
		
}

footer{
	background-color: #a6805d;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

@media (max-width:600px) { 
section {
    text-align: left;
    padding: 0px 20px;	
}
}


