@import url('https://fonts.googleapis.com/css?family=Montserrat');
/* ---END GOOGLE FONTS--- */

body {
	background: #F3F3F4;
	font-family: 'Montserrat', sans-serif;
}

.wrapper {
	width:100%;
	background: #F3F3F4;
}

.header {
	background:url(GLCFALogo.png) no-repeat;
	background-size: 175px;
	height:180px /* << adjust based on client's site */;
	position: relative;
	z-index: 1;
	margin-top: 20px;
	width: 50%;
	margin-left: 20%;
	margin-right: auto;
}

.nav {
	position:relative;
	text-align:center;
	font-size: 20px;
	background:url(repeating-color-bar.jpg) no-repeat bottom center, url(slideshow-exterior-night-2000x500.png) no-repeat top center;
	background-size: 100%, 100% 115%;
	color:black;
	height:300px; /* Example: change this to 150px */
	padding-top:15px;
	margin-top: -50px;
	margin-right: auto;
	margin-left: auto;

}

.nav .title {
	position:relative;
	padding-left: 35%;
	width:40%;
	font-size:1rem;
	text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-top: -60px;
    font-size: 20px;
}

.nav .links {
	position:relative;
	text-align:center;
	width:30%;
	font-size: 20px;
	margin-top: -60px;
}

.nav .links a {
	color:#231F20;
	text-decoration:none;
	font-size: 1rem;
	text-transform: uppercase;
    letter-spacing: 0.03em;
}

.nav .links a:hover {
	color:#0381BC;
}

.content {
	background: white;
	background-size: 30%;
	color:black;
	width:60%;
	text-align:left;
	min-height:400px;
	margin-left:auto;
	margin-right:auto;
	border: solid 5px #0082B5;
	margin-top: 20px;
}

.footer:before{
	color: #000000;
	content: "800 Bay Harbor Dr. Bay Harbor, MI 49770 | 231.439.2600";
	FONT-SIZE: 15pt;
	text-align: center;
	font-weight: 300;
	line-height: 150%;

}

.footer {
	background:url(repeating-image-bar.jpg) no-repeat top center, url(GLCFALogo.png) no-repeat 20% 85%, #B1E3E3;
	background-size: 100% 42%, 150px;
	height:120px;
	color: #525252;
	border-bottom: #F3F3F4 50px solid;
	padding-top: 210px;
}

.footer .pad {
	padding-top: 110px;
}


.content h1{
	font-family: 'Montserrat', sans-serif !important;
	color:#231F20;
	font-size: 22px;
	}

.content h2 {
	font-family: 'Montserrat', sans-serif !important;
	color:#231F20;
	font-size: 16px;
}

.content h3 {
	font-family: 'Montserrat', sans-serif !important;
	color:#231F20;
	font-size: 16px;
}

p {
	font-family: 'Montserrat', sans-serif !important;
	color:#231F20;
}


.eventList .eventName {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 1.25rem !important;
	color: #231F20;
	font-weight: normal; 
}

.content.publictickethome {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 1rem;
	font-weight: normal; 
}


.eventList .instanceName {
	font-family: 'Montserrat', sans-serif !important;
	color:#231F20;
	font-size: 16px !important;
	font-weight: normal; 
}

.instanceName {
	font-family: 'Montserrat', sans-serif !important;
	color:#231F20;
	font-size: 16px;
}


.eventDescription {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 100;
	font-size: 16px; 
}

.eventList {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px;
}

a.instanceName {
	font-family: 'Montserrat', sans-serif !important;
}

h1.eventname {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px;
}

.content .publictickethome {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px;
}

td.right span {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px !important;
}

.breadcrumbs {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 12px;
	text-transform: uppercase;
}

#GAInstanceDetail {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px; 
}

#GAEventList {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px;
}

#DetailsOfEvent {
	font-family: 'Montserrat', sans-serif !important;
	color: #231F20;
	font-size: 16px; 
}

#generalAdmission {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px;
}

input#GACartButton {
	margin-top: 15px;
	background-color: #EDF0AE;
	color: #909383;
	font-family: 'Montserrat', sans-serif !important;
	text-transform: uppercase;
	border: #EDF0AE;
	padding: 10px;
	border-radius: 10px;
}

