hr.divider {
  max-width: 3.25rem;
  border-width: 0.2rem;
  border-color: #333046;
}

.masthead {
	background: linear-gradient(to bottom, rgba(119, 119, 119, 0.5) 0%, rgba(119, 119, 119, 0.8) 100%), url(../images/nyc-skyline.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    color: #FFF;
}

#footer {
    background: #666;
    color: #DDD;
    font-size: .7rem;
    font-family: monospace
}

.masthead hr.divider, #approach hr.divider, #certifications hr.divider {
    border-color: #FFFFFF;
}

.page-section {
    padding: 3rem 0;
}

#approach, #certifications {
    background-color: #424242;
    color: #FFF;
}

#contact {
    background-color: #e9ecef;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

#contact iframe {
    width: 100% !important;
}

#services img {
    border: 1px solid #CCC;
}

.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;
}

#map {
    padding-top: 0em !important;
}

#mainNav {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

@media (min-width: 992px) {
    #mainNav {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
    }
    #mainNav .navbar-brand {
        color: rgba(255, 255, 255, 0);
        display: none;
    }
    #mainNav .navbar-nav .nav-item .nav-link {
        color: rgba(255, 255, 255, 0.7);
        padding: 0 1rem;
    }
    #mainNav .navbar-nav .nav-item:last-child .nav-link {
        padding-right: 0;
    }
    #mainNav.navbar-scrolled {
        -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        background-color: #fff;
    }
    #mainNav.navbar-scrolled .navbar-brand {
        display: block;
    }
    #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link {
        color: #212529;
    }
    #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link:hover {
        color: #f4623a;
    }
}
