#content {
    margin-top: 5%;
    font-family: 'Istok Web';
    font-size:16px;
    line-height:24px;
    margin-bottom: 5%;
}

h2 {
    color: green;
}

.nav-item:hover  {
    background-color: green;
    border-radius: 10px;
}

.nav-item:hover .nav-link {
    color:white;
}

#banner {
    position: relative;
}

.overlay {
    position: absolute;
    padding: 2%;
    right: 5px;
    color: white;
    font-family: 'Asap';
}

#learn-more-btn {
    background-color: green;
    font-family: 'Asap';
}

#learn-more-btn a {
    text-decoration: none;
    color: white;
}

@media screen and (min-width: 320px) {
    .overlay {
        font-size: 10px;
        line-height: 10px;
    }

    #learn-more-btn {
        font-size: 12px;
    }
}

@media screen and (min-width: 428px) {
    .overlay {
        font-size: 14px;
        line-height: 16px;
    }

    #learn-more-btn {
        font-size: 18px;
    }
}

@media screen and (min-width: 768px) {
    .overlay {
        font-size: 24px;
        line-height: 30px;
    }

    #learn-more-btn {
        font-size: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .overlay {
        font-size: 32px;
        line-height: 40px;
    }

    #learn-more-btn {
        font-size: 48px;
    }
}

@media screen and (min-width: 1440px) {
    .overlay {
        font-size: 48px;
        line-height: 50px;
    }

    #learn-more-btn {
        font-size: 64px;
    }
}

.section {
    margin-top: 30px;
    position: relative;
}

#home-our-services ol, ul {
    padding-left: 0
}
#home-our-services ul li {
    list-style: none;
    background: lightgray;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: black;
    border-bottom-width: 2px;
    font-size: 18px;
}

.contact-us {
    margin-top: 15%
}

.client {
    padding: 5px;
    margin: 10px;
}

.no-text-decoration {
    text-decoration: none;
}

.form-group.required .control-label:after {
    content:"*";
    color:red;
}

#contact .form-group {
    margin: 10px;
}

#contact .submit-btn {
    margin-left: 1%;
    background: green;
    color: white;
    border-radius: 10px;
}

#submit-spinner {
    margin-left: 30px;
}

#footer {
    text-align: center;
}