/******
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: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;*/
  font-family: "Montserrat", sans-serif;
  color: #8f8f8f;
  font-size: 16px;
}
/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* 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: #dc1617;
  padding: 0px 0px 10px;
  margin: 0px 0px 10px 0px;
  text-transform: uppercase;
  /*font-family: 'Quicksand', sans-serif;*/
  font-family: "Montserrat", sans-serif;
}
h2,
h3 {
  color: #dc1617;
  /*font-family: 'Quicksand', sans-serif;*/
  font-family: "Montserrat", sans-serif;
}
div#top-b.home-top-b {
  display: none;
}

/* ----- IF One Column Header -----*/
header {
  background-color: #8f8f8f;
}
.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;
}
nav #main-menu .logo-wrap {
  position: relative;
}
#main-menu .logo-wrap {
  float: left;
}
nav #main-menu .logo-wrap img {
  border: none;
  height: 60px;
  padding-top: 5px;
}

@media (min-width: 576px) {
  .container > .navbar-header {
    text-align: left;
  }
  .navbar-brand {
    float: left !important;
    line-height: 20px;
  }
  .navbar-brand > img {
    display: inline-block;
    padding-right: 20px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .navbar-brand {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  #main-menu.sticky .logo-wrap {
    margin-left: 50px;
  }
}
/* ----- One Column Header END -----*/

section#main-text {
  background-color: #fff;
  line-height: 1.7;
  text-align: justify;
}
section#main-text a {
  color: #11366f;
}
section#main-text.home-text {
  position: relative;
  color: #dc1617;
  text-align: left;
}
section#main-text.home-text .welcome-image{
  display: none;
}
section#main-text h1 {
  border-bottom: 3px solid #dc1617;
  display: table;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
section#main-text.home-text h1 {
  display: block;
  border-bottom: none;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  color: #b38300;
}
section#main-text.home-text h1 span.upper-header {
  font-size: 32px;
}
section#main-text.home-text h1 span.lower-header {
  color: #dc1617;
  display: table;
  font-size: 14px;
  padding-bottom: 10px;
  font-weight: 500;
  padding-top: 30px;
  /*border-top: 2px solid #dc1617;*/
  position: relative;
  background: url("img/red-arrow.png") -576px -1px/1310px no-repeat;
  /*background: url('img/top_nav_arrow.png') bottom center no-repeat;*/
}
/*section#main-text.home-text h1 span.lower-header::before {
	content: '';
	position: absolute;
	height: 1px;
	background: #dc1617;
	width: 50%;
	left: 0;
	bottom: 0;
	opacity: .5;
	border: none;
	}
	section#main-text.home-text h1 span.lower-header::after {
		content: '';
		position: absolute;
		height: 1px;
		background: #dc1617;
		width: 50%;
		left: 0;
		bottom: 0;
		opacity: .5;
		border: none;
		left: auto;
		right: -5px;
		}*/
section#main-text.home-text #content h1 {
  display: none;
}
section#main-text.home-text p.welcome-btn {
	width: -moz-fit-content;
	width: fit-content;
  margin: 25px 0 0;
}
section#main-text.home-text p.welcome-btn a {
  background: #d22926;
  padding-right: 1.75rem;
  padding-left: 1.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 9999px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
section#main-text.home-text p.welcome-btn a:hover {
  background: #b38300;
  text-decoration: none;
}

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

section#quick-links {
  position: relative;
}
section#quick-links .center-circle {
  content: "";
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px dotted #fff;
  z-index: 1;
}
section#quick-links .center-circle span.circle-wrap {
  content: "";
  text-align: center;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  padding-top: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
section#quick-links .center-circle span.circle-wrap img {
  border-radius: 300px;
  height: 90px;
}
.circle-wrap .lt-green {
  color: #dc1617;
  display: block;
}
.circle-wrap .green {
  color: #5f9c54;
  display: block;
}
.circle-wrap .blue {
  color: #b38300;
  display: block;
}
.quick-column {
  padding: 0;
}
.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background 0.4s ease-out;
  -moz-transition: background 0.4s ease-out;
  -ms-transition: background 0.4s ease-out;
  -o-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}
/*.cover:hover {
		background-color: rgba(51, 51, 51, 0.5);
	}*/
