
.hero .btn-empty {
    font-size: 30px;
    letter-spacing: 0.05em;
    font-weight: 900;
    text-shadow: 1px 1px 9px #0f0f0f26;
}
.about-text {
    line-height: 1.9em;
}
.promo-line.top-space {
    margin-top: 70px;
}
.promo p {
    color: #666;
    font-weight: 100;
    font-size: 13px;
}
#numbers .counter small {
    font-weight: 600;
    color: #ccccccb5;
}
.service p{
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 100;
line-height: 1.6em;
}
#numbers h4 {
    letter-spacing: 0.03em;
    font-size: 20px;
    font-weight: 400;
    text-shadow: 4px 2px 7px black;
}
.testimonials-slider .client-comment {
    font-size: 18px;
    padding-bottom: 40px;
    line-height: 1.8;
    text-shadow: 1px 1px 7px #326c0866;
    letter-spacing: 0.5px;
    color: #ffffffc7;
}
.topnav {
    box-shadow: -2px 1px 7px 2px #0000001c;
}
.promo-icon {
    background-color: #39780773;
}
.about-text {
    margin-bottom: 70px;
}
body {
    font-family: 'Poppins', 'Lato';
}
    section#video {
    display: flex;
    justify-content: center;
    }
    .topnav .navbar-nav > li > a {
    font-family: 'Poppins', 'Lato';
    letter-spacing: 0.07em;
    text-transform: capitalize;
}

@media screen and (max-width: 590px){
 .hero {
    height: 100vh;
    padding-bottom: 10rem;
}   
section#video iframe {
    height: auto!important;
}
.navbar-brand {
    position: absolute;
    width: 85%;
        top: 0;
}
.container>.navbar-header{
        padding: 1.5rem 0;
}
}