@charset "utf-8";

body {
	background-color: #000;
	margin: 0px;
}

section {
	width: 980px;
	min-height: calc(100vh - 240px);
	min-height: -webkit-calc(100vh - 240px);
	min-height: -moz-calc(100vh - 240px);
	margin: auto;
}
	
#flyer {
	background-image: url(../pictures/2018/albums/spn_provincials/team_photo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	min-height: calc(100vh - 240px);
	min-height: -webkit-calc(100vh - 240px);
	min-height: -moz-calc(100vh - 240px);
	width: 490px;
	float: left;
}

#upcoming {
	min-height: calc(100vh - 240px);
	min-height: -webkit-calc(100vh - 240px);
	min-height: -moz-calc(100vh - 240px);
	width: 490px;
	float: right;
	text-align: center;
}

h2 {
	color: #F00;
	font-family: Calibri;
}

p {
	color: #FFF;
	font-family: Calibri;
	font-size: 3;
	text-align: left;
	padding-left: 20px;
}
