/* 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
---------------------------------------*/
.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) {
  .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) {
  .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) {
  .aboutquote-pad {
    padding-top: 15px;
    padding-bottom: 5px;
    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) {
  .aboutquote-pad {
    padding-top: 15px;
    padding-bottom: 5px;
    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
---------------------------------------*/

.introductions-header {
  font-family: 'Times New Roman', Times, serif;
  font-weight: 400;
  margin-top: 60px;
}
.headerstyle {
  font-family: 'Times New Roman', Times, serif;
  font-weight: 400;
}
.instructors {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.thumb-border {
  border: none;
}
/**Main Responsive***/
@media (min-width:992px) {
  .introductions-para {
    font-size: 16px;
  }
}
@media (min-width:992px) and (max-width:1200px) {

}
@media (min-width:768px) and (max-width:991px) {
  .introductions {
  width: 768px;
  }
  .introductions-header {
    margin-top: 20px;
  }
  .dojo-header {
    padding-top: 35px;
  }
}
@media (min-width:640px) and (max-width:767px) {
  .introductions {
  width: 640px;
  }
  .introductions-header {
    margin-top: 0;
  }
  .dojo-header {
    padding-top: 25px;
  }
}
@media (min-width:480px) and (max-width:639px) {
  .introductions {
  width: 480px;
  }
  .introductions-header {
    margin-top: 0;
  }
  .dojo-header {
    padding-top: 20px;
  }
}
@media (min-width:302px) and (max-width:479px) {
  .dojo {
    background-position: -100px 0px;
  }
  .dojo-header {
    padding-top: 12px;
  }
  .introductions {
  width: 320px;
  }
  .introductions-header {
    margin-top: 0;
  }
}
