body, html {
    height: 100%;
    /*margin-top: 30px; */
    /*color: #777;*/
}

body {
	margin-bottom: 0px;
}
.

#comments, #comments li {
    margin: 0;
    padding: 0;
}

#comments li {
    list-style: none;
}


#inject-nav-title{
    font-size: 20px;
}

.navbar-center {
    margin: 100;
}

.photo {
	margin-bottom: 10px;
}

.social-buttons button {
	margin-top: 5px;
}

.parallax1 {
    /* The image used */


    /* Full height */
    height: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5{
  position: relative;
  opacity: 0.80;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {

  opacity: 0.80;
  min-height: 100%;
}

.bgimg-2 {

  min-height: 90%;
}

.bgimg-3 {

  min-height: 90%;

}

.bgimg-4 {

  min-height: 90%;
}

.bgimg-5 {
  
  min-height: 90%;
}

#fb_comments {
  min-height: 10px;
}

.headups {
  position: relative;
  left: 0;
  top: 40%;
  width: 100%;
  text-align: center;
  color: #000;
}

.headups span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

.caption {
  position: absolute;
  left: 20%;
  top: 40%;
  width: 60%;
  text-align: center;
  color: #000;
}

.caption2 {
  position: absolute;
  left: 20%;
  top: 40%;
  width: 60%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
}
