@charset "utf-8";

/* CSS Document */

img {
	max-width:800px;
	height:auto;
}

.PastLocation {
    font-weight:bold;
}

.PastChurch{
	font-size:large;
	font-weight:bold;
}

.PastAlternateChurch{
	font-size:large;
}

.UpcomingDate {
    font-weight:bold;
}

.UpcomingChurch{
	font-size:x-large;
	font-weight:bold;
}

.UpcomingLocation{
	font-size:large;
}

.PageTitle {
    font-size: large;
    font-weight:bold;
	color:#FFFF00;
}

.IntroTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:3vw;
	color:#FFFF00
}

.IntroInitials {
	font-size:90%;
}

div.VenuePic {
	float:right;
	padding:10px 0 10px 15px;
}

header nav ul{
	overflow: hidden;
	background: #606060;
	height: 0;
}

section nav ul{
	overflow: hidden;
	background: #606060;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}
section nav ul li{
	float:none;
	text-align:center;
	width:100%;
	margin:0;
}

section nav ul li a{
		color:#fff;
		font-family:Arial, Helvetica, sans-serif;
		padding:15px;
		border-bottom: 4px solid #000000;
		display:block;
		margin: 0;
}

/*mobile*/
@media(max-width: 888px){
.IntroTitle {
	font-size:5vw;
}

.burger-nav {
	display:block;
	height:40px;
	width:100%;
	background:url(images/burger-24-white.png) no-repeat 98% center;
	background-color: #404040;
	cursor:pointer;
}

header nav ul{
	overflow: hidden;
	background: #606060;
	height: 0;
	margin: 0;
	padding: 0;
}

header nav ul.open{ 
	height:auto;
}

header nav ul li{
	float:none;
	text-align:left;
	width:100%;
	margin:0;
}

header nav ul li a{
		color:#fff;
		padding:10px;
		border-bottom: 1px solid #404040;
		display:block;
		margin: 0;
}
section nav ul{
	overflow: hidden;
	background: #606060;
	height: 0;
}
td:nth-of-type(1){
	display:none;
}
/*td:nth-of-type(2){
	width:100%;
}*/


}