
@font-face {
  font-family: SPMarkerFont;
  src: url(../fonts/SPMarkerFont.woff2);
}

body {
    background-color: #fafafa;
    font-family: Open Sans;
}

header {
    height: 270px;
    background-size: cover;
    text-align: center;
    padding: 10px;
}

header .logo {
    max-height: 100%;
    max-width: 100%;
}

header .right {
    position: absolute;
    right: 20px;
    top: 20px;
    color: white;
    text-align: right;
}

nav {
    background-color: #f7941d;
    margin-bottom: 30px;
    height: 40px;
    overflow: hidden;
}

nav ul {
    list-style-type: none;
    margin-left: -40px;
    text-align: center;
}

nav ul li {
    display: inline-block;
    padding: 7px;
}

nav ul li:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
}

/*nav ul li {
    border-right: 1px solid black;
    padding-right: 20px;
}

nav ul li:first-child {
    border-left: 1px solid black;
    padding-left: 20px;
}*/

nav a, nav a:hover, nav a:visited {
    color: white;
    font-size: 19px;
    text-transform: uppercase;
    
    /* Black border around letters */
    text-shadow: 1px 0 0 black, -1px 0 0 black, 0 1px 0 black, 0 -1px 0 black, 1px 1px black, -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black;
}

nav a:hover {
    text-decoration: none;
}

#content {
    max-width: 1400px;
    padding-left: 20px;
    padding-right: 20px;
}

h3:not(.panel-title) {
    margin-top: 0;
    font-family: SPMarkerFont;
    border-bottom: 1px solid black;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

section > a, section > a:hover {
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
    color: gray;
}

content h1 {
    margin-top: 5px;
    margin-bottom: 20px;
    color: #f7941d;
}

content p {
    line-height: 22px;
    text-align: justify;
}

section h2 {
    margin-top: 5px;
}

section .right {
    color: gray;
}

.well {
    background-color: white;
    padding: 10px;
}

.glyphicon {
    margin-right: 5px;
}

* {
    border-radius: 0 !important;
}

a:hover {
    text-decoration: none;
}

.orange, a.orange, a.orange:hover {
    color: #f7941d;
}

.headerSortUp:after {
 content:' ▼'
}
.headerSortDown:after {
 content:' ▲'
}
.tablesorter th {
    cursor: pointer;
}

.green {
    color: green;
}

.red {
    color: red;
}


/* FullCalendar CSS */

  /* Title CSS */
.fc-toolbar-title {
	font-family: SPMarkerFont;
	text-transform: uppercase;
	text-align: center;
}

  /* Column header and day number CSS */
.fc-col-header-cell-cushion, .fc-daygrid-day-number {
	color: black;
}

  /* Event Time CSS */
.fc-event-time {
	overflow: visible !important;
}

  /* Event Title CSS */
.fc-event-title {
	white-space: normal;
}