.term-column .cover {
  background: rgba(128, 94, 0, 0.7);
}
.term-column .inner-quick-links:hover .cover {
  background: rgba(128, 94, 0, 0.9);
}
.news-column .cover {
  background: rgba(220, 22, 23, 0.7);
}
.news-column .inner-quick-links:hover .cover {
  background: rgba(220, 22, 23, 0.9);
}
.parents-column .cover {
  background: rgba(186, 18, 18, 0.7);
}
.parents-column .inner-quick-links:hover .cover {
  background: rgba(186, 18, 18, 0.9);
}
.gallery-column .cover {
  background: rgba(179, 131, 0, 0.7);
}
.gallery-column .inner-quick-links:hover .cover {
  background: rgba(179, 131, 0, 0.9);
}
.inner-quick-links {
  height: 260px;
  position: relative;
  border-bottom: 2px solid #fff;
}

.inner-quick-links .text-row {
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 3px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.inner-quick-links .text-row span.quick-button {
  display: table;
  text-transform: none;
  font-weight: normal;
  margin: 0 auto;
  font-size: 16px;
  padding-bottom: 30px;
  /*border-bottom: 1px solid #fff;*/
  position: relative;
  background: url("img/arrow.png") bottom center/600px no-repeat;
}
.inner-quick-links .text-row span.fa-star {
  font-size: 12px;
}
.inner-quick-links .text-row span.fa-star::before {
  position: relative;
  top: -2px;
}
/*.inner-quick-links .text-row span::before {
	content: '';
	position: absolute;
	height: 1px;
	background: #fff;
	width: 50%;
	left: 0;
	bottom: 0;
	opacity: .5;
	border: none;
	}
	.inner-quick-links .text-row span::after {
		content: '';
		position: absolute;
		height: 1px;
		background: #fff;
		width: 50%;
		left: 0;
		bottom: 0;
		opacity: .5;
		border: none;
		left: auto;
		right: -5px;
		}*/

.parents-column .inner-quick-links .text-row span {
  font-size: 11px;
}
.term-column .inner-quick-links {
  background: url("img/term-bg.jpg") center no-repeat;
  background-size: cover;
}
.news-column .inner-quick-links {
  background: url("img/news-bg.jpg") center no-repeat;
  background-size: cover;
}
.parents-column .inner-quick-links {
  background: url("img/parents-bg.jpg") center no-repeat;
  background-size: cover;
}
.gallery-column .inner-quick-links {
  background: url("img/gallery-bg.jpg") center no-repeat;
  background-size: cover;
  border-bottom: none;
}
/* ----- Quick Links END -----*/

/********** SOCIAL MEDIA STYLES ********/

section#social-media {
  background: #fff;
  position: relative;
}
section#social-media .center-circle {
  content: "";
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px dotted #fff;
  z-index: 1;
}
section#social-media .center-circle span.circle-wrap {
  content: "";
  text-align: center;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  padding-top: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.social-title h1 {
  margin-top: 80px;
  margin-bottom: 30px;
  font-size: 28px;
  text-align: center;
  color: #dc1617;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  z-index: 0;
}

