main {
	margin-top:0;
}
#header-ad-space {
    display:none;
}
.about-body a,
.about-body a:visited,
.about-body a:hover {
  border-bottom: none;
  box-shadow: none;
  cursor: pointer;
  color:#419B52;
  text-decoration:underline;
}
.about-heading {
    width:100%;
    position:absolute;
    z-index:999;
    text-align:left;
    left:0;
    top:30%;
}
.about-heading h1 {
    font-family: alternate-gothic-no-1-d, sans-serif;
    color:#fff;
    text-transform:uppercase;
    font-size:80px;
    letter-spacing:-1.05px;
    line-height:90px;
}
.about-body {
    max-width: 1160px;
    margin: -30px auto;
}
.about-body p {
    text-align:left;
    max-width:100%;
}
.about-body h1, 
.about-body h2, 
.about-body h3, 
.about-body h4,
.about-body h5, 
.about-body h6 {
    font-family:'Lato',sans-serif;
    font-weight:800;
}
.about-body h1 {
    font-family:'Lato',sans-serif;
    font-weight:800;
    margin-top: 60px;
    text-align: left;
    font-size: 32px;
    line-height: 62px;
    letter-spacing: -1.05px;
    margin: 30px 0 20px;
}
.about-body h2 {
    font-size:28px;
}
.about-body h3 {
    font-size:26px;
    text-align:left;
    max-width:100%;
}
.about-body h4 {
    font-size:22px;
}
.about-body h5 {
    font-size:20px;
}
.about-body h6 {
    font-size:16px;
}
.about-body img {
    max-width: 100%;
    height: auto;
}
.wp-caption {
    max-width:100%;
}
h3 {
    font-family: abolition, sans-serif;
    font-weight:400;
    font-size:26px;
    color:#0C0F14;
}
@media (max-width:1160px) {
    .about-body h1 {
        font-size:65px;
        line-height:85px;
    }
    .about-body {
        padding:0 15px;
    }
}
@media (max-width:950px) {
    .about-body h1 {
        font-size:26px;
        line-height:34px;
    }
}
@media (max-width:767px) {
    .about-body h1 {
        font-size:26px;
        line-height:34px;
    }
    .about-body {
        top:20%;
    }
}
