/******
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: "VAG_rounded", "Lucida Grande", "Lucida Sans Unicode",
    "Lucida Sans", Tahoma, sans-serif;
  color: #666;
  font-size: 20px;
}
/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background: #dbf0fe;
  /* Negative indent footer by it's height */
  /* ----- Margin for Two Column Sticky Footer -----*/
  margin: 0 auto -264px;
}

/* Set the fixed height of the footer here */
#push/*, #footer*/ {
  /* ----- Height for Two Column Sticky Footer -----*/
  height: 264px;
}
h1 {
  color: #7eb5dc;
  padding: 0px 0px 10px;
  margin: 0px 0px 10px 0px;
  font-family: "VAG_roundedbold", sans-serif;
}
h2,
h3 {
  color: #7eb5dc;
  font-family: "VAG_roundedbold", sans-serif;
}

/* ----- IF One Column Header -----*/
header {
  background-color: #fff;
}
.navbar-header {
  text-align: center;
  float: none;
}
.navbar-brand {
  color: #7eb5dc;
  height: 100%;
  font-size: 22px;
  float: none;
  display: block;
  line-height: normal;
  font-family: "VAG_roundedbold", sans-serif;
}
.navbar-brand:focus,
.navbar-brand:hover {
  color: #7eb5dc;
}
.navbar-brand > img {
  margin: 0 auto 15px;
  height: 120px;
}
@media (min-width: 576px) {
  .navbar-brand {
    line-height: 20px;
    font-size: 26px;
  }
  .navbar-brand > img {
    display: inline-block;
    padding-right: 20px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .navbar-brand {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .navbar-brand {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .navbar-brand {
    font-size: 52px;
  }
}
/* ----- One Column Header END -----*/

section#welcome {
  border-top: 2px solid #7eb5dc;
  border-bottom: 2px solid #7eb5dc;
}
section#main-text {
  min-height: 610px;
}
section#main-text.home-text {
  min-height: auto;
}
section#main-text.home-text #content p span,
section#main-text.home-text #content p,
section#main-text.home-text #content li {
  text-align: center !important;
}
section#main-text.home-text h1 {
  padding-bottom: 0;
  text-align: center;
  font-weight: normal;
}
section#main-text.home-text h2 {
  color: #007afe;
  border-bottom: 1px solid #7eb5dc;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
section#main-text a {
  color: #374c7e;
}
section#main-text #content p span,
section#main-text #content p,
section#main-text #content li,
section#main-text #content td span {
  font-family: "VAG_rounded", sans-serif !important;
  font-size: 21px !important;
  color: #575757;
  text-align: justify !important;
}

.page_list_box a {
  display: block;
  color: #f9f9f9 !important;
  background: #374c7e;
  padding: 10px 10px;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.page_list_box a:hover {
  color: #374c7e !important;
  background: #fff !important;
  transform: translateX(5px);
}
.page_list_box .fa {
  float: right;
}

section#twitter-section {
  background: #fff;
}
section#twitter-section h1 {
  text-align: center;
}

.tweet-holder .image {
  background-position: center;
  background-size: cover;
  height: 250px;
  overflow: hidden;
}
.tweet-col .time {
  padding: 5px 0 15px;
  font-size: 15px;
  color: #fff;
  line-height: 1.5em;
}
.tweet-col .time img {
  height: 40px;
  width: 40px;
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.tweet-col .time span {
  font-weight: 700;
  font-size: 16px;
}
.tweet-col .time a {
  color: #fff;
}
.tweet-col .tweet {
  padding: 15px 0 10px;
  position: relative;
  line-height: 1.5em;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
}
.tweet-col .tweet a {
  color: #fff;
}
.tweet-holder {
  padding: 15px 12px;
  background: #7eb5dc;
  margin: 10px 0px;
}

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

section#quick-links {
  position: relative;
}
section#quick-links a {
  color: #fff;
}
.ql-column {
  padding: 0;
  border-bottom: 3px solid #fff;
}
#quick-links a:hover,
#quick-links a:focus {
  text-decoration: none;
}
.ql-container {
  padding: 40px 20px;
  text-align: center;
  transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
}
.news-container {
  background-color: #7eb5dc;
}
.diary-container {
  background-color: #ffd600;
}
.mission-container {
  background-color: #ff69b4;
}
.gallery-container {
  background-color: #9acd31;
}
.ql-container:hover .avatar-flip {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.ql-container.news-container:hover {
  background-color: #88b0dd;
}
.ql-container.diary-container:hover {
  background-color: #e6bf00;
}
.ql-container.mission-container:hover {
  background-color: #ff66b3;
}
.ql-container.gallery-container:hover {
  background-color: #8ab92d;
}
.avatar-flip {
  border-radius: 20px;
  overflow: hidden;
  height: 100px;
  width: 100px;
  position: relative;
  margin: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  background-color: #fff;
}
.avatar-flip .fa-newspaper-o,
.avatar-flip .fa-calendar,
.avatar-flip .fa-calendar-o,
.avatar-flip .fa-pencil {
  color: #7eb5dc;
  font-size: 60px;
  margin-top: 20px;
}
#quick-links h2 {
  font-size: 26px;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #374c7e;
  text-transform: uppercase;
  font-family: "VAG_roundedbold", "Lucida Grande", "Lucida Sans Unicode",
    "Lucida Sans", Tahoma, sans-serif;
}

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

