body {
    margin:0;
    font-family:'Roboto',sans-serif;
    overflow-x:hidden;
}

.hero-fade {
  min-height: 18em;
  display: flex;
  position: relative;
  margin-bottom: 4em; }
  .hero-fade .imgwrap {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%; }
    .hero-fade .imgwrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .hero-fade .fadewrap {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), black);
    display: flex;
    align-items: center;
    padding-top: 4em;
    padding-bottom: 4em; }
    .hero-fade .fadewrap .textcontent {
      padding: 2em;
      position: relative;
      max-width: 40em; }
.hero-fade .fadewrap .logowrap {
    max-width:250px;
}
.hero-fade .fadewrap .logowrap img {
    width:100%;
}
      .hero-fade .fadewrap .textcontent .mainheading {
        color: #fff;
        text-shadow: #000 2px 2px 4px;
        margin-bottom: 0.25em;
        font-size: 2.5em; 
        font-weight:500;
          letter-spacing:2px;
}
      .hero-fade .fadewrap .textcontent .hmtext {
        color: #fff;
        text-shadow: #000 1px 1px 3px;
        margin-top: 0; 
        font-weight:bold;
          text-transform:uppercase;
          letter-spacing:2px;
          line-height:150%;
}
      .hero-fade .fadewrap .textcontent .hmbtn {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        padding: 0.5em 1em;
        margin-bottom: 1em; 
          background:#E20F2F;
          letter-spacing:2px;
          margin-top:0.5em;
          margin-left:0.5em;
          box-shadow:#91162d -7px -7px 0;
}

.hero-fade .fadewrap .textcontent .hmbtn:focus {
    background:#91162d;
}

.hero-fade .fadewrap .textcontent .hmbtn:hover {
    background:#91162d;
}

/*****/
@media screen and (min-width: 48em) {
    
    .hero-fade .fadewrap {
      width: 70%;
      padding-left: 1em; 
    } 
}

@media screen and (min-width:64em){
    .hero-fade .fadewrap .textcontent {
        max-width:28em;
    }
}

@media screen and (min-width:75em){
    .hero-fade .fadewrap .textcontent {
        margin-left:10%;
    }
}

/********************/

.accent {
    border-top:4px solid #E20F2F;
    position:relative;
}

.accent span {
    width:10px;
    height:10px;
    border-radius:10px;
    background:#E20F2F;
    display:block;
    position:absolute;
    top:-7px;
    left:10%;
}

.heading-wrap {
    max-width:30em;
    margin-bottom:4em;
}

h2 {
    text-transform:uppercase;
}

@media screen and (min-width:75em){
    .highlight-list-images {
        margin-left:10%;
        margin-right:10%;
    }
}

.highlight-list-images {
    padding:0 2em;
}

.highlight-list-images .content-wrap .highlight {
  display: flex;
  /*width:49%;*/
  margin-bottom: 2em; 
}
  .highlight-list-images .content-wrap .highlight .imgwrap {
    width: 10%;
    margin-right: 1em; 
}
    .highlight-list-images .content-wrap .highlight .imgwrap img {
      width: 100%; }
.highlight-list-images .content-wrap .highlight .textwrap {
    width:90%;
}
  .highlight-list-images .content-wrap .highlight .textwrap h3 {
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: 0.5em; 
      font-weight:500;
}
  .highlight-list-images .content-wrap .highlight .textwrap p {
    margin: 0;
    line-height:160%;
}

@media screen and (min-width: 38em) {
  .highlight-list-images .content-wrap.two-col, .highlight-list-images .content-wrap.three-col {
    display: flex;
    flex-wrap: wrap; 
    }
    .highlight-list-images .content-wrap .highlight .textwrap {
        box-sizing:border-box;
        padding-right:1em;
    }
    .highlight-list-images .content-wrap.two-col .highlight, .highlight-list-images .content-wrap.three-col .highlight {
      width: 49%; 
    } 
}
@media screen and (min-width: 56em) {
  .highlight-list-images .content-wrap.three-col .highlight {
    width: 32%;
    margin: 0.25em;
    margin-bottom: 2em; } }


/**************************************************/


.about-us {
    background:#000;
    color:#fff;
    margin-top:4em;
}

.about-us .imgwrap {
    width:90%;
    margin-bottom:2em;
}

.about-us .textwrap {
    padding:2em;
}

.about-us p {
    line-height:160%;
}

.about-us .imgwrap img {
    width:100%;
    box-shadow:#E20F2F 10px 10px 0;
}

@media screen and (min-width:40em){
    .about-us {
        display:flex;
        align-items:center;
        position:relative;
    }
    .about-us .heading-wrap {
        margin-bottom:0;
        max-width:100%;
    }
    .about-us .imgwrap {
        width:40%;
    }
    .about-us .textwrap {
        width:60%;
        padding:4em 2em;
    }
}

@media screen and (min-width:48em){
    .about-us .textwrap {
        padding:4em;
    }
}

@media screen and (min-width:80em){
    .about-us {
        padding-bottom:4em;
    }
    .about-us .textwrap {
        padding:6em 10%;
    }
}

/********  CONTACT US  **********/

.contact-us {
    padding:2em;
}

.contact-us .leftside {
    margin-bottom:2em;
}

.contact-us .rightside {
    padding-top:2em;
}

.contact-us .rightside h2 {
    margin-bottom:1em;
}

.contact-us .rightside h3 {
    letter-spacing:2px;
    font-weight:500;
}

.contact-us .rightside p {
    line-height:160%;
    padding-left:1.5em;
}

.contact-us .fas {
    color:#E20F2F;
}

@media screen and (min-width:48em){
    .contact-us {
        display:flex;
        justify-content:space-between;
    }
    .contact-us .leftside {
        width:49%;
        margin-bottom:0;
    }
    .contact-us .rightside {
        width:49%;
        padding-left:2em;
    }
}

@media screen and (min-width:64em){
    .contact-us {
        margin:2em 10%;
    }
    .contact-us .leftside {
        width:60%;
    }
    .contact-us .rightside {
        width:38%;
    }
}


/******* Footer Styles *******/

footer {
    background:#000;
    color:#fff;
    padding:1em;
    box-sizing:border-box;
    text-align:center;
    font-weight:bold;
    font-size:0.9em;
    letter-spacing:2px;
}

footer a {
    color:#ddd;
}