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

body {
	margin:0; padding: 0; 
	font-family: 'Dosis', sans-serif; font-weight: 100; font-size: 15px; line-height: 1.7;  background-image: url(images/background_img.jpg);
  color:#E5E5E5;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.container {
padding:20px;
width: 900px;
margin: 30px auto;
background: rgba(0, 0, 0, 0.77);
clear: both;
text-align: center;
}

h1 { text-transform: uppercase; letter-spacing: 0.1em;   font-weight: 300; font-size: 30px; text-align: center;   margin: 10px;}

.apollo { margin-top: 30px; margin-bottom: 30px}
.apollo img { margin-top: 10px;   margin-bottom: 10px;}
a { color: #fff}
.contact { background: rgba(255, 255, 255, 0.57); padding:20px;
width: 900px;
margin: 30px auto;
font-size: 10px
}