/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700|Open+Sans:300,400,600,700&display=swap");
body {
  max-width: 100%;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  body {
    padding-top: 130px;
  }
}
body h2 {
  font-family: Raleway;
  font-weight: 700;
  font-size: 30px;
}
body .copy {
  font-family: "Open Sans";
  font-size: 18px;
  padding-right: 15%;
}
body nav.navbar {
  padding-top: 30px;
  background: none;
  border: none;
  background-color: #08447a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
body nav.navbar .navbar-brand {
  background-image: url(../img/logo-white.png);
  height: 70px;
  width: 120px;
  background-size: contain;
  background-repeat: no-repeat;
}
body nav.navbar .navbar-toggler {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
}
body nav.navbar .navbar-toggler .navbar-toggler-icon .icon-bar {
  background-color: #fff;
  height: 3px;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
body nav.navbar #navbarNav ul.navbar-nav {
  margin: 30px 0 0;
}
body nav.navbar #navbarNav ul.navbar-nav li {
  padding-left: 15px;
  padding-right: 15px;
}
body nav.navbar #navbarNav ul.navbar-nav li a {
  color: #fff;
  font-family: Raleway;
  background: none;
  cursor: pointer;
}
body nav.navbar #navbarNav ul.navbar-nav li a:hover {
  color: #93e041;
}
body nav.navbar #navbarNav ul.navbar-nav li.active a {
  color: #93e041;
}
body nav.navbar #navbarNav ul.navbar-nav li.active a::after {
  content: "";
  display: inline-block;
  width: 55%;
  background-color: #fff;
  height: 1px;
  margin-top: -10px;
}
body .main-hero {
  background-image: url(../img/roofer.jpg);
  height: 600px;
  background-position: center center;
  background-size: cover;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
body .main-hero .tag-lines {
  padding: 15%;
  font-family: "Raleway";
}
body .main-hero .tag-lines p {
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
}
body .main-hero .tag-lines p .green {
  color: #93e041;
}
body .main-hero .white-triangle {
  position: absolute;
  bottom: 0px;
}
@media (max-width: 768px) {
  body .main-hero {
    margin-top: 105px;
    height: 400px;
  }
  body .main-hero .tag-lines {
    padding: 25% 5% 20%;
  }
  body .main-hero .tag-lines p {
    font-size: 30px;
  }
}
@media (max-width: 540px) {
  body .main-hero {
    height: 300px;
    margin-top: 105px;
  }
  body .main-hero .tag-lines {
    padding: 25% 5% 20%;
  }
  body .main-hero .tag-lines p {
    font-size: 20px;
  }
}
body .who-we-are {
  padding: 40px 0;
  color: #08447a;
}
@media (max-width: 768px) {
  body .who-we-are {
    padding: 20px;
  }
}
@media (max-width: 540px) {
  body .who-we-are {
    padding: 15px;
  }
  body .who-we-are .copy {
    padding: 15px;
  }
}
body .what-we-believe {
  padding: 80px 0;
  color: #fff;
  background-color: #08447a;
}
body .what-we-believe .col-md-4 {
  padding: 0px;
}
body .what-we-believe .col-md-4 h2 {
  color: #93e041;
}
@media (max-width: 768px) {
  body .what-we-believe {
    padding: 20px;
  }
  body .what-we-believe .col-md-4 {
    padding: 0 15px;
  }
}
@media (max-width: 540px) {
  body .what-we-believe {
    padding: 30px 0;
  }
  body .what-we-believe .col-md-4 {
    padding: 0 15px;
  }
  body .what-we-believe .copy {
    padding: 15px;
  }
}
body .message-strip {
  color: #08447a;
}
body .message-strip .photo {
  height: 500px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .message-strip .copy {
  padding: 12% 15% 10% 10%;
  font-size: 30px;
  font-weight: 600;
  line-height: 110%;
}
body .message-strip .copy .author {
  color: #93e041;
  font-weight: 400;
  font-size: 20px;
}
body .message-strip.inverse {
  background-color: #08447a;
  color: #fff;
}
@media (max-width: 768px) {
  body .message-strip .photo {
    height: 400px;
  }
}
@media (max-width: 540px) {
  body .message-strip .photo {
    height: 300px;
  }
  body .message-strip .copy {
    padding: 8% 10% 5% 5%;
    font-size: 20px;
  }
  body .message-strip .copy .author {
    font-size: 16px;
  }
}
body .banner-message {
  padding: 0px;
  margin: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 900px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
body .banner-message .copy {
  padding: 40% 0 0;
  text-align: center;
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  line-height: 110%;
}
body .banner-message .copy .green {
  color: #93e041;
}
@media (max-width: 768px) {
  body .banner-message {
    height: 400px;
  }
  body .banner-message .copy {
    padding: 35% 0 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 110%;
  }
}
@media (max-width: 540px) {
  body .banner-message {
    height: 300px;
  }
}
body .why-we-recycle {
  background-color: #93e041;
  padding: 50px 0px;
  color: #08447a;
  font-family: "Open Sans";
  font-size: 18px;
}
body .why-we-recycle h2, body .why-we-recycle h4 {
  color: #fff;
}
body .our-products {
  background-color: #e9eff5;
  padding: 50px;
}
body .our-products h2 {
  color: #08447a;
  text-align: center;
}
body .our-products .carousel_ {
  margin: 30px 0 50px;
}
body .our-products .carousel_ .carousel_inner {
  width: 90%;
  background-color: #fff;
  margin: auto;
}
body .our-products .carousel_ .carousel_inner .carousel_item {
  display: none;
  height: 400px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
body .our-products .carousel_ .carousel_inner .carousel_item .carousel_image {
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 60%;
  position: relative;
}
body .our-products .carousel_ .carousel_inner .carousel_item .carousel_caption {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 40%;
  float: right;
  padding: 30px;
  color: #08447a;
}
body .our-products .carousel_ .carousel_inner .carousel_item .carousel_caption h3 {
  font-size: 30px;
  margin: 20px 0;
}
body .our-products .carousel_ .carousel_inner .carousel_item .carousel_caption p {
  font-size: 17px;
}
body .our-products .carousel_ .carousel_inner .carousel_item.active {
  display: block;
}
body .our-products .carousel_ .carousel_control {
  position: absolute;
  top: 0px;
  width: calc(100% - 30px);
  height: 100%;
}
body .our-products .carousel_ .carousel_control .carousel_control_link {
  width: 50%;
  height: 100%;
  float: left;
}
body .our-products .carousel_ .carousel_control .carousel_control_link .control {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 20px;
}
body .our-products .carousel_ .carousel_control .carousel_control_link .control.carousel_control_prev {
  background-position: center left;
  background-image: url(../img/back.png);
}
body .our-products .carousel_ .carousel_control .carousel_control_link .control.carousel_control_next {
  background-position: center right;
  background-image: url(../img/next.png);
}
body .our-products .what-we-do {
  color: #08447a;
}
body .our-products .what-we-do .copy {
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
body .our-products .what-we-do .product-video {
  padding-top: 40px;
}
body .our-products .what-we-do .product-video .video {
  width: 100%;
  height: 410px;
}
@media (max-width: 1024px) {
  body .our-products .carousel_ .carousel_inner .carousel_item {
    overflow: visible;
  }
  body .our-products .carousel_ .carousel_inner .carousel_item .carousel_caption p {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  body .our-products .carousel_ {
    margin-bottom: 30px;
  }
  body .our-products .carousel_ .carousel_inner .carousel_item {
    height: 300px;
  }
  body .our-products .carousel_ .carousel_inner .carousel_item .carousel_image {
    width: 100%;
  }
  body .our-products .carousel_ .carousel_inner .carousel_item .carousel_caption {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
  }
  body .our-products .carousel_ .carousel_inner .carousel_item .carousel_caption p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  body .our-products .carousel_ {
    margin-bottom: 30px;
  }
  body .our-products .carousel_ .carousel_inner {
    width: 86%;
  }
  body .our-products .carousel_ .carousel_inner .carousel_item {
    height: 200px;
  }
  body .our-products .carousel_ .carousel_inner .carousel_item .carousel_caption {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
  }
  body .our-products .what-we-do .product-video {
    padding-top: 0px;
  }
  body .our-products .what-we-do .product-video .video {
    height: 320px;
  }
}
@media (max-width: 540px) {
  body .our-products {
    padding: 30px 15px;
  }
  body .our-products .carousel_ .carousel_inner .carousel_item .carousel_caption p {
    font-size: 9px;
  }
  body .our-products .what-we-do .copy {
    padding: 0px;
  }
  body .our-products .what-we-do .product-video {
    padding-top: 0px;
  }
  body .our-products .what-we-do .product-video .video {
    height: 240px;
  }
}
body .our-people {
  background-color: #93e041;
  color: #fff;
  padding: 50px 0;
}
body .our-people h2 {
  text-align: center;
  color: #08447a;
}
body .our-people .team-photo {
  background-image: url(../img/team.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  width: 100%;
  margin: 30px 0 50px;
}
body .our-people .copy {
  padding: 20px;
  font-size: 20px;
  text-align: center;
  color: #08447a;
  margin-bottom: 20px;
}
body .our-people .staff {
  background-color: #fff;
  color: #08447a;
  clear: both;
}
body .our-people .staff .staff-photo {
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}
body .our-people .staff .staff-detail {
  padding: 30px;
  background-color: #fff;
  min-height: 500px;
}
body .our-people .staff .staff-detail h3 {
  color: #93e041;
}
body .our-people .staff .staff-detail p {
  font-family: "Open Sans";
  font-size: 18px;
}
body .our-people .staff:nth-child(2n+1) {
  display: block;
  clear: both;
}
body .our-people .staff:nth-child(2n+1) .staff-photo {
  float: right !important;
}
body .our-people .staff:nth-child(2n+1) .staff-detail {
  float: left !important;
}
@media (max-width: 768px) {
  body .our-people .team-photo {
    height: 400px;
    margin: 30px 0 50px;
  }
  body .our-people .copy {
    padding: 15px;
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (max-width: 540px) {
  body .our-people {
    padding: 30px 15px;
  }
  body .our-people .team-photo {
    height: 250px;
    margin: 20px 0px;
  }
  body .our-people .copy {
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  body .our-people .staff .staff-photo {
    height: 300px;
    background-size: contain;
  }
  body .our-people .staff .staff-detail p {
    font-size: 14px;
  }
}
body .our-advisors {
  padding: 50px 0;
}
body .our-advisors h2 {
  text-align: center;
  color: #08447a;
}
body .our-advisors .advisor-photo {
  height: 270px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body .our-advisors h3 {
  color: #08447a;
  margin: 20px 0 0;
  font-weight: bold;
}
body .our-advisors h4 {
  text-transform: uppercase;
  color: #93e041;
  font-weight: normal;
  margin-bottom: 30px;
}
body .our-advisors p {
  color: #08447a;
  font-size: 18px;
}
@media (max-width: 540px) {
  body .our-advisors h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  body .our-advisors p {
    font-size: 14px;
  }
}
body .our-partnerships h2 {
  color: #08447a;
  text-align: center;
}
body .our-partnerships .partner-logos {
  background-image: url(../img/partner-logos-strip.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100px;
  margin: 20px 0 40px;
}
body footer {
  background-color: #08447a;
  padding: 75px 0 0px;
  color: #fff;
  font-size: 0.8em;
}
body footer h4 {
  font-family: Raleway;
  font-size: 18px;
}
body footer .footer-below {
  background-color: #053560;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 15px;
}
body footer .footer-below .footer-logo {
  background-image: url(../img/logo-white.png);
  background-size: 40px;
  background-position: left center;
  background-repeat: no-repeat;
  height: 40px;
  margin-bottom: 10px;
}
body footer .footer-below p {
  padding-top: 15px;
  font-family: "Open Sans";
  font-size: 10px;
}
body footer .footer-below p.social {
  padding-top: 10px;
  font-size: 1.5em;
}
body footer .footer-below p.social a {
  margin: 0 5px;
}
body footer .footer-below p, body footer .footer-below a {
  color: #ccc;
}
@media (max-width: 768px) {
  body footer .col-md-3 {
    padding-left: 0px;
  }
}

/*# sourceMappingURL=main.css.map */
