﻿/*!
 *
 * Most layout issues should be handled with the bootstrap grid system first.  Only add to this if a grid system rule does not apply
 *
*/

body {
    background: #fff;
    color: #444;
	font-size: 14px;
}

/*BEGIN STICKY FOOTER STYLES*/
html, body {
    height: 100%;
}

.wrap {
    height: auto !important;
    margin: 0 auto -200px; /*Must be the opposite .push, .footer height*/
    min-height: 100%;
}

.push, .footer {
    height: 200px;
}

.footer {
    padding-top: 50px;
}

.event-header a, .event-header, .event-header a:hover, .event-header a:visited, .event-header a:active {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    color: #f37227;
    font-size: 20pt;
    font-weight: bold;
            
}

.event-datetime {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    color: #84b597;
    font-size: 18px;
    font-weight: bold;
}

.event-description, .event-location, .event-contact {
    font-family: "proxima-nova", sans-serif !important;
    font-style: normal !important;
    color: black !important;
}
.light-green-text {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    color: #bed3c4;
    font-size: 14pt;
    font-weight: bold;
}


.hr-dropshadow {
    border:none;
    /*height: 20px;*/
    width: 100%;
    height: 1px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: .5px solid #1f1209;
    box-shadow: 0px 5px 10px #333333;
    /*margin: -50px auto 10px;*/ 
}

.hr-dropshadow-event {
    border:none;
    /*height: 20px;*/
    width: 100%;
    height: 1px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: .5px solid #1f1209;
    /*margin: -50px auto 10px;*/ 
}


.wnt-button-link, .wnt-button-link:active, .wnt-button-link:visited  {
    background: #1C5BA2;
    color: #ffffff;
    border: 2px outset #777777;
    padding: 9px 12px;
}
.wnt-button-link:hover 
{
    background: #1C5BA2;
    color: #ffffff;
    border: 2px inset #333333;
}


/*END STICKY FOOTER STYLES*/