@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap');
body{
  font-family: 'Inter', sans-serif !important;
}
#ssInfoBanner{
  background-color: #522500;
  color: white;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  position: fixed;
  top: 0;
  width: 100%;
  height: 40px;
  z-index: 500;
}
#ssInfoBanner h2{
  font-size: 16px;
  margin-bottom: 0;
}
#ssInfoBanner a{
  color: white;
  width: 100%;
  text-decoration: none;
}
#ssHdr{
  background-color: #540F18;
  padding: 20px 0;
  position: relative;
  top: 0px;
}
.ssLogo{
  width: 265px;
}
.ssLogo a{
  width: 265px;
  height: 61px;
  background-image: url(images/logo.png);
  overflow: hidden;
  text-indent: -3000px;
  display: block;
}
.bizNumber{
  font-weight: bold;
  font-size: 16px;
  text-align: right;
  padding: 10px;
  margin-top: 10px;
  color: white;
}
#mainNav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-top: 10px;
}
#mainNav a{
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  max-width: 105px;
  padding: 10px 30px;
  color: white;
  text-decoration: none;
}
#mainNav a:hover{
  color: #e4a425;
}
#ssLander{
  text-align: center;
  padding: 95px 0;
  background-image: url(images/sslanderbg-summer2.png);
  background-size: cover;
  color: white;
}
#ssLander h1{
  font-size: 50px;
  font-weight: 900;
}
#ssLander h3{
  font-size: 18px;
  max-width: 650px;
  margin: 0 auto;
}
#ssCta{
  margin: 0 auto;
  max-width: 510px;
  padding: 25px 0;
}
.btn-main{
  background-color: #DA7E37 !important;
  color: white !important;
  font-weight: bold !important;
}
.btn-offMain{
  background-color: #fff !important;
  color: #DA7E37 !important;
  font-weight: bold !important;
}
#ssServices{
  background-color: #fafafa;
  position: relative;
  z-index: 2;
}
.serviceBlock{
  background: white;
  max-width: 1000px;
  border-radius: 10px;
  margin: 0 auto 40px auto;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.25);
  padding: 67px;
}
.serviceBlock:nth-child(1){
  position: relative;
  top: -40px;
  margin-bottom: 0;
}
.serviceBlock:nth-child(4){
  margin-bottom: 0;
  position: relative;
  top: 10px;
}
.serviceBlock h3{
  font-size: 26px;
  font-weight: 900;
}
.serviceBlock p{
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 20px;
}
.serviceBlock img{
  max-width: 54px;
  width: 54px;
  display: block;
  margin: 0 auto;
}
.serivceBlock .sIcons{
  text-align: center;
  color: #333;
}
.sIcons h5{
  text-align: center;
  font-size: 14px;
  padding: 10px 10px 0 10px;
  margin: 10px 0 0 0;
}
.sIcons .col{
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
  background-color: #fafafa;
  border-radius: 10px;
  margin: 0 10px 10px 0;
  padding: 15px;
  max-width: 160px;
  height: 160px;
  max-height: 140px;
}
#ssAbout{
  color: #522500 !important;
  padding: 95px 0;
  background-image: url(images/aboutbg.png);
  background-size: cover;
  color: black;
  position: relative;
  z-index: 1;
}
#ssAbout .container{
  max-width: 1100px;
}
#ssAbout h3{
  font-size: 26px;
  font-weight: 900;
}
#ssAbout p{
  line-height: 120%;
  margin-bottom: 20px;
}
#ssAvail{
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
  padding: 25px 50px 40px 50px;
  margin: 20px 0 40px 0;
}
#ssHours{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  border-bottom: 5px solid #000;
}
#ssHours h5{
  font-size: 16px;
}
#ssHours p{
  font-size: 14px;
}
#ssHours .day{
  text-align: center;
  position: relative;
  max-width: 90px;
}
#ssHours .day.closed p{
  color: #ff0000;
}
.day:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f111';
  position: absolute;
  bottom:-14px;
  left: 50%;
  margin-left: -5px;
}
.closed:after{
  color: #ff0000;
}
.ssAddy {
  text-align: right;
  padding-right: 40px !important;
}
.ssMap iframe{
  border: 5px solid white !important;
}
#ssPricing{
  max-width: 990px;
  margin: 0 auto;
  padding: 90px 0;
}
#ssPricing h2{
  font-size: 36px;
  font-weight: bold;
}
.chart .col,
.chart .hourly{
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
  padding: 40px;
  margin-right: 20px;
}
.chart .members{
  background-color: #EDA268;
  color: white;
}
.chart h3{
  font-size: 40px;
}
.chart h3 span{
  font-size: 20px;
}
.holiday-special h1{
  font-weight: 900;
}
