body {
	font-size: 1.7em;
	margin: 0;
	background: url(../img/background.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
}

h1 {
	color: #000b2d;
}

h2 {
	color: #2a3c70;
}

h3 {
	color: #000b2d;
}

.container-content {
	background-color: rgba(255, 255, 255, 0.7);
	margin-top: 30px;
	padding: 30px;
	border: 2px solid #CCC;
    border-radius: 10px;
}

.header {
	text-align: center;
	margin-bottom: 20px;
}

.footer {
	text-align: center;
}

@media (max-width: 767px) {

}