:root {
    --primary-color: #196575;
    --primary-color-dark: #0A4757;
    --primary-text-color: #666;
    --secondary-color: #032F51;
    --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: "Georgia";
    --font-title: "Georgia";
}

h1 {
    font-size: 4rem !important;
}

h2, .h2, h3, .h3 {
    font-family: "Georgia", sans-serif !important;
    font-size: 6rem;
}

.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;
}

.z-index-2 {
    z-index: 2;
}

.z-index-1 {
    z-index: 1;
}

.color-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
}


.position-relative {
    position: relative;
}

#HeroBackground {
    position: relative;
    height: 250px;
    color: #fff;
}

.homeHero {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
}
