:root {
    --primary-color: #D1993C;
    --primary-color-dark: #000;
    --primary-text-color: #666;
    --secondary-color: #000;
    --primary-color-light: #278DA9;
    --content-header-text-color: #333333;
    --content-body-text-color: #747474;
    --body-color: #ffffff;
    --footer-color: #363839;
    --footer-copyright-color: #282a2b;
    --footer-copyright-font-color: #ffffff;
    --top-nav-font-color: #747474;
    --border-color: #e5e5e5;
    --icon-color: #FFFFFF;
    --icon-bg-color: #333333;
    --footer-contact-font-color: #8c8989;
    --footer-contact-link-color: #bfbfbf;
    --font-primary: "Ubuntu";
    --font-title: "Ubuntu";
}

h1 {
    font-size: 4rem !important;
}

.bg-primary {
    color: rgba(255, 255, 255, .8);
}

    .bg-primary a {
        color: #fff;
    }

        .bg-primary a:hover {
            color: rgba(255,255,255,.8);
        }

.card {
    background: transparent;
    border: none;
    height: 100%;
}

.card-text {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.btn-primary:hover {
    background-color: var(--primary-color-light) !important;
    border-color: var(--primary-color-light) !important;
}

.logo-violater {
    position: absolute;
    right: -30px;
    bottom: -10px;
    width: 200px;
}

@media screen and (max-width:1024px) {
    .logo-violater {
        position: relative;
        width: 150px;
    }
}

.intro-text {
    font-size: 110%;
}

@media screen and (max-width:768px) {
    .dk {
        display: none;
    }

    .logo-violater {
        display: none;
    }
}

.form-control {
    display: flex;
    width: 100%;
    font-size: 1.5rem;
    line-height: 2;
    margin: 10px 0;
    height: auto;
}

.bg-secondary{
    color:#fff;
}
.bg-secondary p, .bg-secondary h2, .bg-secondary h3 {
    color:#fff;
}

.z-index-2 {
    z-index: 2;
}
.z-index-1 {
    z-index: 1;
}

.color-overlay {
    background: rgba(209, 153, 60, .7);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
}


.position-relative {
    position: relative;
}
#HeroBackground {
    position: relative;
    height: 250px;
     color:var(--secondary-color);
}

.homeHero {
    height: 100%;
    filter: grayscale(1);
    position: absolute;
    width: 100%;
    top: 0;
    opacity: .6;
}
.header .logoWrapper {
    margin-top: .5em;
    margin-bottom: .5em;
}
.text-primary{
    color:var(--primary-color);
}
.text-secondary{
    color:var(--secondary-color);
}