body {
	background-color: #003048;
	min-width: 1400px;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

#headerDiv {
	background-color: #003048;
	height: 120px;
	width: 100%;
	position:sticky;
	top: 0;
	left: 0;
	z-index: 100;
	display: flex;
	overflow: visible;
}

#headerBackground {
	background-color: #003048;
	height: 120px;
	width: 100%;
	position:sticky;
	z-index:99;
}

#headerBlocker {
	height: 120px;
}

#headC {
	flex-basis: 1200px;
	flex-grow: 1;
	min-width: 1080px;
	height: 100%;
}

#headCT, #headCB {
	width: 100%;
	text-align: center;
	font-family: 'Pridi', Georgia, serif;
}

#headCT {
	height: 70px;
	font-size: 3em;
	font-weight: 700;
	color: #99c1da;
}

#headCB {
	height: 50px;
	font-size: 1.4em;
	display: flex;
	align-items: center;
	font-weight: 400;
	background-color: #febf2a;
}

#headCB div {
	flex-basis: 300px;
	vertical-align: middle;
	word-spacing: 0.25em;
}

#headCB .NavBar {
	flex: 5px 0 0;
	font-size: 35px;
	padding-bottom: 5px;
	color: white;
	font-family: 'Arial Nova Cond Light', 'Arial Nova Cond', 'Arial Narrow', 'Arial', sans-serif;
}

.NavLink{
    text-decoration: none;
	color: black;
}

.NavLink:hover {
	color: #606060;
}

#headL, #headR {
	flex-basis: 350px;
	flex-grow: 1;
	min-width:160px;
}
#headR {
	display:flex;
	align-items: center;
	padding-right: 10px;
}

#headL img {
	width:150px;
	margin: 5px;
	float:right;
}

#headR div {
	flex-basis: 150px;
	padding: 5px;
}

#headR img {
	width: 100%;
}



.main {
	flex-basis: 1200px;
	flex-grow: 1;
	min-width: 1080px;
	min-height: 100vh;
	background-color: white;
	background-image: url('/graphic/color_swirl.jpg');
	background-repeat: no-repeat;
	font-family: 'Cardo', "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.main a {
	color:black;
	text-decoration: underline;
}
.main a:hover {
	color:#606060;
}
.clickable:hover {
	cursor: pointer;
}

#pageTitle {
	font-family: 'Pridi', Georgia, serif;
	font-size: 2.5em;
	font-weight: 600;
	margin: 5px 0px;
	color: #348a50;
	height: 150px;
	text-align: center;
	position: relative;
}
#pageTitle div {
	width: 100%;
	position: absolute;
	bottom: 0;
}

.main h2 {
	font-size: 1.6em;
	font-family: 'Pridi', Georgia, serif;
	color: black;
	line-height: 0.8;
	font-weight: 600;
	padding: 0 0 0.4em 0;
}

/*.main p {*/
p {
	font-size: 1em;
	font-family: 'Cardo', "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: 400;
	padding: 0;
	margin: 0;
	text-align: justify;
}

.main form {
	font-size: 1em;
}
.main select, .formIn, .main textarea {
	font-family: "Cardo", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
}
.formButton {
	font-family: 'Pridi', Georgia, serif;
	font-weight: 600;
	font-size: 1em;
	padding: 1px 6px;
	border: none;
	background-color: #febf2a;
	cursor: pointer;
}
.formButton:hover {
	color: #606060;
}

.news h3 {
	font-size: 0.8em;
	font-family: 'Cardo', "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 5px 0px;
	color: #cccccc;
}
.news p {
	font-size: 1em;
	font-family: 'Cardo', "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 5px 0px;
	text-align: left;
}
.news a {
	text-decoration: underline;
	color: white;
}
.news a:hover {
	color: #cccccc;
}
.newsTitle {
	margin: 5px 0px 0px 0px;
}
.newsTitle a {
	font-size: 1em;
	font-family: 'Pridi', Georgia, serif;
	font-weight: 600;
	text-decoration: none;
}
.newsWrapper {
	margin: 10px 0px 10px 0px;
	padding: 10px;
	border: 0px solid black;
	background-color: #e1403a;
	color: white;
}
#getTicketsSide a, .getTicketsText{
	font-family: 'Pridi', Georgia, serif;
	font-weight: 600;
	text-decoration: none;
	color:white;
}
#getTicketsSide a:hover, .getTicketsText:hover {
	color: #cccccc;
}
#getTicketsSide img {
	width:100%;
}
.socialMediaLinkImg {
	width:50px;
	flex: 0 0 50;
}

