body{
background-image: url("images/background.jpg");
background-repeat:no-repeat;
 background-size:cover;
font-family:calibri;
}

main{width:70%; margin: 0 auto;
}
header{float:left;}
.clear{clear:both;}
article{color:white;
float:right;
margin-top:2%;
width:100%;
}

article li{list-style-type:none;padding-bottom:5%;}

footer{width:100%;
color:white;}


.event-post .date-pic {
	
    float: left;
    margin-top: 6px;
    width: 10%;
}
.date-pic .date-arrow {
    position: relative;

}
.date-pic .date-arrow:before {
    background-color: white;
    content: "";
    height: 36px;
    left: 42px;
    position: absolute;
    top: 21px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    width: 36px;
	
	
}
.date-pic .date {
    background-color: white;
    color: black;
    font-family: 'Titil';
    font-size: 13px;
    height: 75px;
    position: relative;
    text-align: center;
    width: 70px;
}
.date-pic .date span {
    display: block;
}
.date-pic .day {
    font-size: 24px;
    font-weight: bold;
    line-height: 20px;
    padding-top: 9px;
}
.date-pic .thumb {
    height: 90px;
    overflow: hidden;
    width: 90px;
}
.date-pic .thumb2 {
    height: 65px;
    width: 70px;

}

table, th {
    padding-bottom:2%;
	font-size:25px;
	
}
table, td {
    font-size:18px;
	text-align:center;
	padding-bottom:1.5%;
	padding-top:1.5%;
	
	
}
a{text-decoration:none;}
.button3:hover{background-color:white; color:black;}
i {
    border: solid #330000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
	
}



.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

@media screen and (min-width: 901px) {


nav li{float:left;
	width:14%;
	list-style-type:none;}



 nav a {
	color: white;
	width:70%;
	height:30px;
	display:block;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	text-decoration:none;
	padding:10% 4% 10% 4%;
	margin-right:200px;
	transition:background-color 1s ease;
		
}

header img{display:block; margin:0 auto;}







.button3{	font-size: .8em;
	color: #fff;
	line-height: 1.15;
	font-weight: 700;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5%;
	border-radius: .5em;
	background: #330000;
	margin: auto;
	}
	
	
	
	
	
}

@media screen and (min-width: 501px) and  (max-width: 900px) {
	

nav li{float:left;
	width:25%;
	list-style-type:none;}



 nav a {
	color: white;
	width:70%;
	height:30px;
	display:block;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	text-decoration:none;
	padding:10% 4% 10% 4%;
	margin-right:200px;
	transition:background-color 1s ease;
		
}

header img{display:block; margin:0 auto;}





.button3{	font-size: .8em;
	color: #fff;
	line-height: 1.15;
	font-weight: 700;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3%;
	border-radius: .5em;
	background: #330000;
	margin: auto;
	}
	
	}

@media screen and (max-width: 500px) {
	

nav li{float:left;
	width:90%;
	list-style-type:none;}



 nav a {
	color: white;
	width:70%;
	height:30px;
	display:block;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	text-decoration:none;
	padding:10% 4% 10% 20%;
	margin-right:200px;
	transition:background-color 1s ease;
		
}

header img{display:block; margin:0 auto;}




.button3{	
	display: none;
	
	}
	
	
	
	
	}