.social-title h1:before {
  content: "";
  background: url("img/twitter-birds.png") center/130px no-repeat;
  position: absolute;
  font-size: 40px;
  color: #d14f47;
  top: -110px;
  width: 130px;
  height: 130px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  z-index: -1;
}
.social-title h1::after {
  content: "";
  background: url("img/twitter-birds.png") center/130px 113px no-repeat;
  position: absolute;
  top: -50px;
  right: -150px;
  width: 130px;
  height: 113px;
  display: none;
}
section#social-media a.social-title:hover {
  color: #fff;
}
section#social-media a.social-title:focus {
  text-decoration: none;
}
a.social-title:hover h1 {
  color: #dc1617;
}
.tweet-wrap {
  position: relative;
}
.tweet-holder {
  background: #b38300;
  padding: 18px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 40px;
}
section#social-media a {
  color: #fff;
}
section#social-media a:hover {
  color: #fff;
}
section#social-media .center-circle a {
  color: #dc1617;
  font-size: 30px;
  text-decoration: none;
}
section#social-media .center-circle a:hover {
  color: #5eb14e;
  text-decoration: none;
}
.tweet-holder .image {
  background-position: center;
  background-size: cover;
  height: 250px;
  overflow: hidden;
}
.tweet-col .time {
  padding: 5px 0 20px;
  font-size: 13px;
  color: #fff;
  line-height: 1.5em;
}
.tweet-col .time img {
  height: 50px;
  width: 50px;
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.tweet-col .time span {
  font-weight: 500;
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
}
.tweet-col .tweet {
  padding: 20px 0 10px;
  position: relative;
  line-height: 1.5em;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
}
.tweet-col .more {
  background: #dc1617;
  width: 90%;
  height: 50px;
  position: relative;
  margin: 20px auto 0;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.tweet-col .more:hover {
  background: #5eb14e;
}
.tweet-col .more span {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#social-media a.PrettyLink.hashtag.customisable,
#social-media a.PrettyLink.profile.customisable.h-card {
  color: #fff;
  text-decoration: none;
}
#social-media a.PrettyLink.hashtag.customisable:hover,
#social-media a.PrettyLink.profile.customisable.h-card:hover {
  text-decoration: underline;
}
.twitter-header {
  text-align: center;
  display: table;
  margin: auto;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 3px solid;
}
/* ----- Social Media END -----*/

/********** CONTACT STYLES ********/

section#contact {
  position: relative;
  color: #000;
  padding-top: 40px;
  background: url("img/red-arrow.png") 50% -6px/2900px no-repeat;
}
#contact.other-page {
  display: none;
}
.contact-wrap {
  background-color: #fff;
}
#contact_details {
}
.iframe-wrap {
  width: 100%;
  position: relative;
}
.iframe-wrap .col-md-6,
.iframe-wrap .col-md-12 {
  padding: 0;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.iframe-wrap .map-wrap iframe {
  display: block;
  position: relative;
}
#contact_details .pad_out {
  padding: 20px 10px;
}
#contact_details h2 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
#contact_details h1 {
  width: 300px;
  position: relative;
  padding: 0;
  color: #b38300;
}
#contact_details h1 .title-upper {
  font-weight: 700;
  font-size: 14px;
  position: absolute;
  top: 20px;
  left: 75px;
}
#contact_details h1 .title-lower {
	font-weight: 700;
	font-size: 12px;
	position: absolute;
	top: 40px;
	left: 75px;
}
#contact_details .contact-title {
  background: url("img/contact-logo.png") 0 0/230px no-repeat;
  display: block;
  height: 72px;
  text-indent: -9999em;
}
#contact_details .contact-title.harmony {
  background: url("img/contact-logo-harmony.png") 0 0/230px no-repeat;
}
#contact_details .contact-address {
  font-size: 13px;
}
/*#contact_details .contact-name {
	margin-top: 20px;
	margin-bottom: 5px;
}*/
#contact_details .contact-phone {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
}
#contact_details .contact-email,
#contact_details .contact-link {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
}
#contact_details .contact-phone a,
#contact_details .contact-email a,
#contact_details .contact-link a {
  color: #dc1617;
}
.map-wrap {
  margin-bottom: -6px;
  padding-right: 0;
  padding-left: 0;
}
.inner-map a.circle-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(104, 184, 161, 0.1);*/
  background: -moz-linear-gradient(
    left,
    rgba(179, 131, 0, 1) 0%,
    rgba(179, 131, 0, 0.4) 30%,
    rgba(179, 131, 0, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(179, 131, 0, 1) 0%,
    rgba(179, 131, 0, 0.4) 30%,
    rgba(179, 131, 0, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to left,
    rgba(179, 131, 0, 1) 0%,
    rgba(179, 131, 0, 0.4) 30%,
    rgba(179, 131, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#386ab1', endColorstr='#00386ab1',GradientType=1 ); /* IE6-9 */
  -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;
  z-index: 1;
}
.inner-map a.circle-link:hover {
  background-color: rgba(179, 131, 0, 0.1);
}
.inner-map a.circle-link span {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.inner-map a.circle-link span img {
  display: block;
  margin: 0 auto;
}

/* ----- Contact END -----*/

section#covid-response {
  padding-top: 40px;
  padding-bottom: 20px;
}
section#covid-response .text-col {
  padding: 20px;
  border-radius: 2rem;
  color: #fff;
  line-height: 1.8;
  background: #dc1617;
}
section#covid-response .text-col h2 {
  color: #fff;
  margin-top: 0;
}
section#covid-response .text-col a {
  color: #fff;
  transition: 0.3s ease-in;
}
section#covid-response .text-col a:hover {
  color: #b38300;
  text-decoration: none;
}

