  /*
Do a find and replace to change all colours / fonts

Colour:
main dark grey #575757
Lighter grey #8f8f8f

Font:
'Quicksand' is the google font
***/

html,
body {
    height: 100%;
	font-family: 'Nanami',sans-serif;
	color: #333;
	font-size: 20px;
}
/* Wrapper for page content to push down footer */
	  #wrap.home{
		  background: none;
	  }
      #wrap {
        min-height: 100%;
        height: auto !important;
		height: 100%;
		background: url(/themes/varna/img/content_bg-other-page.png) bottom no-repeat;
		background-size: cover;
        /* Negative indent footer by it's height */
		/* ----- Margin for Single Column Sticky Footer -----*/
        margin: 0 auto -231px;
		/* ----- Margin for Two Column Sticky Footer -----*/
        /*margin: 0 auto -264px;*/
      }

      /* Set the fixed height of the footer here */
      #push/*, #footer*/ {
		  /* ----- Height for Single Column Sticky Footer -----*/
        height: 231px;
		/* ----- Height for Two Column Sticky Footer -----*/
        /*height: 264px;*/
      }
h1 {
	color: #5f2736;
	padding: 0px 0px 10px;
	margin: 0px 0px 10px 0px;
}

h2{
	color: #5f2736;
}

a:hover, a:focus{
	text-decoration: none;
}

#logo {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#logo a {
	color: #5f2736;
	text-decoration: none;
	font-size: 40px;
}
#logo a:hover {
	text-decoration:none;
}
#logo img {
	margin: 0 auto 15px;
	display: block;
}

/* ----- IF One Column Header -----*/
header {
	background-color: #fff;
}
.navbar-header {
    text-align: center;
}
.navbar-brand {
    color: #fff;
	height: 100%;
	font-size: 22px;
	float: none;
	display: block;
	line-height: normal;
}
.navbar-brand:focus, .navbar-brand:hover {
    color: #fff;
}
.navbar-brand > img {
	margin: 0 auto 15px;
}
@media (min-width: 576px) {
	.container > .navbar-header {
    text-align: left;
	}
	.navbar-brand {
	float: left !important;
	display: inline;
	line-height: 20px;
	}
	.navbar-brand > img {
	display: inline-block;
	padding-right: 20px;
	margin: 0;
	}
}
@media (min-width: 768px) {
	.navbar-brand {
	font-size: 32px;
	}	
}
/* ----- One Column Header END -----*/

#background-wrap{
	background: url(/themes/varna/img/content_bg.png) bottom no-repeat;
	background-size: cover;
}
#background-wrap.other-page{
	background: none;
}


section#main-text.home{
	text-align: center;
}
section#main-text a {
	color: #6b8cb1;
	text-decoration: underline;
}
.welcome-title{
	font-family: 'Nanami-Thin', sans-serif;
	text-transform: uppercase;
	font-size: 70px;
}

.twitter_hold {
	background: #fff;
	padding: 10px;
}
.twitter_border {
	border: 2px dashed #575757;
	border-radius: 5px;
	padding: 10px;
}

.mobile-calendar{
	width: 200px;
	display: block;
	margin: auto;
	color: #fff !important;
	background: #5f2736;
	padding: 10px;
	font-size: 20px;
	text-decoration: none !important;
	transition: 0.3s;
}
.mobile-calendar:hover{
	background: #94b8e0;
}

/* ----- Quick Links -----*/
.sky_gradient{
	background: url(/themes/varna/img/sky-gradient.png) repeat-x;
	position: relative;
	height: 420px;
	margin-bottom: -390px;
}
#quick-links{
	padding: 30px 0px;
}
#quick-links a{
	color: #fff;
}
#quick-links a:hover{
	text-decoration: none;
	color: #fff;
}

#quick-links h3{
	text-align: center;
	font-family: 'KG_Feeling', sans-serif;
	font-size: 28px;
}
#quick-links img{
	display: block;
	margin: auto;
}

.news-button{
	background: #00ced1;
	border: 4px solid;
	border-radius: 16px;
	padding: 10px;
	transition: 0.3s;
}
.news-button:hover{
	background: #03b1b4;
}

.calendar-button{
	background: #ff69b3;
	border: 4px solid;
	border-radius: 16px;
	padding: 10px;
	transition: 0.3s;
}
.calendar-button:hover{
	background: #e25da0;
}

.curriculum-button{
	background: #edc832;
	border: 4px solid;
	border-radius: 16px;
	padding: 10px;
	transition: 0.3s;
}
.curriculum-button:hover{
	background: #cfae2b;
}

.pupil-button{
	background: #99cd32;
	border: 4px solid;
	border-radius: 16px;
	padding: 10px;
	transition: 0.3s;
}
.pupil-button:hover{
	background: #7da828;
}

.gallery-button{
	background: #ff8b00;
	border: 4px solid;
	border-radius: 16px;
	padding: 10px;
	transition: 0.3s;
}
.gallery-button:hover{
	background: #db7b06;
}


/* ----- Quick Links END -----*/

/* ----- SignPost Links -----*/
section#signpost{
	padding: 30px;
}
.signpost-column{
	background: url(/themes/varna/img/signpost.png) center 0 no-repeat;
	margin-bottom: -37px;
	height: 350px;
}
.signpost-column a{
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-family: 'KG_Feeling', sans-serif;
	text-shadow: 2px 2px 8px #000;
	position: relative;
	display: block;
	margin-bottom: 30px;
	top: 75px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.signpost-column a:hover{
	text-shadow: 2px 2px 8px #d3d1d1;
	text-decoration: none;
}

section#tagline{
	padding: 30px 0px;
	color: #fff;
	background: #5f2736;
	text-align: center;
	margin-top: -2px;
}
section#tagline h2{
	margin: 0;
	font-size: 45px;
	font-weight: 700;
	color: #fff;
}

