/* Custom CSS */

body {
    background-color: #333333;
    color: #fff;
    font-family: 'League Spartan', sans-serif;
    letter-spacing: 1px;
    line-height: 1.7;
    font-size: 1.4rem;
    font-weight: 300;
}
p {
    
}
.bg-white, .bg-background {
    height: 80vh;
}
.bg-white { 
    color: #333;
    padding: 3rem;
}
.bg-white h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2rem;
}.bg-white h4 {
    font-weight: 300;
}
.bg-background {
    background-size: cover!important;
    background-position: center!important;
    background-repeat:  no-repeat!important;
}
.center {
    text-align: center;
}
h2, h3, h4 {
    font-weight: 300;
    letter-spacing: 4px;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
nav {
    background-color: #333333;
}
.navbar-toggler {
    border: 0;
}
.navbar-toggler-icon {
    filter: brightness(0) invert(1);
    width: 2.5em;
    height: 2.5em;
}
.btn-outline-info {
    color: #c1ddf2;
    border: solid 1px #91c4eb;
    padding: 1rem 2rem;
    border-radius: 10rem;
    letter-spacing: 3px;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #91c4eb;
}
.video {

}
#myVideo {
  width: 100%;
  min-height: 100%;
}
.services {
    padding: 5rem 0;
}
.services .row {
    margin-bottom: 1rem;
}
.servives .col-lg-7.col-md-6, .col-lg-5.col-md-6 {
    
}
.services .row>* {
    padding-right: .5rem;
    padding-left: .5rem;
}
.services h1, .about h1 {
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 1rem;
}
.services p.subhead {
    padding: 2rem 0 4rem;
}
.about {
    color: #333;
    background-color: #fff;
    padding: 2rem 0;
}
.about h1 {
    color: #333;
}
.about h3 {
    padding: 1rem 0 2rem;
}
.about h4 {
    margin-bottom: 2rem;
}
.call-to-action {
    padding: 2rem 0;
    background-color: #8dc4e7;
}
.call-to-action a {
    color: #fff;
    background-color: #333333;
    border: solid 1px #333333;
    padding: 1rem 4rem;
    border-radius: 1.5rem;
    font-weight: 300;
    letter-spacing: 5px;
}
.call-to-action a:nth-child(2) {
    margin: 0 6rem;
}
footer {
    padding: 3rem 0;
}
footer p a {
    color: #fff;
    display: block;
    text-decoration: none;
    margin-bottom: 1rem;
}

@media (max-width: 991.98px) {
    .bg-white, .bg-background {
        height: 50vh;
    }
    .services {
        text-align: center;
    }
    .about {
        text-align: center;
    }
    .about img {
        margin-bottom: 2rem;
    }
    .call-to-action a:nth-child(2) {
        margin: 0 1rem;
    }
    footer {
        text-align: center;
    }
    footer h4 {
        padding: 1rem 0;
    }
    .copyright {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .call-to-action a {
        display: block;
        width: 100%;
        margin: 1rem 0;
    }
    .call-to-action a:nth-child(2) {
        margin: 0;
    }
}
@media(min-width: 992px) {
    .top-btn {
        width: 60%;
        text-align: right;
    }
    .right {
        text-align: right;
    }
    .offcanvas-body {
        padding: 2rem;
    }
    header .nav-link, header .dropdown-item {
        font-size: 1.5rem;
    }
    .services h1, .about h1 {
        font-size: 3.2rem;
    }
    .services h2 {
        font-size: 1.6rem;
    }
    .services p.subhead {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .about h3 {
        font-size: 2rem;
    }
    .about h4 {
        font-size: 1.5rem;
    }
    .about img {
        float: right;
        margin-left: 2rem;
    }
    .call-to-action a {
        font-size: 1.5rem;
    }
    footer h4 {
        font-size: 1.5rem;
    }
    .copyright {
        display: flex;
        min-height:  200px;
        align-items: flex-end;
    }
    .copyright-bot {
        display: none;
    }
}
@media(min-width: 768px) {
    .call-to-action a {
            padding: 1rem 2rem;
    }
}