body {
  font-family: 'Poppins', sans-serif;
}

.skaggs-header {
  padding: 15px;
  border-bottom: 1px solid #9bcc40;

}

.lightslider_wrap {
  padding: 30px;
}

.main-content {
  padding: 100px 15px;
}

.main-content-row {
  padding: 50px 0px;
}

.skaggs-footer {
  background-color: #2b3120;
  border-top: 10px solid #9bcc40;
  padding: 30px 15px;
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
}
  .skaggs-footer a {color: #ffffff; text-decoration: none; font-weight: bold;}
  .skaggs-footer a:hover {color: #ffffff; text-decoration: underline; font-weight: bold;}


.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
