﻿/* Global Elements */
body {
    min-height:100vh;
    display:flex;
    flex-direction:column;  /* extends footer background to bottom of browser on short pages */

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                            supported by Chrome, Edge, Opera and Firefox */
}

footer { 
    flex: 1;    /* extends footer background to bottom of browser on short pages */
}

.sectionTitle { 
    border-bottom:1px solid black; 
    text-transform:uppercase; 
    font-size:1.2em; 
    font-weight:bolder; 
}

.noborder { 
    border:none; 
}

.nobold {
    font-weight:normal !important;
}

label {
    font-weight:500;
    margin-top: 0.5em;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Links */
a { text-decoration:none;}

a:hover { text-decoration:underline; }

a.sidebarEventDate, a.link { 
    color:darkred; 
    font-weight:bold; 
}

a.sidebarEventName {
    color:#212529;
}

a.link-horz-cta {
    color:#555555;
    background-color: #999999;
    padding: 2px 5px;
}

/* Navigation */
.navbar-nav .nav-item { 
    margin:auto .5em; 
}

.first-nav-item { 
    margin-left:6rem; 
}

@media (max-width: 1199px) {
    .first-nav-item { 
        margin-left:0; margin-top:1rem; 
    }
}
