/* This is Reading page stylesheet */
/* HEADER IMAGE
---------------------------------------*/
.header {
  height: 500px;
}
.header-image {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/**Header Responsive***/
@media(min-width:480px) and (max-width:767px) {
    .header {
      height: 400px;
    }
}
@media(min-width:50px) and (max-width:479px) {
    .header {
      height: 300px;
    }
}
/* END HEADER IMAGE
---------------------------------------*/
.header-intro-text {
  width: 600px;
  padding-top: 200px;
}

.headerstyle {
  font-family: 'Times New Roman', Times, serif;
  font-weight: 400;
}

.headerstyle-intro {
  font-family: 'Times New Roman', Times, serif;
  font-weight: 400;
  font-size: 46px;
}

.container-bottom {
  margin-bottom: 20px;
}

.lead {
    font-size: 18px;
}

label {
    color: #333;
}

.required {
    margin-top: 20px;
}

.well {
  margin-top: 40px;
  margin-bottom: 30px;
}

.well > h2 {
  margin-top: 0px;
  margin-bottom: 5px;
}

.btn-block {
  margin-bottom: 10px;
}

.messages {
  margin-top: 10px;
}

@media(min-width:768px) and (max-width:991px) {

}

@media(min-width:640px) and (max-width:767px) {
  .header-intro-text {
    padding-top: 125px;
  }
}

@media(min-width:480px) and (max-width:639px) {
  .header-intro-text {
    padding-top: 125px;
    width: 85%;
  }
}

@media(min-width:354px) and (max-width:479px) {
  .header-intro-text {
    padding-top: 75px;
    width: 85%;
  }
  .header-intro-para {
    font-size: 11px;
  }
  .headerstyle-intro {
    font-size: 40px;
  }
}

@media(min-width:50px) and (max-width:353px) {
  .header-intro-text {
    padding-top: 60px;
    width: 85%;
  }
  .header-intro-para {
    font-size: 11px;
  }
  .headerstyle-intro {
    font-size: 38px;
  }
}
