/*
Theme Name: Bolin
Theme URI: https://bolininc.com
Template: Divi
Author: Webster
Author URI: https://websterdesign.com
Description: A theme developed for Bolin
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bolin
*/

/******************
 * Bolin Specific Styles
 ******************/

body {
  font-family: "Gotham SSm A", "Gotham SSm B", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/** Typography Styles **/

h1, h2, h3 {
  font-family: "Gotham SSm A", "Gotham SSm B", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-weight: 800!important;
}

/** Header Styles **/

.home #main-header {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.home #main-header.et-fixed-header {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.home #page-container {
  padding-top: 0 !important;
}


/** Home Styles **/

.service-button {
  min-height: 184px;
}

.service-button:hover {
  background-color: #ff4d00;
  color: #000;
  transition: background-color 0.5s ease;
}



 /** Footer Styles **/

.footer {
  font-size: 16px!important;
}

 .footer span, .footer .large-type {
   color: #ff4d00;
   font-size: 1.5em;
   font-weight: 900;
 }