section#bottom-logos img {
	margin-bottom: 22px;
	height: 75px;
}

section#contact-section{
	height: 400px;
	border-top: 3px solid #94b8e0;
}
section#contact-section .details{
	background: url(/themes/varna/img/map.png) center no-repeat;
	height: 100%;
	position: relative;
	background-size: cover;
}
section#contact-section .contact-details{
	position: absolute;
	height: 100%;
	left: 150px;
	padding: 60px 30px;
	text-align: center;
	background-color: rgba(148, 183, 224, 0.795);
}
section#contact-section .contact-details h2{
	color: #5f2736;
	margin-bottom: 20px;
	font-weight: 700;
}
section#contact-section .contact-details a{
	color: #333;
}
section#contact-section .contact-details .address{
	font-size: 20px;
}
section#contact-section .contact-details .main-contact{
	font-size: 22px;
	margin: 0;
}
section#contact-section .contact-details .email{
	font-size: 24px;
}
section#contact-section .contact-details .telephone{
	font-size: 28px;
	margin: 0;
}


/* ----- Mobile Black Bar Styles -----*/
#mobile_black_bar a {
	display:block;
	color:#FFF;
	padding:10px;
	text-align:center;
	font-size:20px;
}
#mobile_black_bar .staff_login, #mobile_black_bar .blogs {
	background: #94b8e0;
}
#mobile_black_bar .parent_login {
	background: #5f2736;
}

/* ----- Footer Styles -----*/

footer {
	padding: 20px;
	background-color: #5f2736;
	color: #fff;
	text-align: center;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/* ----- IF Two Column Footer -----*/
.footer-right {
    margin-top: 16px;
}
.footer-right a {
    color: #fff;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
.footer-right a:hover {
    color: #9cf;
}
.footer-right span {
    width: 50px;
    font-size: 22px;
}

/* ----- Common Styles -----*/

.top-buffer {
	padding-top: 60px;
}
.bottom-buffer {
	padding-bottom: 40px
}

.contact-form-container{
	padding: 0;
}
#admission_form label{
	color: #333;
	font-weight: 700;
	margin: 10px 0px;
}
#admission_form label a{
	color: #fff;
	background: #5f2736;
	border: 0;
	border-radius: 8px;
	transition: 0.3s;
	padding: 10px;
	text-decoration: none;
	display: inline-block;
	transition: 0.3s;
	width: 200px;
	text-align: center;
}
#admission_form label a:hover{
	background: #94b8e0;
}
#admission_form input[type="date"], #admission_form input[type="radio"]{
	width: auto;
}
#admission_form .male-female, #admission_form .siblings, #admission_form .siblingsSchool{
	display: inline-block;
	margin: 0px 10px;
	margin-bottom: 10px;
	font-weight: 300;
}
#admission_form input{
	width: 100%;
	margin: 5px 0px;
	padding: 5px;
}
#admission_form #submit_button{
	width: 200px;
	color: #fff;
	background: #5f2736;
	border: 0;
	border-radius: 8px;
	transition: 0.3s;
}
#admission_form #submit_button:hover{
	background: #94b8e0;
}
#admission_form .form-fields1, #admission_form .form-fields2, #admission_form .form-fields3{
	display: none;
}
.success{
	color: #fff;
	text-align:center;
	font-size: 16px;
	padding: 10px 0px;
	background: #94b8e0;
}

.fail{
	color: #fff;
	text-align:center;
	font-size: 16px;
	padding: 10px 0px;
	background: #5f2736;
}


/* ----- Responsive Styles -----*/

@media(min-width: 576px) {
	#logo {
	margin-top: 15px;
	margin-bottom: 15px;
	}
	#logo img {
    margin: 0;
    display: inline;
	padding-right: 30px;
	}
	/* ----- Wrap and Push for Single Column Sticky Footer -----*/
	#wrap {
    margin: 0 auto -208px;
    }
    #push {
    height: 208px;
    }
	/* ----- Wrap and Push for Two Column Sticky Footer -----*/
	/*#wrap {
    margin: 0 auto -249px;
    }
    #push {
    height: 249px;
    }*/
}
@media(min-width: 768px) {
	.navbar-nav {
    float: none;
    margin:0 auto;
    display: block;
	}
	.navbar-nav > li {
    display: inline-block;
    float:none;
	}
	/* ----- Wrap and Push for Single Column Sticky Footer -----*/
	#wrap {
    margin: 0 auto -208px;
    }
    #push {
    height: 208px;
    }
	/* ----- Wrap and Push for Two Column Sticky Footer -----*/
	/*#wrap {
    margin: 0 auto -210px;
    }
    #push {
    height: 210px;
    }*/
}

@media(min-width:992px) {
	section#bottom_login {
		display: none;
	}
	section#mobile_black_bar {
		display: none;
	}
	section#main-text .container{
		padding: 30px 10px;
		background-color: rgba(255, 255, 255, 0.8);
		border-radius: 8px;
	}
	.col-md-5th{
		position: relative;
		width: 20%;
		float: left;
		z-index: 2;
	}
	/* ----- IF Two Column Footer -----*/
	.footer-right {
    margin-top: 0;
	}
	/* ----- Wrap and Push for Single Column Sticky Footer -----*/
	#wrap {
    margin: 0 auto -63px;
    }
    #push {
    height: 63px;
    }
	/* ----- Wrap and Push for Two Column Sticky Footer -----*/
	/*#wrap {
    margin: 0 auto -64px;
    }
    #push {
    height: 64px;
    }*/
}