﻿:root {
    --primary: #e8183b;
    --secondary: #f08793;
    --third: #feebe4;
    --fourth: #cfdce4;
}



#venue {
    padding: 60px 0;
}

    #venue .container-fluid {
        margin-bottom: 3px;
    }

    #venue .venue-map iframe {
        width: 100%;
        height: 100%;
        min-height: 300px;
    }

    #venue .venue-info {
        background: url("/images/medcon/270750063.jpg") center center no-repeat;
        background-size: cover;
        position: relative;
        padding-top: 60px;
        padding-bottom: 60px;
    }

        #venue .venue-info:before {
            content: "";
            background: rgb(60, 60, 60, .4);
            position: absolute;
            bottom: 0;
            top: 0;
            left: 0;
            right: 0;
        }

        #venue .venue-info h3 {
            font-size: 36px;
            font-weight: 500;
            color: var(--primary) !important;
        }


@media (max-width: 574px) {
    #venue .venue-info h3 {
        font-size: 24px;
    }
}

#venue .venue-info p {
    color: var(--primary) !important;
    margin-bottom: 0;
}

#venue .venue-gallery-container {
    padding-right: 12px;
}

#venue .venue-gallery {
    overflow: hidden;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

    #venue .venue-gallery img {
        transition: all ease-in-out 0.4s;
    }

    #venue .venue-gallery:hover img {
        transform: scale(1.1);
    }

.w-60 {
    width: 60%;
}

.bg-primary-50 {
    background-color: rgba(18, 53, 117, 0.4);
}

.bg-third {
    background-color: var(--third);
}

h1, h2, h3 {
    text-align: center;
}

hr {
    height: 3px;
}

body {
    font-family: 'Montserrat';
}

.form-control {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid var(--primary);
    color: #000;
    padding: 5px 7px;
    min-height: 38px;
}

    .form-control:focus {
        outline-color: var(--fourth);
    }

    select:invalid,
    .form-control::placeholder {
        color: rgba(100,100,100,0.5);
    }


.text-secondary.hall {
    background: var(--primary);
}

.text-primary.hall {
    background: var(--secondary);
}


.btn.btn-danger {
    background-color: #c90a0a !important;
    border: 2px #c90a0a solid;
    border-radius: 4px;
    color: #FFF !important;
    line-height: 200%;
    padding: 10px 20px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}

    .btn.btn-danger:hover {
        background-color: #FFF !important;
        color: #c90a0a !important;
    }

    .btn.btn-primary {
        background-color: var(--primary) !important;
        border: 2px var(--primary) solid;
        border-radius: 4px;
        color: #FFF !important;
        line-height: 200%;
        padding: 10px 20px;
        width: 100%;
        text-transform: uppercase;
        font-weight: bold;
    }

    .btn.btn-primary:hover {
        background-color: #FFF !important;
        color: var(--primary) !important;
    }

.btn.btn-secondary {
    background-color: var(--secondary) !important;
    border: 2px solid var(--secondary);
    border-radius: 4px;
    color: #FFF !important;
    line-height: 200%;
    padding: 10px 20px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}

    .btn.btn-secondary:hover {
        background-color: #FFF !important;
        color: var(--secondary) !important;
    }

.floating-label {
    color: var(--primary);
    font-weight: 700;
    font-size: 12px;
    margin-left: 4px;
}

.nav-item {
    padding: 0 3px;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.8) !important;
}

    .nav-item a.nav-link:not(.video-link) {
        color: rgba(255,255,255,0.8) !important;
    }

    .nav-item a.nav-link:not(.video-link):hover {
        color: #FFF !important;
    }

.bg-gray {
    background-color: #1b252f;
}

.border-orange {
    border: 3px solid #90724b;
}

.drop-shadow {
    filter: drop-shadow(10px 10px 5px rgba(100,100,100,0.5)) !important;
}

.border-2 {
    border: 2px solid;
}

.footer {
    min-height: 50px;
}

.w-60 {
    width: 60%;
}

@media (max-width: 767.98px) {
    section:before {
        height: 50px;
        content: "";
        display: block;
    }

    body {
        margin-bottom: 300px;
    }

    section#home {
        min-height: calc(100vh - 60px);
    }
}

@media (min-width: 768px) {
    section:not(:first-child):before {
        height: 54px;
        content: "";
        display: block;
    }

    body {
        margin-top: 54px;
        margin-bottom: 300px;
    }

    section#home {
        min-height: calc(100vh - 54px);
    }
}

.nav-tabs .nav-link {
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.3);
}

.nav-tabs .active.nav-link {
    color: var(--primary) !important;
}

.border-secondary {
    border-color: var(--secondary) !important;
}

    .border-primary {
        border-color: var(--primary) !important;
    }

    .bg-secondary {
        background-color: var(--secondary) !important;
    }

    .bg-primary {
        background-color: var(--primary) !important;
    }

    .btn-secondary {
        background-color: var(--secondary) !important;
    }

    .btn-primary {
        background-color: var(--primary) !important;
    }

    .text-secondary {
        color: var(--secondary) !important;
    }

    .text-primary {
        color: var(--primary) !important;
    }


.countdown div {
    background-color: rgba(18, 53, 117, 0.4) !important;
    border-radius: 4px !important;
    color: #FFF !important;
}

.countdown-days::after,
.countdown-hours::after,
.countdown-minutes::after,
.countdown-seconds::after {
    color: #FFF !important;
}
    /*.countdown-days::after {
    background: url(/images/nrcsc/days.svg) center center;
    background-size: cover;
    height: 102px;
    width: 102px;
    left: -16px;
    top: -24px;
}

.countdown-hours::after {
    background: url(/images/nrcsc/hours.svg) center center;
    background-size: cover;
    height: 102px;
    width: 102px;
    left: -16px;
    top: -24px;
}

.countdown-minutes::after {
    background: url(/images/nrcsc/minutes.svg) center center;
    background-size: cover;
    height: 102px;
    width: 102px;
    left: -16px;
    top: -24px;
}

.countdown-seconds::after {
    background: url(/images/nrcsc/seconds.svg) center center;
    background-size: cover;
    height: 102px;
    width: 102px;
    left: -16px;
    top: -24px;
}*/

    .bg-orange {
    background-color: #90724b;
}

.text-orange {
    color: #90724b;
}