/* This is About page stylesheet */
.container-top{
  padding-top: 100px;
}

.introductions-header {
  font-family: 'Times New Roman', Times, serif;
  font-weight: 400;
}
.headerstyle {
  font-family: 'Times New Roman', Times, serif;
  font-weight: 400;
  font-size: 26px;
}
.footer {
  bottom: 0;
}
/**Main Responsive***/
@media (min-width:992px) {

}
@media (min-width:992px) and (max-width:1200px) {

}
@media (min-width:768px) and (max-width:991px) {

}
@media (min-width:640px) and (max-width:767px) {

}
@media (min-width:480px) and (max-width:639px) {

}
@media (min-width:302px) and (max-width:479px) {

}
