/* SITE CORE STYLES
=================== */
html {
  font-size: 70%;
  background: #f6f6f6;
}

.school-name {
  width:400px;
    text-align: center;
    margin: 10px auto;
    letter-spacing:2px; 
    font-size: 2.5rem;
}


body {
  background: #aed5e6;
}


/* Typography
 ============ */
h2, .xlarge {
  font-size: 1.9rem;
  line-height: 1.3;
}

h3, .large {
  font-size: 1.8rem;
  line-height: 1.2;
}

h4, .medium {
  line-height: 1.3;
}


/* Website Struture
=================== */
.main-header {
  height: 250px;
}

/* Home link within the header should be across whole of header */
.home-link {
  top: 6px;
  margin: 0 auto;
  width: 145px;
  height: 130px;
  background-size: 100%;
  background: url(logo-responsive.png) center top no-repeat;
}

.content-container {
  padding: 0 15px 20px;
  background: #efeeef;
}

/* Breadcrumbs
============== */
.breadcrumbs {
  padding: 10px 0;
}


/* Page Title
============= */
.page-title {
  width: 100%;
  padding: 7px 15px;
  margin-left: -15px;
  margin: 0px 0 0 -15px;
  border-top: 20px solid #efeeef;
}

.school-address a {
    color: #757575;
}

.school-address a:focus,
.school-address a:hover {
  color: #07A23C;
}

.school-address {
    width: auto;
    text-align: center;
    margin: 20px auto;
    margin-top: 28px;
    color: #757575;
}

.school-address-line {display:block;}
.school-address-phone {display:block;}


/* Responsive Navigation
======================== */
.responsive-bar {
  background: #0d1c93;
}

.website-navbar-toggle:before {
	color: #fff;
	background: #0d1c93;
}

.main-nav {
  background: #0d1c93;
}

.main-nav h2 {
  border-color: #fff;
}

.responsive-bar,
.website-navbar-toggle:before,
.main-nav,
.main-nav h2 {
  color: #fff;
}

.main-nav a {
  color: #fff;
}

.main-nav a:focus,
.main-nav a:hover {
  background: #aed5e6;
  color:#0d1c93;
}


/* Back Arrow and Closing Navigation */

.main-nav .close-mobile-nav,
.main-nav .ps_activate-main-nav {
  color: #fff;
}

.main-nav .close-mobile-nav:focus,
.main-nav .close-mobile-nav:hover,
.main-nav .ps_activate-main-nav:focus,
.main-nav .ps_activate-main-nav:hover {
  color: #07A23C;
}


/* Log in Link (Responsive Menu)
================================ */
.login-responsive a {
  background: #009284;
}



/* Policy & PrimarySite Link
============================ */
.main-footer {
  border-top: 2px solid #0d1c93;
  background:  #f6f6f6;
}

.footer-links {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}

.footer-links ul {
  text-align: center;
  float: none;
  color: #757575;
}

.footer-left {
  margin-bottom: 10px;
}

.footer-links li {
  margin: 0;
}

.footer-links a {color: #757575;}

.footer-links a:focus,
.footer-links a:hover {
  color: #0d1c93;
}


/* Additional Media Queries (Images etc.)
========================================= */
@media (max-width: 640px) {

  .main-header {
    height: 250px;
  }

.school-name {
    width: 268px;
    margin: 10px auto 0;
    font-size: 2.4rem;
    letter-spacing:0;
}

.name-space {
  font-size: 1.6rem
}

.motto {
  font-size: 1.4rem
}
  


  .school-address {
    margin-top: 23px;
  }

}
