body {
  /* background-image: url("https://placeimg.com/500/800/"); */
  background-image: url("https://unsplash.it/1024/683/?random");
  background-repeat: no-repeat;
  background-position: center 33%;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.full {
  /* background-image: url("https://placeimg.com/500/800/"); */
  background-image: url("https://unsplash.it/1024/683/?random");
  background-repeat: no-repeat;
  background-position: center 33%;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.navbar-inverse {
  background-color: rgba(200, 200, 200, 0.5);
}

.the-quote {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #fff;
  text-shadow: 2px 2px 6px black;
  margin-top: 10%;
  background-color: rgba(0, 0, 0, 0.3);
}

.icons {
  text-shadow: 2px 2px 4px #000000;
  cursor: pointer;
}

.sep {
  width: 33%;
  border-top: 0px; 
  border-bottom: 3px solid #FFB90F;
}

.twitter-icon {
  padding-left: 0;
  padding-right: 0;
}

.app-title {
  margin-top: 10px;
}