@charset "utf-8";

body{
   margin: 0;
   height: 100%;
   font-family: Calibri, Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size:17pt;
	background-color: #D46527;
}

img {
	max-width:100%;
}
.orange {
	color:#D46527;
}
.blue {
	color:#09476C;
}
.white {
	color:#fff;
}
.right {
	float: right;
}
.left {
	float:left;
}
.clr {
	clear: both;
}

a {
	color:#D46527;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color:#09476C;
	text-decoration: none;
}

a-table {
	color:#D46527;
	font-weight: bold;
	text-decoration: none;
}

a-1 {
	color:#09476C;
	font-weight: bold;
	text-decoration: none;
}
a-table:hover {
	color:#09476C;
	text-decoration: none;
}
div#hdr {
	margin-bottom:5px;
	height:140px;
	background: url(/img/Hollandia-Crowd-Website-Banner-65.png) no-repeat center center;
	background-color: #fff;
}
div#hdr div {
	display:inline-block;
	position:relative;
	height:140px;
}

div#social {
	width:180px;
	height:35px;
	display: inline-block;
	float:right;
	margin-top:5px;
}
div#social img {
	margin-right:10px;
}

div#ftr {
	margin-top:5px;
	background-color: #09476C;
	text-align: center;
	font-size:15pt;
	color:#fff;
	padding:20px;
}
div#ftr a {
	font-weight: normal;
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
}

div#ftr a:hover {
	text-decoration: none;
	color:#D46527;
}
div#ftr p {
	font-size:20pt;
	padding:0px 55px 0px 55px;
	font-weight: normal;
}
div#ftr p span {
	font-size:12pt;
}

div#mob-social {
	display: none;
}
h1,h2,h3,h4,h5 {
	font-family: Calibri, Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-weight:bold;
	margin:5px 0px 10px 0px;
	text-transform:uppercase;
}
h1 {
	font-family:'garamond';
	margin-bottom:20px;
	color:#D46527;
	font-size:28pt;
}
h2 {
	color:#09476C;
	font-size:22pt;
}
h3 {
	color:#555;
	font-size:18pt;
	
}
table {
	empty-cells: show;
	border-collapse: collapse;
	
}
td, th {
	padding:5px;
	border:1px #666 solid;
}
th {
	background-color:#09476C;
	color:#fff;
	border:1px #09476C solid;
	text-align: left;
	font-family:inherit;
}
td {
	font-size: 85%;
}
table.data-entry td {
	padding:3px;
	border: 0px;
}
input::-webkit-input-placeholder {
  text-align: left;
}
input:-moz-placeholder {
  text-align: left;
}
input::-moz-placeholder {
  text-align: left;
}
input:-ms-input-placeholder {
  text-align: left;
}
input{
	text-align: left !important;
}
div#contain {
	width:1400px;
	max-width:100%;
	margin:auto;
}

div#Main {
	padding:25px;	
	min-height:250px;
	background-color: #fff;
}

button {
	height: 35px;
	width: 100px;
	background-color: #09476C;
	color: white;
	font-weight: bold;
	border: 0px;
}

button:active {
	background-color: #D46527;
	color: white;
	border: 0px;
}

#dashOptions button {
	width: 10em;
	font-size: 1.25em;
}

#left {
	margin: 0 auto;
}

#right {
	margin: 0 auto;
}

input {
	width: 200px;
}

#signInStart {
	margin-top: 2em;
}

#description {
	text-align: left;
}

#volInfo {
	align-content: left;
}

#volInfo input, label {
	margin-bottom: 1em;
}

#edit {
	display:inline;
}

h3i{
	font-size: 20px;
	display:inline;
}

#mnu {
	width: 100%;
	background-color: #09476C;
	margin-top:8px;
	padding: 5px 5px 0 5px;
}

#eventBtns {
	margin-bottom: 0.25em;
	padding-left: 0.25em;
	padding-right: 0.25em;
}

#eventsTitle {
	text-align: left;
	margin-left: 0.5em !important;
	margin-top: -0.25em;
}

#eventOptions {
	padding-right: 15px;
	padding-left: 20px;
}

#deleteEvent {
	float: right;
	padding-right: 0.25em;
}

#eventName {
	float: left;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

#eventData {
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
}

@media only screen and (max-width: 768px) {
	.nomob {
		display:none !important;
	}
	div#menu {
		display:none !important;
	}
	div#social {
		display:none !important;
	}
	p#ftrmnu {
		display:none !important;
	}
	div#ftr p, body {
		font-size:12pt;
	}
	div#ftr p {
		padding:10px;
	}
	div#main-content {
		padding:15px 20px 25px 20px;
	}
	div#hdr {
		height:102px;
		background-image:url(/img/banner-indoor-2017-mobile.png);
		background-position: center bottom;
	}
	div#ftr {
		font-size: 12pt;
	}
	div#menu-mobile {
		display:block !important;
		width:100vw;
	}
	div#mnu {
		height: auto;
		background-color: #fff;
	}
	div#mob-social {
		display: inline;
	}
	div#mob-social a {
		margin-left:10px;
	}
	div#mob-social:first-child {
		margin-left:0px;
	}
	div#ftr {
		background-color: #D46527
	}
	body {
		background-color: #fff;
	}
	div#ftr a:hover {
		text-decoration: none;
		color:#09476C;
	}
	div#fly-out {
		display:block;
	}
}
