﻿body {
    font-family: 'Open Sans', sans-serif;
}

.popup-overlay {
    display: none;
    position: fixed;
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.popup {
    display: inline-block;
    width: 100%;
    min-height: 40px;
    background-color: white;
    border-radius: 1px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    bottom: 0;
    position: absolute;
    font-size: 12px;
    font-weight: normal;
}

a.accept, a.submit {
    margin-top: 0;
    margin-left: 20px;
    display: inline-block;
    color: white;
    background-color: #bfbfbf;
    border-radius: 5px;
    padding: 0px 9px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: sans-serif;
}
.header-content {
    position: relative;
    width: 100%;
    /* max-width: 1990px; */
    margin: 0 auto;
    background: url(../images/navbg.png);
    /* background-repeat: no-repeat; */
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    /* height: 112px; */
    z-index: unset;
    padding: 39px 20px;
    height: 200px;
}
.eventHolder {
    padding: 20px;
    background: #f7f7f7;
}
.date {
    color: #c11f25;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.time {
    color: #c11f25;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.event {
    padding: 22px 0;
    border-bottom: 1px solid #d5d5d5;
}
a.eventLink {
    color: #c11f25;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.eventBlurb {
    font-size: 14px;
    margin: 5px 0px;
}
.eventName {
    font-size: 16px;
    font-weight: bold;
}
.EventInfo p {
    font-size: 14px;
}
button.btn-sm {
    background: yellow;
    font-weight: bold;
    border: 0;
    padding: 6px 18px;
}
table.navTextHolder {
    margin-top: 40px;
}
.navtxt {
    font-weight: bold;
    font-size: 25px;
    line-height: 23px;
}


.navtxt2 {
    display: block;
    background: #dd1f27;
    color: #fff;
    padding: 5px 12px;
    margin-top: 10px;
    font-weight:bold;
}

#logo img {
    width: 100%;
    max-width: 146px;
}
.eventHolder h2 {
    font-weight: bold;
}