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

body {
	background-image:url(../images/background-hidden-vintage.jpg);
}

.content {
    margin: 0 auto;
    padding: 15px;
    width: 1000px;
    background: rgba(216,213,205,0.4);
    margin-top: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(85,85,85,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(85,85,85,0.3);
    box-shadow: 0px 0px 5px 0px rgba(85,85,85,0.3);
}

.logos {
	text-align: center;
}

.logos img{
	padding: 30px;
	padding: 15px;
}

.content h1 {
	font-size: 18px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

.content h2 {
	font-size: 13px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

.content p {
    text-align: center;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    padding: 0px 50px 0px 50px;
}

.content a {
	color: #8C0000;
	text-decoration: none;
    transition: all 0.5s ease 0s;
}

.content a:hover {
	color: #8A846E;
    transition: all 0.5s ease 0s;
}
	
	