
@media (max-width: 991.98px) 
{ 
    section#craft .card { padding-top: 20px !important; padding-bottom: 20px !important; padding-left: 0 !important; }
    section#craft .card-body { width: 100% !important; }
    section#craft .card-title { margin-top: 15px !important; }
    header { padding: 10px !important; }
}

body {
    background-color: #fff8ed;
    font-family: "montserrat";
    font-size: 15px;
}

a, a:hover{
    text-decoration: none;
    color: inherit;
}

header {
    color: #fff;
    background-color: #2b2b2b;
}

header a, header a:hover{
    color: #fff;
    text-decoration: none;
}

header ul li a.nav-link {
    color: #fff;
    cursor: pointer;
}

header ul li a.nav-link:hover {
    color: #fff;
}

header {
    padding: 20px;
}

section#hero {
    color: #fff;
    background-image: url("images/hero.webp");
    background-size: cover;
    background-position: center;
}

section#hero .quote-btn{
    background-color: #fff;
    padding: 15px 30px 15px 30px;
    color: #545454;
    font-size: 16px;
    border: 2px solid #fff;
    cursor: pointer;
    font-family: 'oswald';
    letter-spacing: 0.05em;
}

section#hero .quote-btn:hover{
    background-color: #50E3C2;
}

section#features {
    max-width: 960px;
}

section#features img {
    width: 86px;
}

section#features .card-title {
    color: #25B091;
    font-weight: bold;
    font-family: 'oswald';
    font-size: 28px;
    margin-top: 16px;
    margin-bottom: 16px;
}

section#features .card-text {
    color: #545454;
}

section#craft {
    color: #545454;
}

section#craft .card {
    background-color: #2b2b2b;
    padding-top: 100px;
    padding-bottom: 100px;
}

section#craft .card-body {
    width: 70%;
    margin: 0 auto;
}

section#craft .card-title{
    color: #25B091;
    font-size: 34px;
    font-weight: bold;
    font-family: "montserrat";
    margin-top: 0px;
    margin-bottom: 25px;
}

section#craft .card-text {
    font-family: "montserrat";
    color: #fff;
    font-size: 18px;
}

section#craft .card.light {
    background-color: #fff8ed;
}

section#craft .card.light .card-title {
    color: #2b2b2b;
}

section#craft .card.light .card-text {
    color: #2b2b2b;
}

section#contact {
    padding-top: 80px;
    padding-bottom: 80px;
}

section#contact .needaquote {
    font-size: 3em;
    font-family: "montserrat";
    font-weight: bold;
}

section#contact .box {
    margin: 0 auto; 
    margin-top: 40px; 
    padding: 50px; 
    background-color: #2b2b2b;
}

section#contact .form-control {
    border: 0;
}

section#contact .submit-btn {
    background-color: #fff;
    padding: 15px 30px 15px 30px;
    color: #2b2b2b;
    font-weight: bold;
    font-size: 16px;
    border: 0;
    cursor: pointer;
    font-family: 'oswald';
    letter-spacing: 0.05em;
}

section#contact .submit-btn:hover {
    background-color: #25B091
}

footer {
    background-color: #2b2b2b;
    color: #fff;
}

footer .container {
    height: 100%;
}

footer .heading{
    color: #25B091;
}

footer ul{
    list-style-type: none;
    padding: 0;
}