:root{
    --hero-height: 80vh;
    --grid-gap: 30px;
}

body{
    padding-top: 65px;
}
.navbar-logo{
    letter-spacing: -0.1em;
}
.hero{
    width: 100%;
    height: var(--hero-height);
    position: relative;
    background: #1F4362 url(../images/hero1.webp) center center no-repeat;
    background-size: cover;
    color: #fff;
}
.hero .grid-container{
    height: var(--hero-height);
    place-items: center;
}
.hero-msg h1{
    font-size: 3.8em;
    text-transform: uppercase;
}
.hero-msg p{
    font-size: 1.3em;
    line-height: 1.2;;
}
.wrapper{
    /*
    width: 90%;
    margin: 0 auto;
    max-width: 1068px;
    */
    width: min(90%, 1068px);
    margin-inline: auto;
}

.heading-black {
    padding-bottom: 50px;
    opacity: .98;
    color: #000;
    text-align: center;
}
.heading-title {
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 10px;
}
h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: .92;
    letter-spacing: -2px;
    margin: 0;
}
#services{
    padding-bottom: 100px;
}
#services h3{
    font-size: 3rem;
    font-weight: 600;
    color:#444;
}
.container75{
    width: 75%;
    margin: 0 auto;
}
.service-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 220px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-color: #000;
}
.service-link{
    font-size: 2em;
    text-align: center;
    color: #fff;
    padding: 1em 0;
}
.service-body {
    text-align: center;
    width: 305px;
    max-width: 100%;
    position: relative;
    opacity: .999;
    z-index: 2;
    margin: 35px auto auto auto;
    padding: 30px 30px 0px 30px;
    background-color: #f7f7f7;
}
.bg-white{
    background-color: #fff;
}
.bg-gray {
    background-color: #f7f7f7;
}
.bg-1{
    background: url(../images/hero2.webp) center center no-repeat;
    background-size: cover;
}
.bg-2{
    background: url(../images/service-1.webp) center center no-repeat;
    background-size: cover;
}
.bg-3{
    background: url(../images/service-2.webp) center center no-repeat;
    background-size: cover;
}
footer{
    background-color: #333;
    color: #ccc;
    min-height: 5em;
    padding-top: 4em;
    font-size: 1.5rem;
}
.copyright{
    font-size: 1.2rem;
    text-align: center;
    padding: 2em 0 1em;
}
footer h4{
    font-size: .9em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.footer-menu{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1em;
}
.footer-menu li{
    margin-bottom: .2em;
}
footer a{
    text-decoration: none;
    color: var(--accent-color);
}
footer a:hover{
    color: #fff;
}
.social-links{
    font-size: 1.6em;
}
.social-links a:hover{
    color: #fff;
}
.jumbotron {
    padding: 4em 2em;
    margin-bottom: 2em;
    background-color: #e9ecef;
    border-radius: .3em;
}
.img-responsive{
    width: 100%;
}
.well{
    background: #ddd;
}
.well p, .well h4{
    padding-left: 20px;
    padding-right: 20px;
}
.well h4{
    margin-top: .3em;
}