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

.front-page-banner {
	margin:auto;
	padding: 0px 0px 5px 0px;
	width:100%;
	border-bottom: 35px solid rgba(153, 153, 153, 0.8); background-color: rgba(255, 255, 255, 0.8);
}
.front-page-logo {
	height: 55px;
	margin-left: 10px;
}
.thinredline {
	text-align: left;
	padding: 5px 0px 5px 15px;
	background-color: transparent;
	border-bottom: 3px solid #800000;
}
.page-container {
    width: 100vw;
    height: 100vh;
    padding: 0px;
    margin: 0px;
    text-align: left;
    display: block;
    overflow: auto;
}
.page-banner {
    margin: auto;
    padding: 0px 0px 5px 0px;
    width: 100%;
    /*border-bottom: 35px solid rgba(153, 153, 153, 0.8);*/
	border-bottom: 45px solid rgba(191, 191, 191, 1.0);
    /*border-top: 50px solid rgba(153, 153, 153, 0.8);*/
	border-top: 45px solid rgba(191, 191, 191, 1.0);
}
.page-title {
    text-align: left;
    padding: 0px 0px 0px 15px;
    background-color: transparent;
    border-bottom: 3px solid #800000;
}
.page-title-logo {	
	vertical-align: text-bottom;
    height: 55px;
    margin: 5px;
}
@media only screen and (min-width: 600px) {
.front-page-logo1 {
    height: 55px;
    margin: 5px;
}
.front-page-logo2 {
    display: none;
}
}
@media only screen and (max-width: 599px)  {
.front-page-logo2 {
    height: 55px;
    margin: 5px;
}
.front-page-logo1 {
    display: none;
}	
}

.page-title-text {
    font-size: xx-large;
    font-weight: bold;
    color: #666;
    height: 60px;
    vertical-align: bottom;
    padding: 0px;
}
.page-content-container {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.page-content-text {
    max-width: 60%;
    min-width: 350px;
    padding: 1% 1% 1% 5%;
	clear: left;
	display:block;
	color: #666;
	font-size: large;
}
.contact-content-text {
    max-width: 80%;
    min-width: 350px;
    clear: left;
	display:block;
	color: #666;
	font-size: large;
}
#home {	 
    background: url('../img/background/Background2new.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
#heading {
	padding-left: 20px;
	display: block;
	width: 100%;
	text-align: left;
	margin: 0px 0px 5px 0px;
}
#heading-text {
	font-size: 400%;
	font-weight: bold;
	color: #f2f2f2;
	text-shadow: 2px 2px #666;
}
@media only screen and (min-width: 600px) {
#about {
    background: url('../img/background/students_edited7_sm.png'), linear-gradient(to bottom right, white, white, white, white, aquamarine, teal, darkcyan);
    background-size: 40%, cover;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
#curriculum {
    background: url('../img/background/Background12c_Transparent_sm.png'), linear-gradient(to bottom right, white, white, white, white, LightCyan, LightBlue, MidnightBlue);
    background-size: 60%, cover;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
#resources {
    background: url('../img/background/Background12b_Transparent_sm.png'), linear-gradient(to bottom right, white, white, white, white, lightsteelblue, steelblue, darkslategray);
    background-size: 60%, cover;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
#moodle {
    background: url('../img/background/Background2LogoMoodle4.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
#moodle .page-title {
	background: url('../img/background/Background10-01.svg'), rgba(250, 250, 250, 1.0);
	background-position: right top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 32%;
	}
/*#moodle .page-banner {	
	border-bottom: 40px solid rgba(191, 191, 191, 1.0);
	}*/
#moodle .page-content-text {
	/*background: linear-gradient( rgba(250,250,250,0.2), rgba(250,250,250,0.4), rgba(250,250,250,0.6), rgba(250,250,250,0.8) );*/
	height: 75vh;
    max-width: 35%;
    min-width: 450px;
    padding: 5% 1% 10% 2%;
	clear: left;
	display:block;
	color: #666;
	font-size: large;
	margin: auto;
	/* background-color: rgba(250, 250, 250, 0.4); */
}
#contact-background {
    background: url('../img/background/Background2new.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
	padding: 40px;
}
}
@media only screen and (max-width: 599px)  {
#about {
    background: linear-gradient(to bottom right, white, white, white, white, aquamarine, teal);
}
#curriculum {
    background: linear-gradient(to bottom right, white, white, white, white, aquamarine, teal);
}
#resources {
    background: linear-gradient(to bottom right, white, white, white, white, aquamarine, teal);
}
#moodle {
   background: linear-gradient(to bottom right, white, white, white, white, aquamarine, teal);
}
#contact-background {
    background: linear-gradient(to bottom right, white, white, white, white, aquamarine, teal);
}
}
.takemetomoodle {
	text-align: center;
}
.takemetomoodle .glyphicon {
	font-size: 60px;
	margin-top: 30px;
    color: #f4511e;
}
@media only screen and (min-width: 600px) {
.form-content-container {
    width: 80%;
    padding: 0px;
    margin: auto;
}
#contact-details{
	width: 80%;
	min-width: 360px;
	margin: auto;
}
#form-background {
	width: 70%;
	min-width: 480px;
	background-color: rgba(250, 250, 250, 0.8);
	margin: auto;
	padding: 20px;
}
}
@media only screen and (max-width: 599px)  {
.form-content-container {
    width: 100%;
    padding: 0px;
}
#contact-details {
	width: 100vw;	
	padding:  1% 5% 1% 5%;
}
#form-background {
	width: 100vw;
	background-color: transparent;
	padding:  1% 5% 1% 5%;
}
}
/* Glyphicon font sizes */
.gi-2x {
    font-size: 1.25em;
}
.gi-3x {
    font-size: 2em;
}
.gi-4x {
    font-size: 3em;
}
.gi-5x {
    font-size: 4em;
}
.menu {
    background: #ccc;
    color: #fff;
}
@media screen and (max-width: 980px) {
	#homeicon {
		display: none;
	}
}
#homeicon {
	padding: 5px 10px 0px 10px;
	margin-left: 15px;
	font-size: 22px;
	height: 40px;
}
#homeicon:hover {
	background-color: #333;
}
#homeicon a {
	color: #333;
}
#homeicon a:hover {
	color: #ccc;
}
.navbar {
	height: 45px !important;
	min-height: 45px !important;
    background-color: rgba(204, 204, 204, 0.8);
    z-index: 9999;
    border: 0;
	border-radius: 0px !important;
    /*font-size: 12px !important;*/
    line-height: 40px;
	text-align: center;
    /*letter-spacing: 4px;*/
    /*font-family: Montserrat, sans-serif;*/
}
.navbar li {
	/*padding-bottom: 0px !important;*/	
	}
