* {
  padding: 0;
  margin: 0;
}

body, html {
  height: 100%;
  margin: 0;
  /*font: 400 15px/1.8 "Lato", sans-serif;*/
  /*color: #777;*/
}



.parallaxorig {
    position: relative;
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    /**
   * Default height
   */
    height: 100%;
    width: 100%;
    height: auto;
}

/*.parallax {
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top left, center center;*/
    /**
   * Default height
   */
   /* height: 100%;
}*/

.parallax {
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top left, center center;
    height: 100%;
  
}


.caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}

.caption .border {
  background-color: #111;
  color: #fff;
  padding: 12px;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
}

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

.text {
  color: #777777;
  background-color: #ffffff;
  text-align: center;
  padding: 20px 80px;
  text-align: justify;
}
/*Set Height for 1200px image*/
.parallax_height {
    height: 1400px;
}

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

/*Required to override the height of 1400px above for mobile*/
@media only screen and (max-width: 1024px) {
    .parallax_height {
        height: 100%;
    }
    .caption .border {
        background-color: #111;
        color: #fff;
        padding: 12px;
        font-size: 12px;
        letter-spacing: 1px;
        text-align: center;
    }
}
