@charset "utf-8";
/* CSS Document */


.backButton:hover{
	opacity: .8;
	cursor:pointer;
}


.glyphicon-hand-left{
color:#2d1d00!important;
}
html {
    background-color: white;
}

body{
	opacity: 1;
    transition: 2s opacity;
	position:relative;
	font-family: 'Arimo', sans-serif;
	font-size:1.8em;
	background-color:#777777;
}
.box1{
	min-height:140px;
	background-color:#8B0D00;
	text-align:center;
	cursor:pointer;
	border-color:white;
	border-width:medium;
	border-style:solid;
}
.box2{
	min-height:140px;
	background-color:#8B0D00;
	text-align:center;
	cursor:pointer;
	border-color:white;
	border-width:medium;
	border-style:solid;
}
.box3{
	min-height:140px;
	background-color:#2d1d00;
	text-align:center;
	cursor:pointer;
	border-color:white;
	border-width:medium;
	border-style:solid;
}
.box1 h2{
	font-size:2.1em;
	font-weight:400;
	color: white!important;
	text-shadow: 1px 0px 4px rgba(0, 0, 0, 1);
}

.box2 h2{
	font-size:2.1em;
	font-weight:400;
	color: white!important;
	text-shadow: 1px 0px 4px rgba(0, 0, 0, 1);
}

.box3 h2{
	font-size:2.1em;
	font-weight:400;
	color: white!important;
	text-shadow: 1px 0px 4px rgba(0, 0, 0, 1);
}
.box1:hover{
	background-color:#2d1d00;
}
.box2:hover{
	background-color:#2d1d00;
}


.back{
	background-color:#f4f7f9;
	min-height: 10em;
	max-height: 10em;
	padding-top:2em;
	color:#2d1d00!important;
}
.backButton:hover{
	opacity: .8;
	cursor:pointer;
}

body.fade-out {
    opacity: 0;
    transition: none;
}

body p{
	font-size:1em;
	
}
.im-centered { 
	margin: auto; 
	max-width: 370px;
}
/* Design colours for individual pages*/
body h2{

	
}
.panel-default .panel-heading{
	background-color:#298BC5;	
}
.bgimage{
	background-image: url(../images/Course_Image.jpg);
	background-position: center center;
	background-size: cover;
	height:500px;
	
}
.activityTitle{
	
	background-color:#8B0D00;
}
.activityTitle h1{
    font-size:2.5em;
	font-weight:400;
	color: white!important;
text-shadow: 1px 0px 4px rgba(0, 0, 0, 1);	
}

.activityTitle h2{
	color: white!important;
text-shadow: 1px 0px 4px rgba(0, 0, 0, 1);	
}
.glyphicon{
	color:white;
	font-size:3em;
}
.glyphicon-hand-left{
	color:#2d1d00!important;
}
.bgimage h3 {
	color:#FCFCFC;
}
.bgimage h1 {
	color:#FCFCFC;
}

.bgimage h2 {
	color:#FCFCFC;
}


.spacer{
	margin:1em;
}


@media (max-width: 1200px) {
 .activityTitle h1{
    font-size:2em;
	font-weight:400;
}
 .activityTitle h2{
    font-size:1.5em;
	font-weight:400;
}

  header .navbar-brand h2 {
	  font-size:1.2em;
  }
    header .navbar-brand h1 {
	  font-size:1.5em;
  }
  header .navbar-default .navbar-nav a{
  	  font-size:0.8em;
  }
}
@media (max-width: 990px) {
  .activityTitle h1{
    font-size:1.5em;
	font-weight:400;
}
 .activityTitle h2{
    font-size:1.25em;
	font-weight:400;
}
  header .navbar-brand span.subhead {
	  display:none;
  }
  header .navbar-brand h2 {
	  font-size:0.85em;
  }
  header .navbar-brand h1{
	padding-left:60px;
}
  header .navbar-brand h2{
	padding-left:60px;
}
.spacer{
	margin:0em;
}
  
}
@media (max-width:767px){
  .activityTitle h1{
    font-size:2.5em;
	font-weight:400;
}
 .activityTitle h2{
    font-size:2em;
	font-weight:400;
}
	
	.modal-body img{
		top:-20px;
		
	}
	#Search{
		font-size:0.9em!important;	
	}
	
}


