/*

Theme Name: Premier Web Development Child Theme
Theme URI: https://premierwebdevelopment.info
Author: Premier Web Development
Author URI: https://premierwebdevelopment.info
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

.columnheight {
  min-height: 500px !important;
  border: 3px solid #cc0000 !important;
}

@media screen and (max-width: 979px) {
  .linemaxwidth {
    max-width: 90% !important;
  }
  .columnheight {
    min-height: 300px;
  }
}

@media screen and (max-width: 1595px) {
  .textscale {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 1400px) {
  .textscale {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 979px) {
 .textscale {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 767px) {
  .textscale {
    font-size: 14px !important;
    margin-top: 20px !important;
  }
}