/* This is About 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
---------------------------------------*/

/* QUOTE SECTION
---------------------------------------*/
.container-fluid {
  background-color: #f2f2f2;
}
.quote {
  font-family: 'Times New Roman', Times, serif;
  font-weight: 300;
  font-size: 30px;
  color: #000;
  margin: 20px 52px;
}
.aboutquote-pad {
  padding-top: 15px;
  padding-bottom: 20px;
  margin-left: 100px;
  margin-right: 100px;
}
/***About Quote Section Responsive***/
@media(min-width:640px) and (max-width:767px) {
  .quote {
    font-size: 24px;
    margin: 10px 60px;
  }
  .aboutquote-pad {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 30px;
    margin-right: 30px;
  }
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media(min-width:480px) and (max-width:639px) {
  .quote {
    font-size: 20px;
    margin: 10px 49px;
  }
  .aboutquote-pad {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
  }
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media(min-width:320px) and (max-width:479px) {
  .quote {
    font-size: 14px;
    margin: 5px 20px;
  }
  .aboutquote-pad {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media(min-width:50px) and (max-width:319px) {
  .quote {
    font-size: 14px;
    margin: 5px 20px;
  }
  .aboutquote-pad {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* END QUOTE SECTION
---------------------------------------*/
.container-margin {
  margin-top: 10px;
  margin-bottom: 30px;
}
.headerstyle {
  font-family: 'Times New Roman', Times, serif;
  font-weight: 400;
  margin-bottom: 20px;
}
.icon-headerstyle {
  font-family: 'Times New Roman', Times, serif;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}
.thumb-offset {
  height: 220px;
}

/*** MAIN RESPONSIVE ***/

/*** 768-991 col-sm ***/
@media (min-width:768px) and (max-width:991px) {
  .icon-headerstyle {
    font-size: 28px;
  }
}

/*** 640-767 col-xs ***/
@media (min-width:640px) and (max-width:767px) {
  .icon-headerstyle {
    font-size: 28px;
  }
}

/*** 480-639 (col-xs) ***/
@media (min-width:480px) and (max-width:639px) {
  .icon-headerstyle {
    font-size: 28px;
  }
  .thumb-offset {
    height: 200px;
  }
}

/*** 302-479 (col-xs) ***/
@media (min-width:400px) and (max-width:479px) {
  .icon-headerstyle {
    font-size: 20px;
  }
  .thumb-offset {
    height: 175px;
  }
}

/*** custom ***/
@media (min-width:330px) and (max-width:399px) {
  .icon-headerstyle {
    font-size: 20px;
  }
  .thumb-offset {
    height: 150px;
  }
}
@media (min-width:50px) and (max-width:329px) {
  .icon-headerstyle {
    font-size: 20px;
  }
  .thumb-offset {
    height: 135px;
  }
}