section#social-media {
  background-image: url(img/social-media-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #000;
}
.facebook-col {
  width: 100%;
  float: right;
  position: relative;
  min-height: 1px;
}
.facebook-inner {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px 15px 30px;
}
section#social-media a:hover,
section#social-media a:focus {
  text-decoration: none;
}
.social-media-head {
  padding-top: 15px;
  margin-bottom: 30px;
}
#social-media h1 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0;
  font-size: 26px;
  color: #374c7e;
  font-family: "Montserrat", "Lucida Grande", "Lucida Sans Unicode",
    "Lucida Sans", Tahoma, sans-serif;
}

.social-media-head p {
  font-size: 18px;
  color: #374c7e;
}
.social-media-head a.face-link:hover {
  text-decoration: underline !important;
}
.face-col {
  margin-bottom: 20px;
  overflow: hidden;
}
.face-wrap {
  padding: 0 0 0 0px;
  position: relative;
  display: block;
}
.face-wrap .text {
  color: #374c7e;
  font-size: 16px;
}
.face-wrap:hover .text {
  color: #374c7e;
}
.face-col .image {
  float: left;
  margin-right: 10px;
  height: 100px;
  width: 120px;
  background-size: cover;
  background-position: center center;
}
.face-col .image img {
  width: 120px;
  height: auto;
}
.face-col .text a {
  color: #374c7e;
}
.face-col .text a:hover {
  text-decoration: underline !important;
}

.facebook-logo {
  text-align: right;
  padding-top: 10px;
}
/* ----- Social Media END -----*/

section#bottom-logos {
  border-top: 5px solid #7eb5dc;
  background: #fff;
}
section#bottom-logos img {
  height: 80px;
  margin-bottom: 22px;
}
/********** CONTACT STYLES ********/

section#contact {
  background-color: #8f8f8f;
  color: #00008a;
}
section#map {
  background-color: #8f8f8f;
}
.contact-wrap {
  background-color: #7eb5dc;
}
#contact_details {
}
#contact_details .pad_out {
  padding: 34px 0;
  color: #fff;
}
#contact_details h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  color: #fff;
}
#contact_details p {
  font-size: 15px;
}
#contact_details p:nth-child(2) {
  font-size: 18px;
}

#contact_details .contact-address {
  margin-bottom: 20px;
}
#contact_details .contact-phone {
  font-size: 18px;
  margin-bottom: 5px;
}
#contact_details .contact-email {
  color: #fff;
  font-size: 13px;
}
#contact_details .contact-phone a,
#contact_details .contact-email a {
  color: #fff;
}

#contact_details .contact-address,
#contact_details .contact-name {
  color: #fff;
}

.map-wrap {
  margin-bottom: -6px;
  padding-right: 0;
  padding-left: 0;
}
.inner-map a.circle-link {
  border-radius: 320px;
  height: 320px;
  width: 320px;
  margin: 20px auto 0;
  background-color: rgba(126, 181, 220, 0.8);
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  display: none;
}
.inner-map a.circle-link:hover {
  background-color: rgba(126, 181, 220, 0.7);
}

/* ----- 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: #000;
}
#mobile_black_bar .parent_login {
  background: #666;
}

/* ----- Cookie Policy -----*/
.cookiepolicy {
  text-align: center;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  z-index: 200;
  top: 0;
  display: block;
}
.cookiepolicy .inner {
  position: fixed;
  width: 500px;
  margin-top: 300px;
  left: calc(50% - 250px);
  padding: 10px;
  background: white;
  border: 2px solid #fff;
  border-radius: 8px;
}

.cookiepolicy .inner h2 {
  color: #7eb5dc;
}

.cookiepolicy .inner p {
  color: #000;
  text-align: center;
  font-size: 16px;
}

.cookiepolicy .inner .accept {
  display: inline-block;
  background: #7eb5dc;
  padding: 15px;
  border-radius: 8px;
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
}

.cookiepolicy .inner .decline {
  display: inline-block;
  background: #bf1313;
  padding: 15px;
  border-radius: 8px;
  font-size: 16px;
  color: #ffffff !important;
  font-weight: normal;
  text-decoration: none;
}

.cookiepolicy .inner .decline.read_more {
  background: none;
  color: #7eb5dc !important;
  padding: 0;
}

.review-cookiepolicy {
  text-align: center;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
}

.review-cookiepolicy h3 {
  margin: 0;
  color: #7eb5dc;
  font-size: 20px;
}

.review-cookiepolicy h3 span {
  padding: 5px 10px;
  background: #7eb5dc;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
}

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

