﻿body {
    background-color: #fff;
    padding-top: 0px;
}
.bg-primary {
    background-color: #39648e !important;
}
.text-primary {
    color: #39648e !important;
}


.bg-footer {
    background-color: #f7f7f9 !important;
}

.btn-outline-primary {
    color: #39648e;
    background-color: transparent;
    background-image: none;
    border-color: #39648e;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #39648e;
        border-color: #39648e;
    }

a.nav-link-regular:hover {
    color: #ddd !important;
}

.carousel_mask {
    background-color: rgba(18,16,8, 0.3);
}
div.absolute {
    position: relative;
    top: 46px;
}

div.absoluteContent {
    position: relative;
    top: -56px;
}

bg-navbar{
    background-color: #ddd;
}

.bringToFront {
    z-index: 2000 !important;
}

.mobile {
    font-size: 1.1em;
    font-weight: bold;
}
.mobileh2 {
    font-size: 0.9em;
    font-weight: bold;
}

/*
@media screen and (max-width: 768px) {
    .carousel img {
        max-height: 350px;
        margin: 0 auto;
    }
}
    */