.navbar li a, .navbar .navbar-brand {
    color: #333 !important;
}
.navbar-nav li.active a {
    color: #333 !important;
    background-color: #ccc !important;
	height: 40px;
}
.navbar-nav li a:hover {
    color: #ccc !important;
    background-color: #333 !important;
	height: 40px;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #333 !important;
}
 #hamburgerbutton {
	max-height: 38px;
	width:50px;
	margin: 0px 6px;
	background: rgba(204, 204, 204, 0.8);
	border-radius 0px;
}
#hamburgerbutton span{
	font-size: x-large;
	color:#333;
}
.dropdown {
	min-width: 360px;
}
footer {
	text-align: center;
}
footer .glyphicon {
    font-size: 60px;
	margin-top: 20px;
    margin-bottom: 20px;
    color: #f4511e;
}
@media screen and (max-width: 768px) {
.col-sm-4 {
    text-align: center;
    margin: 25px 0;
}
.btn-lg {
    width: 100%;
    margin-bottom: 35px;
}
}

@media screen and (max-width: 480px) {
.logo {
    font-size: 150px;
}
}

/* form email css */
label {
    display: block;
}
@media only screen and (min-width: 600px) {
#name {
	display: block;
	width: 100%;
	max-width: 600px;
}
#email {
	display: block;
	width: 100%;
	max-width: 600px;
}
#comments {
	display: block;
    width: 100%;
	max-width: 600px;
}
}
@media only screen and (max-width: 599px)  {
#name {
	display: block;
	width: 100%;	
}
#email {
	display: block;
	width: 100%;
}
#comments {
	display: block;
    width: 100%;
}
}
#captcha-container {
	padding-top: 20px;
	float: left;
}
#button-container {
	padding-top: 30px;
	float: left;
}
input[type=submit] {
	margin-left: 80px;
    width: auto;
    background-color: #1499DC;
    color: #fff;
    font-size: large;
    padding: 0.4em 0.6em;
	border-radius: 10px;
	border: none;
}
#send-container {
	padding: 0px;
}
.warning {
    font-weight: bold;
    color: #ff0000;
}

/* ##### Dropdown hamburger menu css for right hand button and menu ############# 

.dropbtn {
    background-color: #e8e8e8;
    color: #666;
    padding: 5px;
    font-size: 28px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
	border: 2px solid #e8e8e8e8;
	border-radius: 0px;
    
}

.dropdown-content a {
    color: #333;
    padding: 10px 5px; 
    text-decoration: none;
    display: block;	
}

.dropdown-content a:hover {
	background-color: #e8e8e8;
	border-radius: 0px;
	}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #cccccc;
}
*/