h3 {
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  line-height: 0.9;
  letter-spacing: -0.02em;
}
p {
  font-family: "Nunito Sans", serif;
  font-weight: 400;
  font-size: 1.6rem;
}
/* Button Styles */
.btn-xl {
  padding: 10px 30px;
  border: 2px #000 solid;
  border-radius: 40px;
  font-family: "Nunito Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  transition: 0.4s;
}
.btn-xl:hover,
.btn-xl:focus {
  border-color: #47a492;
  color: #47a492;
}
.btn-white {
  color: #fff;
  border-color: #fff;
}
.btn-solid {
  background-color: #fff;
}
.btn-solid:hover,
.btn-solid:focus {
  background-color: #fff;
}
/* BG Color */
.dark-gray {
  background-color: #161616;
}
.l-gray {
  background-color: #f0f0f0;
}
/* Navbar Styles */
.navbar {
  padding-top: .3rem;
  padding-bottom: .3rem;
  border-bottom: 1px #000 solid;
}
.navbar-brand {
 margin-left: 2rem;
}
.navbar-nav {
 margin-right: 1.5rem;
}
.nav-item {
  text-align: center;
  padding: 0 9px; 
}
.nav-link {
  color: #444;
  font-family: "Bebas Neue", serif;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
} 
.nav-link:hover,
.nav-link:active,
.nav-link:focus {
  color:#0ba18d;
}
.nav-link.active {
  color: #0ba18d;
}
.nav-link.active::before {
  width: 80px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto; 
  background-color: #0ba18d;
  content: '';
}
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active {
  margin-right: 2rem;
  padding: .5rem .8rem;
  font-size: 1rem;
  border: 3px #444 solid;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
}
.navbar-toggler:hover {
  border-color: #0ba18d;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(51,51,51, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler:hover .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(11,161,141, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
@media (max-width: 550px) {
 .navbar-brand img {
    max-width: 100px;
 }
}
@media (min-width: 992px) {
 #navHead {
    border-top: none;
 }
 .navbar-brand {
    margin-left: 4.5rem;
 }
 .navbar-nav {
    margin-right: 4.5rem;
 }
 .nav-link.active::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; 
    background-color: #0ba18d;
    width: 100%;
    content: '';
    height: 3px;
 }
 .navbar .navbar-nav .nav-link::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #0ba18d;
    color: transparent;
    width: 0%;
    content: '.';
    height: 3px;
    transition: all 0.4s;
  }
  .navbar .navbar-nav .nav-link:hover::after {
    width: 100%;
  }
 .nav-item {
    margin-left: 0;
 }
}
/* Top Banner */
#banner-tagline {
  margin-top: 56px;
  padding-top: 80px;
  padding-bottom: 60px;
}
#banner-tagline h1 {
  text-align: center;
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5.2rem;
  color: #000;
  line-height: 0.9;
  letter-spacing: -0.02em;
}
.banner-logo {
  margin: 0 auto 1.5rem auto;
  display: block;
  max-width: 250px;
}
@media (min-width: 425px) {
  #banner-tagline h1 {
    font-size: 6.7rem;
  }
  .banner-logo {
    max-width: 290px;
  }
}
@media (min-width: 576px) {
  #banner-tagline h1 {
    font-size: 8.5rem;
  }
  .banner-logo {
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  #banner-tagline h1 {
    font-size: 9rem;
  }
  .banner-logo {
    max-width: 320px;
  }
}
@media (min-width: 992px) {
  #banner-tagline h1 {
    text-align: left;
    font-size: 9.2rem;
  }
  .banner-logo {
    max-width: 340px;
  }
}
@media (min-width: 1200px) {
  #banner-tagline h1 {
    font-size: 10rem;
  }
}
/* Three-Column Section */
#banner-three-col {
  padding-bottom: 60px;
}
#banner-three-col h3 {
  padding-top: 20px;
  text-align: center;
  font-family: "Nunito Sans", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.9rem;
}
#banner-three-col a,
#banner-three-col a:focus {
  text-decoration: none;
  color: #000;
  transition: 0.4s;
}
#banner-three-col a:hover {
  color: #0ba18d;
}
.banner-col-img {
  margin: 0 auto;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.55) 0px 5px 15px;
} 
.col-callout {
  padding-bottom: 30px;
}
/* About Section */
#about {
  padding-top: 100px;
  padding-bottom: 100px;
}
#about.panel-section {
  padding-bottom: 30px;
}
#about h3,
#about h4,
#about h5,
#about h6,
#about p {
  color: #fff;
}
#about h4 {
  font-family: "Bebas Neue", serif;
  font-size: 2.2rem;
  text-align: right;
}
#about h5 {
  font-family: "PT Serif", serif;
  font-size: 3.2rem;
  font-weight: 400;
  font-style: normal;
}
#about h6 {
  text-align: right;
  font-family: "PT Serif", serif;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
}
#about a {
  color: #fff;
  text-decoration: none;
  transition: 0.4s;
}
#about a:hover,
#about a:focus {
  border-color: #47a492;
  color: #47a492;
}
@media (max-width: 991px) {
  #about img{
    margin-top: 2rem;
  }
}
@media (min-width: 576px) {
  #about h6 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  #about h5 {
    font-size: 4rem;
  }
  #about p {
    font-size: 1.7rem;
  }
}
/* Our Work Section */
#work {
  padding-top: 100px;
  padding-bottom: 60px;
}
#work h3 {
  padding-bottom: 2rem;
}
#work span {
  font-weight: 800;
}
#work .row .column {
  flex: 33.3%;
  width: 100%;
  padding: 0 10px;
}
#work .row .column img {
  width: 100%;
  margin: 10px 0;
  box-shadow: rgba(0, 0, 0, 0.55) 0px 5px 15px;
}
@media (max-width: 800px) {
  #work .row .column {
    flex: 100%;
  } 
}
@media (min-width: 992px) {
  #work {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/* What We Do Section */
#we-do {
  padding-top: 30px;
  padding-bottom: 100px;
}
#we-do h3 {
  font-family: "PT Serif", serif;
  font-size: 4rem;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 1.5rem;
}
#we-do p.dark {
  font-weight: 800;
}
@media (min-width: 992px) {
  #we-do p {
    padding-left: 20px;
    padding-right: 20px;
  }
  #we-do p.dark {
    font-size: 1.8rem;
  }
}
/* Expert Installation Section */
#install {
  padding-top: 100px;
  padding-bottom: 120px;
}
#install h3,
#install p {
  color: #fff;
}
#install h3 {
  font-family: "PT Serif", serif;
  font-size: 3rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  margin-bottom: 3rem;
}
#install img {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  #install h3 {
    font-size: 4.7rem;
  }
  #install img {
    margin-bottom: 0;
  }
}
/* Special Offers Section */
#offers {
  padding-top: 100px;
  padding-bottom: 100px;
}
#offers h3 {
  font-family: "PT Serif", serif;
  font-size: 3rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  margin-bottom: 2.8rem;
}
#offers img {
  box-shadow: rgba(0, 0, 0, 0.55) 0px 5px 15px;
}
@media (min-width: 992px) {
  #offers h3 {
    font-size: 4.5rem;
    text-align: right;
  }
  .row-right {
    display: flex !important;
    justify-content: flex-end !important;
  }
}
@media (min-width: 1200px) {
  #offers h3 {
    font-size: 5rem;
  }
}
/* CJM Dumpsters */
#dumpsters {
  padding-top: 100px;
  padding-bottom: 120px;
}
#dumpsters h3 {
  font-family: "PT Serif", serif;
  font-size: 3rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  margin-bottom: 3rem;
}
#dumpsters p.dark { 
  font-weight: 800;
}
#dumpsters a,
#dumpsters a:focus {
  text-decoration: none;
  color: #000;
  transition: 0.4s;
}
#dumpsters a:hover {
  color: #0ba18d;
}
#dumpsters img {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 5px 15px;
}
#dumpsters li {
  font-family: "Nunito Sans", serif;
  font-weight: 400;
  font-size: 1.3rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 992px) {
  #dumpsters h3 {
    font-size: 4.7rem;
  }
  .dump-text { 
    margin-left: 2rem;
  }
}
/* Footer Section */
#footer {
  padding-top: 100px;
  padding-bottom: 70px;
}
#footer img {
  margin-bottom: 2rem;
}
#footer h5,
#footer h6 {
  color: #fff;
  text-align: center;
}
#footer h4 {
  margin-top: 3rem;
  color: #fff;
  font-family: "Nunito Sans", serif;
  font-weight: 400;
  font-size: 1.2rem;
  text-align: center;
}
#footer h5 {
  font-family: "Nunito Sans", serif;
  font-weight: 900;
  font-size: 1.5rem;
}
#footer h6 {
  font-family: "PT Serif", serif;
  font-size: 1.3rem;
  font-weight: 400;
  font-style: normal;
}
#footer a,
#footer a:focus {
  color: #fff;
  text-decoration: none;
  transition: 0.4s;
}
#footer a:hover {
  border-color: #47a492;
  color: #47a492;
}
@media (min-width: 992px) {
  #footer h5,
  #footer h6 {
    text-align: left;
  }
}
/* General Page Styles */
#content-body h1 { 
  margin-bottom: 2.7rem;
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5.2rem;
  line-height: 0.9;
  letter-spacing: -0.02em;
}
#content-body {
  padding: 80px 0 40px 0;
 
}
#content-body h2 {
  margin-bottom: 2rem;
  font-size: 2.2rem;
  font-weight: 600;
}
#content-body h3 {
  font-size: 1.6rem;
  padding-top: 1rem;
}
#content-body a {
  color: #049682;
  text-decoration: none;
}
#content-body a:hover {
  border-bottom: 2px solid #049582; 
}
@media(min-width:425px) {
  #content-body h1 {
     font-size: 7rem;
  }
  #content-body h2 {
     font-size: 2.2rem;
  }
  #content-body h3 {
     font-size: 2.4rem
  }
}
@media(min-width:768px) {
  #content-body h1 {
    font-size: 10rem;
  }
  #content-body h2 {
    font-size: 2.6rem;
 }
}
/* Contact Page */
#contact {
  margin-top: 30px;
}
#contact .form-group {
  margin-bottom: 25px;
}
#contact .form-group input,
#contact .form-group textarea {
  padding: 15px;
}
#contact .form-group input.form-control {
  height: auto;
  padding-left: 20px;
}
#contact .form-group textarea.form-control {
  height: 228px;
}
#contact .form-control {
  font-family: "Nunito Sans", serif;
  border: 2px #000 solid;
  border-radius: 20px;
}
#contact .form-control:focus {
  border-color: #51cfbe;
  box-shadow: none;
}
.text-danger {
  color: #e74c3c;
  font-size: 17px;
}
.close {
  font-weight: 800;
  color: #888;
  font-size: 1.1rem;
  padding-right: 5px;
  border: 0;
  background-color: transparent;
}
/* Map Section */
#map {
  width: 100%;
  height: 400px;
}
@media(min-width:425px) {
  #map {
    height: 500px;
  }
}
/* Thumbnail Gallery Styles */
#gallery {
   padding-bottom: 80px;
}
.thumb-m {
   margin-bottom: 3rem;
   box-shadow: rgba(0, 0, 0, 0.55) 0px 5px 15px;
}
/* Colorbox Lightbox Gallery CSS */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
/* Colorbox User Styles */
#cboxOverlay{background:url(../img/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
#cboxTopLeft{width:21px; height:21px; background:url(../img/controls.png) no-repeat -101px 0;}
#cboxTopRight{width:21px; height:21px; background:url(../img/controls.png) no-repeat -130px 0;}
#cboxBottomLeft{width:21px; height:21px; background:url(../img/controls.png) no-repeat -101px -29px;}
#cboxBottomRight{width:21px; height:21px; background:url(../img/controls.png) no-repeat -130px -29px;}
#cboxMiddleLeft{width:21px; background:url(../img/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(../img/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(../img/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(../img/border.png) 0 -29px repeat-x;}
#cboxContent{background:#fff; overflow:hidden;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#ee0024;}
#cboxPrevious{position:absolute; bottom:0; left:0; background:url(../img/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(../img/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxNext:hover{background-position:-50px -25px;}
#cboxClose{position:absolute; bottom:0; right:0; background:url(../img/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxClose:hover{background-position:-25px -25px;}
/* IE7 & IE8 Alpha Fix */
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}


