/*---------------------------------------------------------------------------------

 Theme Name:   Scott Lee Music
 Theme URI:    
 Description:  
 Author:       Holden Hinkle
 Author URI:   https://www.holdenhinkle.com/
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

#page {
  margin: 0em auto;
}

.home .header-content .et_pb_header_content_wrapper p {
  padding-top: 12px;
}

@media (min-width: 1024px) {
  .home .header-content-container {
    margin-left: 25%;
  }

  .home .header-content .et_pb_module_header {
    font-size: 60px !important;
  }
}

@media (min-width: 1366px) {
  .home .header-content-container {
    margin-left: 35%;
  }

  .home .header-content .et_pb_module_header {
    font-size: 71px !important;
  }

  .home .header-content .et_pb_fullwidth_header_subhead {
    font-size: 36px !important;
  }
}

.et_pb_column_2_3 .et_pb_blurb_position_left .et_pb_main_blurb_image,
.et_pb_column_2_3 .et_pb_blurb_position_right .et_pb_main_blurb_image {
  width: 150px;
}

@media (min-width: 981px) {
  .et_pb_column_1_3 .et_pb_blurb_position_left .et_pb_main_blurb_image,
  .et_pb_column_2_3
    .et_pb_column_1_3
    .et_pb_blurb_position_right
    .et_pb_main_blurb_image {
    width: 115px;
  }
}

@media (max-width: 980px) {
  .et_pb_column_1_3 .et_pb_blurb_position_left .et_pb_main_blurb_image,
  .et_pb_column_2_3
    .et_pb_column_1_3
    .et_pb_blurb_position_right
    .et_pb_main_blurb_image {
    width: 150px;
  }
}
