html{
}

body{
  font-family: "Raleway";
  font-size: 16px
}

h1, h2, h3, h4, h5, p{
  font-weight: 100;
  color: white;
}

.btn-info{
  padding: 1em;
  margin-top: 6em;
}

.container{
  max-width: 800px;
}

.facebook{
  padding: 3em 1em 1em 3em;
  margin: 0 auto 0 auto;
  width: 600px;
  height: 1000px;
}

nav.navbar{
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}

.logo h1, .logo h2{
  position: absolute;
  z-index: 3;
  color: white;
  text-align: center;
  width: 500px;
  top: 50px;
}

.logo h1{
  font-size: 4em;
  font-weight: 300;
}

.logo h2{
  font-size: 1.8em;
  text-transform: uppercase;
  font-weight: 100;
}

.gallery{
  padding-top: 2em;
}

.gallery img{
  position: absolute;
}

.gallery-controls{
  width: 100%;
}

.gallery-controls a{
  width: 49%;
  display: inline-block;
}

.pros{
  margin-top: 5em;
}

.pros .left-text{
  padding: 1em, 1em, 1em, 5em;
  max-width: 80%;
  margin: 7em 0 0 auto;
}

.pros .right-text{
  padding: 5em, 1em, 1em, 1em;
  width: 80%;
  margin: 7em auto 0 0;
}

footer{
  margin-top: 6em;
  padding: 4em;
  background: rgb(65, 65, 65);
}

footer ul{
  color: white;
  list-style: none;
  padding-left: 0;
}

footer li{
  padding-top: 0.3em;
}

footer .facebook-frame{
  background-color: white;
  margin-top: 3em;
}

.facebook-frame iframe{
  padding: 1em;

}
