
/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
  background: #3F3D3D url(../img/logo.png) no-repeat center center fixed !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
height: 100%;
}

.social {
  text-align: center;
}

.contact {
  margin-top:50px;
}

img .center {
  margin: 0 auto;
}

.jumbotron { background:transparent;}



.container-fixed {
  margin: 0 auto;
  max-width: 1200px;
}

footer p {
	color: #3498db;
}

hr {
	border-top: 1px solid #2c3e50;
}

.form-inline button {
	margin: 5px 0 0 0;
}