@charset "UTF-8";
/* CSS Document */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video { display: block;
}


@font-face {
    font-family: 'LeagueGothic';
    src: url('fonts/LeagueGothic-Italic-webfont.eot');
    src: url('fonts/LeagueGothic-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/LeagueGothic-Italic-webfont.woff') format('woff'),
         url('fonts/LeagueGothic-Italic-webfont.ttf') format('truetype'),
         url('fonts/LeagueGothic-Italic-webfont.svg#LeagueGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'true-crimes';
    src: url('fonts/true-crimes-webfont.eot');
    src: url('fonts/true-crimes-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/true-crimes-webfont.woff') format('woff'),
         url('fonts/true-crimes-webfont.ttf') format('truetype'),
         url('fonts/true-crimes-webfont.svg#LeagueGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}


h1 {
	font-family: LeagueGothic;
	background-color:#ff3f68;
	color: #000;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
	letter-spacing: 2px;
}


img{
    max-width: 100%;
	border:none;
  }


html{
  font-size:  100%    /* this is the equivalent of 16px */
  line-height: 1;       /* unit less value */
  -moz-text-size-adjust: 100%;  /* these lines are for disabling phone scaling */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color:#000;
  
}


body{
	margin: 0;
	background-color:#000;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#EEE;
	font-weight:bold;
	background-image:url(images/close_bg.jpg);
  background-attachment:fixed;
  background-position: top center;
  background-repeat:no-repeat;
}


#content{
	width: 90%;
	margin: auto;
	text-align:left;
}


.highlight{
	color:#ff3f68;
	font-weight:bold;
}

.submitBtn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #000;
  font-size: 20px;
  background: #ff3f68;
  padding: 5px 40px 5px 40px;
  text-decoration: none;
  font-weight:bold;
}

.submitBtn:hover {
  background: #ff3f68;
  text-decoration: none;
}

input{
	font-size:14px;
}

select{
	font-size:30px;
	padding: 25px 30px 25px 30px;
}


.underline {
	width: 100%;
	height: 2px;
	background-color:#ff3f68;
}

.italicise {
	font-style:italic;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	/*margin: 0px;*/
	margin-bottom: 40px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 10%;
	background:rgba(0,0,0,0.60);
	padding-left: 10px;
	padding-right: 10px;
}


.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 40%;
}

#nav ul li a:link{
	color: #000;
	text-decoration:none
}
#nav ul li a:visited{
	color: #000;
	text-decoration:none
}
#nav ul li a:hover{
	color: #fff;
	text-decoration:none
}
#nav ul li a:active{
	color: #000;
	text-decoration:none
}

#nav ul li{
	display:inline;
	list-style-type:none;
	font-size: 2em;
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing: 2px;
}
#nav ul{
	background-color:#ff3f68;
	color: #000;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#nav {
	font-family: LeagueGothic;
	width: 60%;
	margin: auto;
	text-align:center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.heading{
	font-size: 3em;
	letter-spacing: 2px;
	margin-bottom: 0;
	padding-bottom: 0;
}


/* Normal styles for the modal */
#modal, #modal2 {
	left:50%;
	margin:-250px 0 0 -40%;
	opacity: 0;
	position:absolute;
	top:-50%;
	visibility: hidden;
	width:80%;
	box-shadow:0 3px 7px rgba(0,0,0,.25);
	box-sizing:border-box;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
	/* Make the modal appear when targeted */
	#modal:target {
		opacity: 1;
		top:55%;
		visibility: visible;
	}
	
		#modal2:target {
		opacity: 1;
		top:55%;
		visibility: visible;
	}

#modal .btn {
	float:right;
}

#modal2 .btn {
	float:right;
}

.modal-content {
	background: #000;
	position: relative;
	z-index: 20;
	border-radius:5px;
}

.modal-content2 {
	background: #000;
	position: relative;
	z-index: 20;
	border-radius:5px;
}


#modal .overlay {
	background-color: #000;
	background: rgba(0,0,0,.5);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

#modal2 .overlay {
	background-color: #000;
	background: rgba(0,0,0,.5);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

.btn {
	background-color: #ff3f68;
	color:#000;
	display:inline-block;
	padding:5px 15px;
	text-decoration:none;
	
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	box-shadow:0 1px rgba(0,0,0,.35);
	-moz-box-shadow:0 1px rgba(0,0,0,.35);
	-webkit-box-shadow:0 1px rgba(0,0,0,.35);
}
	.btn:active {
		background-color: #ff3f68;
		
	}
	.btn.go {
		background-color: #ff3f68;
		color:#000;
		
	}
		.btn.go:active {
			background-color: #ff3f68;
			
		}




/*  styles for width LESS THAN 1176px  */

@media only screen and (max-width: 1176px) {
	body{
	margin: 0;
	background-color:#000;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#EEE;
	font-weight:bold;
	background-image:url(images/close_bg_med.jpg);
  background-attachment:fixed;
  background-position: top center;
  background-repeat:no-repeat;
}
	#nav {
	font-family: LeagueGothic;
	width: 90%;
	margin: auto;
	text-align:center;
	padding-top: 40px;
	padding-bottom: 40px;
    }
	
	#nav ul li{
	display:inline;
	list-style-type:none;
	font-size: 2em;
	padding-left: 10px;
	padding-right: 10px;
     }
	 
}


/*  GO FULL WIDTH AT LESS THAN 652 PIXELS */

@media only screen and (max-width: 652px) {
	body{
	margin: 0;
	background-color:#000;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#EEE;
	font-weight:bold;
	background-image:url(images/close_bg_sm.jpg);
  background-attachment:fixed;
  background-position: top center;
  background-repeat:no-repeat;
}
	
	.col { 
		margin: 1% 0 1% 0%;
	}

	.span_2_of_2, .span_1_of_2 { width: 100%; }
	
	#nav {
	font-family: LeagueGothic;
	width: 100%;
	margin: auto;
	text-align:center;
	padding-top: 40px;
	padding-bottom: 40px;
    }
	
	.heading{
	font-size: 2.25em;
	margin-bottom: 0;
	padding-bottom: 0;
    }
	#nav ul li{
	display:inline;
	list-style-type:none;
	font-size: 1.5em;
	padding-left: 3px;
	padding-right: 3px;
     }
	 
	  #nav ul{
		 margin-top: 5px;
	 }
	
	.newLine{
		display: block;
	}
	
	.enlarge{
		display: none;
	}
}