#mailingListBody {
	text-align: center;
}
#mailingListBody span {
	display:block;
	line-height: 1;
	font-size: 1.2em;
	font-family: 'Cardo', "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: 400;
	max-width: 600px;
}
#mailingList, #mailingListButton {
	width:100%;
	font-size: 1em;
	font-family: 'Cardo', "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#mailingListButton {
	height: 26px;
	background-color: #a0a0a0;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	padding: 10px 0px;
	margin: 0px;
	font-family: 'Pridi', Georgia, serif;
	font-size: 1.2em;
	font-weight: 600;
}
#mailingList {
	padding: 10px;
	height: 24px;
}

.mainImage {
	width: 100%;
}

#footLegal {
	text-align: center;
	font-family: 'Cardo', "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 0.7em;
	padding: 2px;
	color: white;
}
#footLegal div {
	display : inline;
	margin: 0px 10px;
}


.banner {
	width:100%;
	margin: 0;
	padding: 0;
}

.announce {
	text-align: center;
	padding: 10px 10%;
	text-decoration: none;
	font-family: 'Pridi', Georgia, serif;
	font-weight: 400;
	font-size: 1.25em;
	color: black;
}

.home_checker_span {
	font-family: 'Pridi', Georgia, serif;
	font-weight: 400;
	font-size: 2em;
	max-width: 100%;
	text-align: center;
}
.home_checker_white_span {
	color: black;
}
.home_checker_white_span a {
	color: black;
}
.home_checker_white_span a:hover {
	color: #333333;
}
.home_checker_red_span {
	color: white;
}
.home_checker_red_span a {
	color: white;
}
.home_checker_red_span a:hover {
	color: #cccccc;
}

.imgTextCont {
	position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
}
.imgTextCont div {
	position:relative;
}
a.imgText {
	font-family: 'Pridi', Georgia, serif;
	font-weight: 600;
	text-decoration: none;
	color: white;
}
a.imgText:hover {
	font-family: 'Pridi', Georgia, serif;
	font-weight: 600;
	text-decoration: underline;
	color: white;
}
#gallLinkSmall div {bottom: 20px;}
#gallLinkSmall a {font-size: 40px;}
#gallLink {font-size: 70px;}

#imgModal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.8);
}

#imgModalImg {
	max-width: calc(100vw - 20px);
	max-height: calc(100vh - 20px);
}

#imgModalClose {
    position: relative;
    top: 15px;
    right: 40px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
	font-family: Arial, sans-serif;
	z-index: 1001;
}

#imgModalClose:hover, #imgModalClose:focus, .imgModalArrow:hover, .imgModalArrow:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.imgModalArrow {
    color: #f1f1f1;
    font-size: 60px;
    font-weight: bold;
	font-family: Arial, sans-serif;
	z-index: 1001;
}

#imgModalCap {
	z-index: 1001;
	text-align: center;
	color:white;
	font-family: 'Cardo', "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em;
}

.enlarge:hover {
    cursor: pointer;
}

#revealTriger {
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(256,256,256,0.8);
	color: black;
	font-family: 'Pridi', Georgia, serif;
	font-weight: 400;
	font-size: 2em;
	line-height: 1.2em;
}
#revealTriger:hover{
	background-color: rgba(256,256,256,0.6);
    cursor: pointer;
}

.teamDiv {
	max-width:calc(33.33% - 20px);
	padding:5px;
	margin:5px;
	text-align: center;
	font-size: 1em;
	line-height: 1;
}
.teamName {
	font-family: 'Pridi', Georgia, serif;
	font-weight: 600;
}
.teamRole {
	font-family: 'Cardo', "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
}
.teamRight {
	text-align: right;
	width: 50%;
}

.collapsHead {
	background-color: white;
	color: black;
	cursor: pointer;
	padding: 0px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	/*font-family: 'Pridi', Georgia, serif;*/
	font-family: 'Cardo', "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: 600;
	font-size: 1.2em;
}
.collapsHead:hover {
	color: #333333;
}
.collapsCont {
	padding: 0 0 0 10px;
}

 /* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
	padding: 5px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -105px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.loader {
  width: 50px;
  height: 50px;
  background-image: url('/graphic/loader.png');
  background-size: 50px 50px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}