footer {
  padding: 20px;
  background-color: #7eb5dc;
  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 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.footer-right a:hover {
  color: #374c7e;
}
.footer-right span {
  width: 50px;
  font-size: 22px;
}

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

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

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

@media (min-width: 470px) {
  .social-media-head p {
    font-size: 22px;
  }
  #contact_details p:nth-child(2) {
    margin-bottom: 5px;
  }
  #contact_details .contact-email {
    font-size: 15px;
  }
}
@media (min-width: 576px) {
  .col-smm-6 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  #contact_details .pad_out {
    padding: 34px 42px;
  }
  #contact_details h2 {
    font-size: 28px;
  }
  #contact_details p {
    font-size: 16px;
  }
  #contact_details p:nth-child(2) {
    font-size: 22px;
  }
  #contact_details .contact-phone {
    font-size: 22px;
  }
  #contact_details .contact-email {
    font-size: 16px;
  }
  /* ----- Wrap and Push for Two Column Sticky Footer -----*/
  #wrap {
    margin: 0 auto -249px;
  }
  #push {
    height: 249px;
  }
}
@media (min-width: 768px) {
  .facebook-col {
    padding-right: 15px;
    padding-left: 15px;
  }
  .facebook-inner {
    padding: 40px 20px 30px;
  }
  #social-media h1 {
    font-size: 30px;
  }
  #contact_details .pad_out {
    padding: 34px 52px;
  }
  #contact_details h2 {
    font-size: 30px;
  }
  #contact_details p:nth-child(2) {
    font-size: 30px;
  }
  #contact_details .contact-address {
    font-size: 21px;
  }
  #contact_details p {
    font-size: 20px;
  }
  #contact_details .contact-phone {
    font-size: 30px;
  }
  #contact_details .contact-email {
    font-size: 21px;
  }
  /* ----- Wrap and Push for Two Column Sticky Footer -----*/
  #wrap {
    margin: 0 auto -210px;
  }
  #push {
    height: 210px;
  }
}

@media (min-width: 992px) {
  section#welcome {
    border-top: 5px solid #7eb5dc;
    border-bottom: 5px solid #7eb5dc;
  }
  .ql-column {
    border-bottom: none;
  }
  .diary-column {
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
  }
  .mission-column {
    border-right: 3px solid #fff;
  }
  #quick-links h2 {
    font-size: 18px;
    font-weight: 700;
  }
  section#social-media .container {
    width: 100%;
  }
  .facebook-col {
    width: 50%;
  }
  .col-smm-6 {
    width: 16.66666667%;
  }
  .col-md-5th {
    width: 20%;
  }
  .col-md-8th {
    width: 12.5%;
  }
  .col-md-10th {
    width: 10%;
  }
  section#bottom-logos img {
    height: 60px;
  }
  section#contact {
    background-image: url(img/medium-map.jpg);
    background-position: right 0;
    background-repeat: no-repeat;
  }
  .contact-wrap {
    background-color: transparent;
  }
  #contact_details {
    background-color: rgba(126, 181, 220, 0.8);
    margin: 0 0 0 4%;
  }
  #contact_details .pad_out {
    padding: 58px 50px 83px;
  }
  #contact_details h2 {
    margin-bottom: 30px;
  }
  #contact_details p:nth-child(2) {
    font-size: 28px;
  }
  #contact_details .contact-address {
    font-size: 21px;
    margin-bottom: 30px;
  }
  #contact_details .contact-phone {
    font-size: 28px;
  }
  #contact_details .contact-email {
    font-size: 21px;
  }
  .map-wrap {
    margin-bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
  .inner-map a.circle-link {
    display: block;
  }
  .inner-map iframe {
    display: none;
  }
  section#bottom_login {
    display: none;
  }
  section#mobile_black_bar {
    display: none;
  }
  .tweet-col .tweet {
    min-height: 189px;
    max-height: 189px;
  }
  /* ----- IF Two Column Footer -----*/
  .footer-right {
    margin-top: 0;
  }
  /* ----- Wrap and Push for Two Column Sticky Footer -----*/
  #wrap {
    margin: 0 auto -64px;
  }
  #push {
    height: 64px;
  }
}
@media (min-width: 1200px) {
  .diary-column {
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
  }
  .mission-column {
    border-right: 5px solid #fff;
  }
  #quick-links h2 {
    font-size: 21px;
  }
  .facebook-inner {
    margin: 0 6% 0 0;
  }
  section#bottom-logos img {
    height: 70px;
  }
  #contact_details {
    margin: 0 0 0 6%;
    max-width: 80%;
  }
  #contact_details p,
  #contact_details .contact-name {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  #quick-links h2 {
    font-size: 26px;
  }
  .facebook-inner {
    margin: 0 10% 0 0;
    padding: 40px 30px 30px;
  }
  /*section#bottom-logos img {
    height: 90px;
	}*/
  #contact_details {
    margin: 0 0 0 8%;
    max-width: 70%;
  }
}
@media (min-width: 1700px) {
  section#contact {
    background-image: url("img/large-map.jpg");
  }
}

.button-container {
  margin: 30px auto 0;
  width: fit-content;
}
