/** 
 * main.css
 * MG style sheet
 * 
 */
 
/* Typography 
 * Use the Bootstrap font stack. 
 * Override here to change font
 */ 
body {
	/* set a base size here */
	font-size: 14px; 
}

h1 {
	position:relative;
	text-transform:uppercase;
	letter-spacing:0;
	margin:0;
	display:block;
	float:none;
	text-align:center;
	margin:0;
	padding:0;
}

.jumbotron h1 {
	font-size: 36px;
}

@media (max-width: 979px) and (min-width: 768px) {
	h1 {
		font-size:24px;
		line-height:28px;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size:20px !important;
		line-height:24px !important;
	}

	
}

h1:after {display:none;}
h1:before {display:none;}

@media (min-width: 1200px) {
	
	h1 { letter-spacing:9px; }
	
	h1:after {
		content:"";
		position:relative;
		display:inline-block;
		width:44px;
		height:2px;
		top:-11px;
		margin-left:25px;
		overflow:hidden;
		border:none;
		background:#222222;
	}
	
	h1:before {
		content:"";
		position:relative;
		display:inline-block;
		width:44px;
		height:2px;
		top:-11px;
		margin-right:25px;
		overflow:hidden;
		border:none;
		background:#222222;
	}
	
	.column {
		margin: 15px 15px 0;
		padding: 0;
	}
	
	.column:last-child {
		padding-bottom: 60px;
	}
	
	.column::after {
		content: '';
		clear: both;
		display: block;
	}
	
	.column div {
		position: relative;
		float: left;
		width: inherit;
		height: inherit;
		margin: 0 0 0 25px;
		padding: 0;
	}
	
	.column div:first-child {
		margin-left: 0;
	}
	
	figure {
		width: inherit;
		height: inherit;
		margin: 0;
		padding: 0;
		background: #fff;
		overflow: hidden;
	}
	
	figure+p {
		margin: 5px 0;	
	}
	
	.hover01 figure img {
			-webkit-transform: scale(1);
			transform: scale(1);
			-webkit-transition: .3s ease-in-out;
			transition: .3s ease-in-out;
		}
	
	.hover01 figure:hover img {
			-webkit-transform: scale(1.3);
			transform: scale(1.3);
	}	
	
}


#home h2 {
	text-transform: uppercase;
}

h2 {
	font-size:22px;
}

#events h2 {
	margin-top: 10px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 12px;
}
/* End of typography */
.img-responsive {
	margin:0 auto; 

} 

/* Google embedded map */
.google-maps {
    position: relative;
    padding-bottom: 66.66%; /* (400/600 = 0.666 = 66.66%) */
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.addr {
	padding: 3% 0 3% 3%;
}

.addr p {
	margin: 0;
}

#contact a img {
	border: 2px solid #666;
}

#slidecar {
	margin-bottom: 10px;
}

nav li.current a  {
	color: whitesmoke !important; 
}

 /* Remove the navbar's default margin-bottom and rounded borders */ 
 .navbar {
   margin-bottom: 0;
   border-radius: 0;
   border: 0;
 }

.navbar .navbar-brand {
	font-size: inherit; 
}

 /* Add a gray background color and some padding to the footer */
 footer {
   background-color: #383838;
   color: white;
   padding: 25px 0;
   border: 1px solid #ccc; 
}

footer img {
	padding-top: 5px; 
}

.nojs {
	font-weight: bold;
	color: red;
}





