@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/clouds.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	text-align: justify;
}


/* Mobile Layout: 480px and below. */
#maincontainer {
	width: 95%;
	max-width: 1000px;
	background: #FFF;
	box-shadow: 0px 0px 20px 0px #000;
	margin: 0 auto;
	overflow: hidden;
	z-index: -50;
	font-size: 16px;
	color: #212452;
}

#logo {

}

#navigation {

	z-index: 50;
	position: relative;
	float: right;

}

#content {
	padding: 10px;
	text-align: justify;
	padding-left:30px;
	padding-right:30px;
	

}

#content2 {
	
	background: #FDDC01;
	padding: 10px;
}

.bigblueheader {
	font-size: 2em;
	color: #212452;
	text-align: center;
	font-weight: bolder;

}

.jointext {
	text-align: center;
	color: #212452;
	
}

#bluecontentholder {
	background: #2B4EA2;
	padding: 30px;
	color: #FFF;


}

#gallery2 {
	padding-top: 30px;
	padding-bottom: 10px;

}

#thumb {
	display: inline-block;
	padding: 9px;
}


#bottomholders {
	background: #FFC708;	

}

#socialyellow {
	width: 100%;
	background: #FFC708;
	text-align: center;
}

#copyr {
	width: 95%;
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 10px;

}

#socialbut {
	display:inline-block;
	padding:20px;
	
}

#programmes_bluebox {
	background: #182351;
	color: #FFF;
	padding: 20px;
}


#programme_column {
	width: 280px;
	margin: 10px;
	display: inline-block;
}

#columncontainer {
	
	vertical-align: top;
}

#bluecontentprogrammes {
	background: #17224F;
	color: #FFF;
	padding: 20px;
	text-align: center;
}

#metrotext {
padding: 20px;	

}

#coachholders {
	vertical-align: top;	

}

#coaches {
	
	width: 160px;
	display: inline-block;
	margin: 10px;
}

#actcol {
	width: 90%;
	display:inline-block;
	vertical-align: top;

}

#actcontent {
	text-align: center;
}

#clinicstext {

}

.yellowtext {
	color:#FDDC01;
	font-weight:bold;	
}

a.bernie:link {
	color: #FFF;
	text-decoration:none;
}
a.bernie:visited {
	color: #FFF;
		text-decoration:none;
}
a.bernie:hover {
	color: #FFF;
		text-decoration:underline;
}
a.bernie:active {
	color: #FFF;
		text-decoration:none;
}


#activities1 {
	display:none;	
}

#activities2 {
	display:inherit;
	text-align:center;
	background:#2253A2;
}

#activities3 {
	display:inherit;
	text-align:center;
	background:#2253A2;
	color:#FFF;
}

#sticker {
	width:100%;
	background:#FFF	;
	z-index:300;
}

#activityheader {
	font-size:18px;
	color:#FFF;
	font-weight:bold;
}

#activitypic {
	width:100%;
	max-width:255px;
	margin:0 auto;	
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */



@media only screen and (min-width: 481px) {
	#contacticons {
	z-index:300;
	position:relative;
	color:#FFF;	
	top:-50px;
	left:100px;
	font-size:18px;
}

#clinicstext {

}
#actcol {
	width: 90%;
	display:inline-block;
	vertical-align: top;
	margin: 40px;
}




@media only screen and (min-width: 750px) {

#clinicstext {

}

#actcol {
	width: 90%;
	display:inline-block;
	vertical-align: top;
	margin: 40px;

}
a.bernie:link {
	color: #FFF;
	text-decoration:none;
}
a.bernie:visited {
	color: #FFF;
		text-decoration:none;
}
a.bernie:hover {
	color: #FFF;
		text-decoration:underline;
}
a.bernie:active {
	color: #FFF;
		text-decoration:none;
}


@media only screen and (min-width: 769px) {
	
	#metrotext {
	position: relative;
    z-index: 100;
    top: -120px;
	width: 100%;
	max-width: 400px;
	left: 45%;
	padding: 10px;
	font-size:16px;
		
	}
	
	#actcol {
	width: 200px;
	display:inline-block;
	height: 480px;
	vertical-align:top;
}

#clinicstext {

}

a.bernie:link {
	color: #FFF;
	text-decoration:none;
}
a.bernie:visited {
	color: #FFF;
		text-decoration:none;
}
a.bernie:hover {
	color: #FFF;
		text-decoration:underline;
}
a.bernie:active {
	color: #FFF;
		text-decoration:none;
}


#activities1 {
	display:inherit;	
}

#activities2 {
	display:none;
}

#activities3 {
	display:none;
	text-align:center;
	background:#193791;
}
	
}
