

body {
    font-family: 'Cardo', serif;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: center;
    background: #ffffff;
}

header {
    width: auto;
    height: 160px;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#pagewrap {
    text-align: center;
    margin: auto;    
}



footer {
    clear: both;
    height: 200px;
    width: 100%;        
    float: none;
    margin: 0;
    padding: 40px 0 0 0;
    background: none; 
}



.container100 {
    text-align: center;
}

.container50 {
    height: auto;
    margin: 0;
}




.content {
    text-align: left;
    max-width: 640px;
    margin: 60px;
}



/*FONTS*/

h1 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    font-size: 48px;
    
}

h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
}

h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    margin: 40px 0 0 0;
}

p {
    font-family: 'Cardo';
}

a, a:visited {
    text-decoration: none;
    color: #00f;    
}

.stroke {
	
	width: 100px;
	height: 1px;
	text-align: center;
	margin: 40px 0 20px 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
}

.background {
    position: absolute;
    width: 50%;
    height: 2800px;
    right: 0;
    top: 0;
    background-color: #0ff;
    z-index: -1;
}