input.checkoutButton {
	background-color:#D8832A !important;
	border: #D8832A;
	color: #ffffff !important;
	font-family: 'Montserrat', sans-serif !important;
	text-transform: uppercase; 
	border-radius: 10px;
}

input.checkoutButton:hover{
	background-color: #ffffff !important;
	color: #D8832A !important;
}


input#GACartButton, input[type="submit"], input[type="button"] {
	background-color: #EDF0AE;
	color: #909383;
	border: #EDF0AE;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 10px;
}

input#GACartButton:hover, input[type="submit"]:hover, input[type="button"]:hover{
	background-color: #909383;
	color: #EDF0AE;
}

.MainLevel.legend {
    background: transparent !important;
}

.UpperLevel.legend {
    background: transparent !important;
}

tr {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 12px;
}

.title {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px;
}

tr.delFeeRow{

display:none;

}

.optInRow .label {
font-size:0pt;
}

.optInRow .label:after {
font-size:10pt;
content:'Yes! I would like to be inspired, entertained, and educated with weekly newsletters from the Center.';
}



/* ---BEGIN CUSTOM ADDITIONS---
If an org wants to add to, edit, or hide default text, or hide a section of the cart
or checkout page, place these changes below so they won't be accidentally deleted if
additional changes are made later on. */

a:-webkit-any-link {
color:#D68732;
text-decoration: none;
}

a:-webkit-any-link:hover {
color:#D68732;
text-decoration: underline;
}

/* ---END CUSTOM ADDITIONS--- */



/* ---RESPONSIVE CODE STARTS HERE---*/
@media only screen and (max-width:1500px) {
	.nav{
	background-size: 100%, cover;
	}


.footer:before{
	FONT-SIZE: 13pt;
	margin-left: 20%;

}
}

@media only screen and (max-width:1130px) {
	.nav{
	background-size: 100%, cover;
	height: auto;
	min-height: 250px;
	}
}

@media only screen and (max-width:1020px) {
	.header {
	width: 35%;
	margin-left: 10%
}

.nav {
	background:url(repeating-color-bar.jpg) no-repeat bottom center, url(slideshow-exterior-night-2000x500.png) no-repeat bottom center;
	background-size: 200%, 100% 110%;
	min-height:170px; /* Example: change this to 150px */
	margin-top: -100px;
	border-top: solid #6EC4E9 50px;
	color: white;


}
	.content {
		width:100%;
	}

	.footer:before{
	FONT-SIZE: 13pt;
	margin-left: 40%;

}


.nav .links a{
	color: white;
	text-transform: none;
	font-size: 13px;

}

.nav .title {
	text-transform: none;
    margin-top: -60px;
    font-size: 17px;
    padding-left: 35%;
}

.nav .links {
	text-transform: none;
	font-size: 13px;
	margin-top: -58.5px;
	width: 26%;
}


}

@media only screen and (max-width:630px) {
	div.header {
		height:175px /* << If you adjusted for full screen, also adjust here */;
		margin-top: 0px;
	}

		.header {
	width: 100%;
	background-position: 50% 0%;
		}

	.footer:before{
	margin-left: 0%;

}

.footer {
	background:url(repeating-image-bar.jpg) no-repeat top center, url(GLCFALogo.png) no-repeat 50% 62%, #B1E3E3;
	background-size: 200% 30%, 150px;
	height:70px;
	color: #525252;
	border-bottom: #F3F3F4 50px solid;
	padding-top: 300px;
}

.footer .pad {
	padding-top: 60px;
}


.nav {
	background:url(repeating-color-bar.jpg) no-repeat bottom center, url(slideshow-exterior-night-2000x500.png) no-repeat bottom center;
	background-size: 300%, 100% 110%;
	min-height:70px; /* Example: change this to 150px */
	margin-top: -0px;
	border-top: solid #6EC4E9 40px;

}

.nav .links a{
	color: white;
	text-transform: none;
	font-size: 13px;

}

.nav .title {
	text-transform: none;
    margin-top: -55px;
    font-size: 17px;
    padding-left: 0%;
    width: 50%
}

.nav .links {
	text-transform: none;
	font-size: 13px;
	margin-top: -53px;
	width: 50%;
}

}

@media only screen and (max-width:420px) {
	.wrapper {
		width:350px;
	}

	.nav .title {
    margin-top: -64px;
	}

}