body {
    --heading-font        : "Open Sans", sans-serif;
    --bs-font-sans-serif: "Open Sans", sans-serif;
}

#hero-image{
    min-height: 100%;
    padding-bottom: 12rem;
}
#logo{
    filter: invert(1);
    opacity: 95%;
}

#logo-text a{
    font-weight: 800;
    text-decoration: none;
    color: white;
    font-size: 1.5rem;
}
#hero h2{
    text-transform: uppercase;
    -webkit-text-stroke: thin;

    /*text-shadow: 10px 0 0 orange;
    text-shadow:
        5px 5px 4px orange,
        -5px 5px 4px orange,
        -5px -5px 0 orange,
        5px -5px 0 orange;*/

}
#hero h2 .text-primary{
    /*color: #f5fc76 !important;*/
    color: white !important;
    opacity: 100%;    
    /* text-shadow:
        10px 1px 10px orange; */
        /* 3px 3px 2px #222,
        -3px 3px 2px #222,
        -3px -3px 0 #222,
        3px -3px 0 #222; */
}
#hero .display-1 {
    font-size: 3rem;
}

#service{
    text-transform: uppercase;
    font-weight: 800 !important;
    font-size: 3.5rem;
    -webkit-text-stroke: medium;
}
#service .text-accent{
    color: #2bd0d4;
    /* color: #2a9d8f; */
}
#start-banner h2{
    text-transform: uppercase;
    margin-top: 4rem !important;
    -webkit-text-stroke: thin;
    /* color: #d4e5b6; */
    /* color: #edda49; */
    color: #faee97;
    font-size: 3rem;
     /* text-shadow:
        /* 10px 1px 10px orange;  
        3px 3px 2px orange,
        -3px 3px 2px orange,
        -3px -3px 0px orange,
        3px -3px 0px orange; */
    
}
#start-banner .col-md-12{
    color: white;
    text-align: center;
    text-shadow: 5px 5px 30px #923201;
}
#start-banner p{
    font-size: 1.5rem;
    font-weight: 600;
    text-shadow: 1px 1px black;
}
#start-banner .banner-image{
    padding-bottom: 100px !important;
}

/*https://coolors.co/palettes/popular/5%20colors*/
.card-1{
    background-color: #ffbe0b;
    border-color: #ff580b !important;
}
.card-2{
    background-color: #fb5607;
    border-color: #a03706 !important;
}
.card-3{
    background-color: #ff006e;
    border-color: #9e0e4c !important;
}
.card-4{
    background-color: #8338ec;
    border-color: #511f97 !important;
}
.card-5{
    background-color: #3a86ff;
    border-color: #1f488b !important;
}

.card, .card h2{
    color: white !important;
}
.card{
    line-height: 1.5rem;
    padding-bottom: 3rem !important;
    height: 100%;
}
.card-row{
    margin-top: auto !important;
}
.card-row .col{
    margin-bottom: 20px !important;
}
.card-body{
    margin-top: auto;
}
.footer-menu form{
    margin-bottom: 3rem;
}
.footer-menu .bg-light{
    background-color: #2bd0d4 !important;
    padding: 10px 10px;
    border: 0;
    
}
.footer-menu .btn-dark{
    background-color: #219ebc !important;
    margin-bottom: 1.5rem;
}
.credit-link, .credit-link a{
    color: lightgray;
}
a.nav-link{
    padding: 2px 0;
    color: inherit;
}


@media (max-width: 1200px) {
    #hero-image{
        background-size: cover 100% !important;
        background-position-y:center !important;
    }
    
    #start-banner .banner-image{
        background-position-y: bottom !important;
        background-size: auto 155% !important;
        background-position: right;

    }  
}

@media (max-width: 600px) {
    #hero .display-1 {
        font-size: 2.5rem;
    }
    .footer-logo{
        padding-bottom: 6rem;
    }
    #start-banner .banner-image{
        background-size: auto 125% !important;
    }
}