body h4{
	text-align:center;
}

.right {
    position: absolute;
    right: -30px;
	top:-32px;    
    padding: 10px;
}
.titleBar{
	
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 12px;
}
.details{
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 12px;
}

.mainLogo{
    margin: 0 auto!important;
	padding-top:-80px;
	z-index:4!important;
	
}

.mainHeader{
	padding-left:46px;
	padding-right:46px;
	padding-top:50px;
	padding-bottom:10px;
	margin-top:-40px;
	-webkit-border-top-left-radius: 180px;
-webkit-border-top-right-radius: 180px;
-moz-border-radius-topleft: 180px;
-moz-border-radius-topright: 180px;
border-top-left-radius: 180px;
border-top-right-radius: 180px;
border-color: #F3E9D5;
border-style:solid;
border-width: 15px;
background-color:white;
-webkit-box-shadow: 10px 2px 23px -7px rgba(23,23,23,1);
-moz-box-shadow: 10px 2px 23px -7px rgba(23,23,23,1);
box-shadow: 10px 2px 23px -7px rgba(23,23,23,1);
}

.modal-header{
	background-color: #D55246;
	color:#D6D6D6;
}

.modal-header h2{
	color:white;
	background-color: #D55246;
}

.modal-footer{
	background-color: #D55246;
}

.modal-footer h2{
	color:white;
}

.unitTitle{
	background-color:#FFD7D5;
	color:#212121!important;
	min-height:200px!important;
	padding:1em;
	margin-top:-1em!important;
	
}
.unitTitle h3{
	color:#212121!important;
	text-align: center;
	margin-top:0px!important;
	
}

.unitTitle p{
	color:#212121!important;
	text-align:center;
	
}

.unitContainer{
	background-color:#AA7677;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	padding-left:0px!important;
	padding-right:0px!important;
	margin-top:2em!important;
	margin-bottom: 2em!important;
	margin-left:1em!important;
	margin-right:1em!important;
	cursor:pointer;

}
.unitContainer img{
	padding-bottom:1em;
}
.unitContainer p{
	font-size: 1em;
}

.enterUnit{
	cursor:pointer;
}
.firstOne{
	
}

.md-trigger{
	cursor:pointer;
}

.topButton{
	 text-decoration: none !important;
	 cursor:pointer;
}

.slider{
	width:5000px;
	height:450px;
	overflow:hidden;
	position:relative;
	left:900px;
}

.sliderContainer{
	overflow:hidden;
	position:relative;
	width:90%;
}

@media (max-width: 1200px) {
 
  header .navbar-brand h1 {
	  font-size:1em;
  }
  	body h3{
	font-size:1.3em;
	}
}
@media (max-width: 990px) {
  	#sectionTitle h1{
	  text-align:center;
  	}
  
  	header .navbar-brand h1 {
	  font-size:1em;
  	}
	
	header .navbar-brand h1{	
	padding-left:60px;
	}
	
	.md-content h3{
	font-size: 1.5em;
	}
	.md-content h2{
	font-size: 2em;
	}
	.md-content a{
	font-size: 0.8em;
	}

}

@media (max-width:767px){

	
	header .navbar-brand span.subhead {
	  display:none;
  	}  	
	
	.hideLogo{
		display:none;
	}
	
	.activityTitle{
		left:0px;
	}
	.md-content img{
		display:none;
	}
	  	body h3{
	font-size:2em;
	}
}

.jumbotron{
	padding-top:20px!important;
	padding-bottom:20px!important;
}
.buttonling{
	text-align:left;
	background-color:#DFCAD0;
	color:#000;
	border-style:solid;
	border-width:thin;
	border-color:#DFCAD0;
	min-height:70px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-style:solid;
	border-width: 15px;
	-webkit-box-shadow: 10px 2px 23px -7px rgba(23,23,23,1);
	-moz-box-shadow: 10px 2px 23px -7px rgba(23,23,23,1);
	box-shadow: 10px 2px 23px -7px rgba(23,23,23,1);
}
