@charset "utf-8";
@import url("reset.css");
@import url('https://fonts.googleapis.com/css?family=Adamina');
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	height: 100vh;
	overflow-y: scroll;
}
#navContainer {
	width: 100%;
	background-color: rgba(44,65,153,0.90);
}
header {
	width: 100%;
	height: 475px;
	background-color: rgba(141,141,141,1.00);
	background-image: url(../images/onHill.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
}
header div#logoBar {
	width: 100%;
	background-image: -webkit-linear-gradient(0deg, rgba(0,255,251,0.34) 0%, rgba(255,255,255,0.84) 46.63%, rgba(0,255,251,0.34) 100%);
	background-image: -moz-linear-gradient(0deg, rgba(0,255,251,0.34) 0%, rgba(255,255,255,0.84) 46.63%, rgba(0,255,251,0.34) 100%);
	background-image: -o-linear-gradient(0deg, rgba(0,255,251,0.34) 0%, rgba(255,255,255,0.84) 46.63%, rgba(0,255,251,0.34) 100%);
	background-image: linear-gradient(90deg, rgba(0,255,251,0.34) 0%, rgba(255,255,255,0.84) 46.63%, rgba(0,255,251,0.34) 100%);
	display: block;
	min-height: 0px;
	height: 250px;
}
header img#logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	vertical-align: middle;
	height: 80%;
	position: relative;
	top: 15px;
}
section img#belvedereTiburon {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	max-width: 500px;
	display: block;
}
.uk-navbar-nav li a:link, .uk-navbar-nav li a:visited {
	color: rgba(255,255,255,1.00);
	letter-spacing: 3px;
	font-family: 'Adamina', serif;
	font-size: 0.7em;
}
.container {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
section {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
}
section h1, h2, h3, p {
	font-family: 'Adamina', Book Antiqua, serif;
}
section h2, section h2.inaugural {
	font-size: 1.6em;
	margin-bottom: 20px;
}
section h2.inaugural {
	letter-spacing: 5px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
section h3 {
	font-size: 1.2em;
	margin-bottom: 5px;
	margin-bottom: 10px;
}
section h3.subtext {
	font-size: 0.9em;
	font-weight: 300;
	letter-spacing: 4px;
}
section p {
	text-align: justify;
	line-height: 25px;
	margin-bottom: 25px;
}
section.callout {
	background-color: #5C907E;
	color: #FFFFFF;
}
h2.white {
	color: #ffffff;
}
section#artists div.uk-card {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 300px;
}
section#artists div.uk-inline-clip .uk-card div.uk-transition-slide-bottom {
	background-color: rgba(44,65,153,0.75);
	color: #ffffff;
}
section#artists div.uk-inline-clip .uk-card div.uk-transition-slide-bottom p.uk-h4 { color: #ffffff; }
section#artists div.uk-inline-clip .uk-card div.uk-transition-slide-bottom p { text-align: center; }
footer {
	text-align: center;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
button.link {
	background-color: #2c4199;
	color: #ffffff;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
	border: 0px;
	font-size: 1.5em;
	border-radius: 10px;
	transition: background-color 0.5s, ease-in-out;
}
button.link:hover {
	background-color: #ff0000;
}
button.getTickets {
	position: relative;
	top: 20px;
	width: 20%;
	min-width: 200px;
	background-color: rgba(44,65,153,0.90);
	color: #ffffff;
	padding: 35px;
	border: 0px;
	font-size: 1.5em;
	border-radius: 10px;
	transition: background-color 0.5s, ease-in-out;
}
button.getTickets:hover {
	background-color: #ff0000;
}
.spacer {
	clear: both;
	margin-top: 30px;
}
section#artists .uk-modal-dialog{
	width: 75%;
}
em {
	color: #000000;
}
input.uk-input, textarea.uk-textarea {
	background-color: rgba(200,224,241,1.00);
}
div.infoContainer {
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	display: table;
	border-collapse: separate;
	border-spacing: 20px 0px;
}
div.infoContainer div {
	display: table-cell;
	width: 50%;
}
div#navIconContainer {
	display: table;
	border-collapse: separate;
	border-spacing: 5px 0px;
}
div.navIcon {
	display: table-cell;
}
div.navIcon img {
	display: block;
	height: 20%;
	max-height: 35px;
}
.ssContainer {
}
.ssContainer div {
	width: 25%;
}
.ssContainer img {
	border: 0px;
	margin-bottom: 5px;
	width: 100%;
	
}
.ssContainer p {
	font-size: 0.8em;
	text-align: center;
	font-style: oblique;
}
ul.noBullets li {
	display: block;
}
div.uk-modal-body p {
	margin-bottom: 20px;
}
div#memberOptions {
	vertical-align: middle;
}
div#memberOptions ul li {
	display: inline-block;
	padding-bottom: 5px;
}
img.memberIcon {
	width: 20%;
	min-height: 0px;
	min-width: 100px;
}
ul.uk-navbar-nav div.uk-navbar-dropdown {
	background-color: #2c4199;
}
ul.uk-navbar-nav div.uk-navbar-dropdown ul.uk-nav li a:link, ul.uk-navbar-nav div.uk-navbar-dropdown ul.uk-nav li a:visited {
	font-family: 'Adamina', sans-serif;
	font-size: 1em;
	letter-spacing: 0px;
}
ul.uk-navbar-nav div.uk-navbar-dropdown ul.uk-nav li a:hover, ul.uk-navbar-nav div.uk-navbar-dropdown ul.uk-nav li a:focus {
	background-color: #5068CC;
}
img.artistsFlag {
	width: 20%;
	display: block;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
p.artistText {
	text-align: center;
	margin-bottom: 0px;
	margin-top: 5px;
}
section ul {
	text-align: left;
}
section ul li {
	text-align: left;
	list-style-position: inside;
	margin-bottom: 20px;
}
.videoBG {
	width: 100%;
	min-height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
