img { border:0; }

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button
{ -webkit-appearance: none; margin: 0; }

            html, body
                {
                font-family: sans-serif;
                font-size: 22px;
                margin:0;
                }
            
            .icon
                {
                height: 15px;
                margin-left: 0.5em;
                }
            
            #top_nav
                {
                font-size: 15px;
                position: relative;
                }
            
            #top_nav a
                {
                margin-right: 2em;
                text-decoration: none;
                }
            
            #top_nav a:link, #top_nav a:visited
                {
                color: #13426b;
                }
            
            #top_nav a:active, #top_nav a:hover
                {
                color: #fc6719;
                }
            
            #nav_bar
                {
                background-color: rgba(255,255,255,0.9);
                font-weight: bold;
                height: 2.5em;
                line-height: 2.5em;
                padding-left: 7em;
                position: absolute;
                top: 2em;
                width: calc(100% - 7em);
                z-index: 20;
                display: none;
                }
            
            #save_the_date
                {
                color: white;
                font-size: 15px;
                font-weight: bold;
                height: 50%;
                right: 200px;
                position: absolute;
                text-align: center;
                width: 200px;
                }
            
            .content
                {
                color: #13426b;
                margin: 0 auto;
                max-width: 1080px;
                }
            
            #main_content
                {
                color: #13426b;
                font-weight: bold;
                margin: 0 auto;
                max-width: 1080px;
                text-align: center;
                }
            
            #main_content p
                {
                line-height: 1.8em;
                }
            
            #main_content a:link, #main_content a:visited
                {
                color: #fc6719;
                }
            
            #main_content a:hover, #main_content a:active
                {
                color: #13426b;
                }
            
            #hero
                {
                /*background-image: url('/img/hero_1.jpg');*/
                background-image: url('/img/events_hero.png');
                background-position: center center;
                background-size: cover;
                height: 500px;
                overflow: hidden;
                position: relative;
                }
            
            #save_the_date
                {
                background-color: rgba(252, 103, 25, 0.7);
                z-index: 15;
                }
            
            #view_events_button
                {
                background-color: #58b4e5;
                border: none;
                color: white;
                cursor: pointer;
                font-size: 20px;
                font-weight: bold;
                padding: 1em;
                }
            
            #hero_fader
                {
                background-position: center center;
                background-size: cover;
                position:absolute;
                top:0;
                bottom:0;
                left:0;
                right:0;
                display: none;
                z-index: 2;
                }
            
            #footer
                {
                background-color: #13426b;
                border-top: 6px solid #fc6719;
                height: 300px;
                }

            .non_mobile
                {
                display: none;
                }

.content
    {
    margin: 1em auto;
    background-color: #fff;
    padding:1em;
    line-height: 1.5em;
    }
    
h2, h3, h4, h5
    {
    all: unset;
    margin-bottom:0;
    padding-bottom:0;
    font-weight:bold;
    font-size: 26px;
    }

p
    {
    all: unset;
    display: block;
    margin: 0 0 1em 0;
    }

a:link, a:visited
    {
    all: unset;
    color:#13426b;
    text-decoration: underline;
    }

a:hover, a:active
    {
    all: unset;
    color:#fc6719;
    text-decoration: none;
    cursor: pointer;
    }

.text-huge
    {
    font-size: 44px;
    }

ul
    {
    list-style-type: disc;
    margin-left: 1.5em;
    }

