html, body {
	height: 100%;
}

html, body, h1, p, a, div, section {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
}


body {
	font: 1em 'Droid Sans', sans-serif;
	color: black;
	background-image: url(../images/background.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color:#515151;
	padding-top: 20px;
    padding-bottom: 20px;
}



.navbar {
  margin-bottom: 20px;
  background: white; 
  opacity: .9;
  filter:Alpha(Opacity=90);
}





.content {
	vertical-align: middle;
	text-align: center;
	margin-top:100px;
}

.sub-title {
	margin: 60px auto;
	font-size: 30px;
	line-height: 45px;
}


h1 {
  color: #efecec;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 80px;
  margin-top: 10px;
}

.social-button {
  width:60px;
  margin:5px;
}

.contentbox {
	background:white;
	opacity: .8;
	filter:Alpha(Opacity=80);
	padding:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}



@media only screen and (max-width: 767px) {

  
}