/* ----- 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;
}

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

footer {
  padding: 20px;
  background-color: #b38300;
  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: #ffd600;
}
.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: 360px) {
  .parents-column .inner-quick-links .text-row span {
    font-size: 13px;
  }
  .tweet-col .time {
    font-size: 16px;
  }
  #contact_details .contact-address {
    font-size: 14px;
  }
  #contact_details .contact-email,
  #contact_details .contact-link {
    font-size: 16px;
  }
}
@media (min-width: 370px) {
  section#main-text.home-text h1 span.lower-header {
    font-size: 17px;
  }
}
@media (min-width: 470px) {
  section#main-text.home-text h1 span.lower-header {
    font-size: 22px;
  }
  section#quick-links h1::before,
  section#quick-links h1::after {
    width: 25%;
  }
  .inner-quick-links .text-row {
    font-size: 26px;
  }
  .inner-quick-links .text-row span.quick-button,
  .parents-column .inner-quick-links .text-row span.quick-button {
    font-size: 17px;
  }
  .inner-quick-links .text-row span.fa-star {
    font-size: 16px;
  }
  .inner-quick-links .text-row span.fa-star::before {
    top: -3px;
  }
  #contact_details .pad_out {
    padding: 20px 20px;
  }
  #contact_details .contact-address {
    font-size: 16px;
  }
}
@media (min-width: 572px) {
  /* ----- Wrap and Push for One Column Sticky Footer -----*/
  #wrap {
    margin: 0 auto -64px;
  }
  #push {
    height: 64px;
  }
}
@media (min-width: 576px) {
  section#main-text.home-text h1 span.upper-header {
    font-size: 40px;
  }
  section#main-text.home-text h1 span.lower-header {
    font-size: 28px;
  }
  section#social-media {
    background: url("img/harmony-bg.png") 100% 0/150px no-repeat;
  }
  .social-title h1 {
    font-size: 36px;
  }
  .social-title h1 span {
    font-size: 21px;
  }
  .tweet-wrap {
    width: 516px;
    margin: 0 auto;
  }
  .tweet-holder {
    width: 250px;
    position: relative;
    margin-left: 250px;
  }
  .tweet-col .time {
    font-size: 12px;
    padding: 5px 0 10px;
  }
  .tweet-col .time img {
    height: 30px;
    width: 30px;
  }
  .tweet-holder .image {
    position: absolute;
    left: -258px;
    width: 250px;
    height: 250px;
    top: 50%;
    transform: translateY(-50%);
  }
  .tweet-col .tweet {
    min-height: 160px;
    max-height: 160px;
    padding: 0px 0 10px;
    font-size: 15px;
  }
  .tweet-col .more {
    margin: auto;
    width: 60px;
    height: 60px;
    position: absolute;
    right: -10px;
    bottom: -30px;
  }
  .tweet-col .more span {
    font-size: 14px;
  }
  #contact_details h1 {
    width: 360px;
  }
  #contact_details h1 img {
    height: 87px;
    width: 87px;
  }
  #contact_details h1 .title-upper {
    font-size: 16px;
    top: 25px;
    left: 95px;
  }
  #contact_details h1 .title-lower {
    font-size: 14px;
    top: 48px;
    left: 95px;
  }
  #contact_details .contact-title {
    background: url("img/contact-logo.png") 0 0/280px no-repeat;
    height: 87px;
  }
  #contact_details .contact-title.harmony {
    background: url("img/contact-logo-harmony.png") 0 0/280px no-repeat;
  }

  #contact_details .contact-address,
  #contact_details .contact-name {
    font-size: 18px;
  }
  #contact_details .contact-phone {
    font-size: 28px;
  }
  #contact_details .contact-email,
  #contact_details .contact-link {
    font-size: 24px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .inner-quick-links {
    height: 340px;
  }
  .inner-quick-links .text-row {
    font-size: 34px;
  }
  .inner-quick-links .text-row span.quick-button,
  .parents-column .inner-quick-links .text-row span.quick-button {
    font-size: 21px;
  }
  .inner-quick-links .text-row span.fa-star {
    font-size: 18px;
  }
  .inner-quick-links .text-row span.fa-star::before {
    top: -5px;
  }
}
@media (min-width: 768px) {
  section#social-media {
    background: url("img/harmony-bg.png") 100% 0/240px no-repeat;
  }
  .tweet-wrap {
    width: 690px;
  }
  .tweet-holder {
    padding: 25px 30px 30px;
    width: 320px;
    margin-left: 344px;
  }
  .tweet-col .time {
    font-size: 13px;
  }
  .tweet-col .time img {
    height: 45px;
    width: 45px;
  }
  .tweet-holder .image {
    left: -328px;
    width: 320px;
    height: 320px;
  }
  .tweet-col .tweet {
    min-height: 205px;
    max-height: 205px;
    font-size: 16px;
    padding: 8px 0 10px;
  }
  .tweet-col .more {
    width: 80px;
    height: 80px;
    right: -30px;
    bottom: -40px;
  }
  #contact_details .pad_out {
    padding: 25px 40px;
  }
}

