@charset "utf-8";

body {
    background-repeat: no-repeat;
    background-image: url(images/background.jpg);
	height: 1200px;
    background-color: #003B81;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
	font-family: 'Montserrat', Impact, "Arial Black", sans-serif;	
	font-weight: 400;
	font-size: 1em;
	line-height: 1.6;
}

img {
	width: 100%;
	height: auto;
}

img.logo {
	max-width: 525px;
}

#logo {
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    text-align: center;
}

h2 {
    color: #000000;
    text-align: center;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 6px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
	font-weight: 600;
}

div#content {
    color: #000000;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 6px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}


strong {
	font-weight: 600;
}

div.item {
	background-color: #eee;
	border-radius: 4px;
	padding: 10px;
}

p.footer {
	font-size: 12px;
	text-align: center;
}

h1 {
	font-family: 'Montserrat', Impact, "Arial Black", sans-serif;	
    font-weight: 900;
	color: #F09632;
    font-size: 60px;
    text-align: center;
    text-shadow: 3px 3px #000000;
}

@media only screen and (max-width: 600px) {
    h1 {
       font-size: 40px;
    }
	h2 {
		padding: 10px;
	}
	img.logo {
		max-width: 250px;
	}	
}