@media (min-width: 992px) {
  section#welcome.home-welcome {
    top: -65px;
    margin-bottom: -65px;
    position: relative;
    z-index: -10;
  }
  /* section#main-text {
    min-height: 750px;
  } */
  section#main-text.home-text {
    min-height: 700px;
    background: url("img/text-bg.png") 0 100%/220px no-repeat;
    padding-bottom: 100px;
  }
  section#main-text.home-text h1 span.upper-header {
    font-size: 46px;
  }
  section#main-text.home-text h1 span.lower-header {
    font-size: 32px;
  }
  section#main-text.home-text .welcome-image{
    display: block;
    float: right;
    margin-bottom: 30px;
    margin-left: 30px;
  }
  /* section#main-text.home-text .col-md-6 {
    position: relative;
    min-height: 310px;
  }
  section#main-text.home-text .col-md-6::before {
    content: "";
    background: url("img/home-image_02.jpg") 0 0/400px 310px no-repeat;
    position: absolute;
    width: 400px;
    height: 310px;
    top: 0;
    right: -415px;
  } */
  .term-column .inner-quick-links {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .news-column .inner-quick-links {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .parents-column .inner-quick-links {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: none;
  }
  .gallery-column .inner-quick-links {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  section#social-media {
    background: url("img/harmony-bg.png") 100% 0/280px no-repeat;
    padding-bottom: 40px;
  }
  #social-media h1 {
    width: 360px;
    margin: 30px 0 30px 130px;
    text-align: left;
    font-size: 46px;
  }
  #social-media h1::before {
    display: none;
  }
  #social-media h1::after {
    display: block;
  }
  .tweet-wrap {
    width: 800px;
  }
  .tweet-col .time {
    font-size: 18px;
    padding: 5px 0 5px;
    position: relative;
  }
  .tweet-col .time img {
    height: 50px;
    width: 50px;
  }
  .tweet-col .time span {
    font-size: 22px;
    margin-bottom: 0;
  }
  .tweet-holder {
    width: 390px;
    margin-left: 403px;
    padding: 25px 20px 50px 60px;
  }
  .tweet-holder .image {
    left: -398px;
    width: 390px;
    height: 390px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .tweet-col .tweet {
    min-height: 250px;
    max-height: 250px;
  }
  .tweet-col .more {
    bottom: -30px;
    right: -30px;
  }
  .tweet-col .more span {
    font-size: 16px;
  }
  section#contact {
    /*background-image: url('img/medium-map.jpg');  ------- add this back in when map added --------*/
    /*background-position: right 0;
		background-repeat: no-repeat;*/
  }
  #contact.other-page {
    display: block;
    margin-top: 0;
  }
  .iframe-wrap iframe {
    display: block;
  }
  /*-------  delete these when map added --------*/

  .contact-wrap {
    /*background: transparent; ------- add this back in when map added --------*/
    padding: 0;
  }
  #contact_details {
    margin: 0 0 0 3%;
  }
  #contact_details .pad_out {
    padding: 40px 28px 77px 28px;
  }
  #contact_details .pad_out.school {
    padding: 40px 28px 40px 28px;
  }
  #contact_details .contact-address {
    font-size: 18px;
  }
  #contact_details .contact-address.norden {
    font-size: 15px;
    margin-bottom: 14px;
  }
  #contact_details .contact-name {
    font-size: 18px;
  }
  #contact_details .contact-phone {
    font-size: 28px;
  }
  #contact_details .contact-email,
  #contact_details .contact-link {
    font-size: 22px;
  }
  .map-wrap {
    margin-bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
    height: 100%;
  }
  .inner-map a.circle-link {
    display: block;
  }
  section#bottom_login {
    display: none;
  }
  section#mobile_black_bar {
    display: none;
  }
}
@media (min-width: 1200px) {
  section#main-text {
    font-size: 18px;
  }
  section#main-text.home-text h1 span.upper-header {
    font-size: 52px;
  }
  section#main-text.home-text h1 span.lower-header {
    font-size: 36px;
  }
  section#main-text.home-text .welcome-image {
    width: 500px;
  }
  /* section#main-text.home-text .col-md-6 {
    min-height: 387px;
  }
  section#main-text.home-text .col-md-6::before {
    background: url("img/home-image_02.jpg") 0 0/500px 387px no-repeat;
    width: 500px;
    height: 387px;
    right: -515px;
  } */
  .inner-quick-links {
    height: 340px;
  }
  .inner-quick-links .text-row {
    font-size: 34px;
  }
  .inner-quick-links .text-row span.quick-button,
  .parents-column .inner-quick-links .text-row span.quick-button {
    font-size: 21px;
  }
  .inner-quick-links .text-row span.fa-star {
    font-size: 18px;
  }
  .inner-quick-links .text-row span.fa-star::before {
    top: -5px;
  }
  section#social-media {
    background: url("img/harmony-bg.png") 100% 0/320px no-repeat;
  }
  #social-media h1 {
    margin: 30px 0 30px 200px;
    font-size: 52px;
    width: 420px;
  }
  #social-media h1::after {
    right: -150px;
  }
  .tweet-wrap {
    width: 900px;
  }
  .tweet-col .time {
    font-size: 18px;
    padding: 5px 0 5px;
    position: relative;
  }
  .tweet-col .time span {
    font-size: 22px;
    margin-bottom: 0;
  }
  .tweet-holder {
    width: 440px;
    margin-left: 453px;
    padding: 30px 30px 50px 70px;
  }
  .tweet-holder .image {
    left: -448px;
    width: 440px;
    height: 440px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .tweet-col .tweet {
    min-height: 295px;
    max-height: 295px;
  }
  .tweet-col .more {
    bottom: -30px;
    right: -30px;
  }
  .tweet-col .more span {
    font-size: 16px;
  }
  #contact_details {
    margin: 0 0 0 5%;
  }
  #contact_details .pad_out {
    padding: 37px 30px 82px 30px;
  }
  #contact_details .pad_out.school {
    padding: 47px 30px 37px 30px;
  }
  #contact_details h1 {
    margin: 0px 0px 17px 0px;
  }
  #contact_details .contact-title {
    background: url("img/contact-logo.png") 0 0/330px no-repeat;
    height: 103px;
  }
  #contact_details .contact-title.harmony {
    background: url("img/contact-logo-harmony.png") 0 0/300px no-repeat;
  }
  #contact_details .contact-address,
  #contact_details .contact-name {
    font-size: 21px;
  }
  #contact_details .contact-address.norden {
    font-size: 18px;
    margin-bottom: 14px;
  }
  #contact_details .contact-phone {
    font-size: 30px;
  }
  #contact_details .contact-email,
  #contact_details .contact-link {
    font-size: 26px;
  }
  .inner-map a.circle-link span {
    font-size: 28px;
  }
}
@media (min-width: 1500px) {
  section#main-text.home-text {
    background: url("img/text-bg.png") 0 100%/300px no-repeat;
  }
  section#main-text {
    background: url("img/harmony-bg.png") 100% 0/320px no-repeat;
  }
  section#quick-links .center-circle {
    width: 180px;
    height: 180px;
    border: 3px dotted #fff;
  }
  .inner-quick-links {
    height: 380px;
  }
  section#quick-links .center-circle span.circle-wrap {
    width: 160px;
    height: 160px;
    padding-top: 13px;
  }
  section#quick-links .center-circle span.circle-wrap img {
    height: 133px;
  }
  .circle-wrap span {
    font-size: 24px;
  }
  #contact_details h1 {
    margin: 0px 0px 16px 0px;
  }
  #contact_details .contact-address.norden {
    font-size: 21px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1700px) {
  /* section#contact {
	background-image: url('img/large-map.jpg');
	}  ------- add this back in when map added --------*/

  #contact_details {
    margin: 0 10% 0 10%;
  }
}
@media (min-width: 1800px) {
  section#main-text.home-text {
    background: url("img/text-bg.png") 0 100%/380px no-repeat;
  }
  section#main-text {
    background: url("img/harmony-bg.png") 100% 0/380px no-repeat;
  }
}
@media (min-width: 2100px) {
}
