html {
  font-size: 70%;
  background: #ececec;
}

body {
  background: #fcfcfc;
}

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;
}

.content-container {
  padding: 15px 15px 20px;
  background: #ececec;
}

.main-header {
  background: #fcfcfc;
  text-align: center;
  padding: 20px 0 15px;
}

.home-link-icon {
  display: none;
}

.admin-bar {
  z-index: 300;
}
.responsive-bar {
  z-index: 200;
}

.google-search-widget {
  z-index: 106;
}

.desktop-only {
  display:none;
}
/* Slideshow
============*/

.full-width-slide {
  width: 100px;
  height: 100px;
  display: none;
}


/* Home link within the header should be across whole of header */

.home-link {
  margin: 0 auto;
  display: block;
}

.school-name {
  margin-top: 5px;
}

.page-title {
  width: 100%;
  padding: 2px 15px;
  margin-left: -15px;
}

footer {
  background: #ececec;
  border-top: 1px solid #ccc;
  padding: 20px;
}

.footer-links .footer-left li:last-child {
  display: none;
}


/* Responsive Navigation
======================== */

.responsive-bar,
.google-search-widget {
  background: #ad0000;
}

.main-nav {
  background: #ad0000;
}

.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 {
  color: #ffcc00;
}

/* 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: #ffcc00;
}

/* Log in link within responsive menu */
.login-responsive a {
  color: #fff;
}

.login-responsive a:focus,
.login-responsive a:hover {
  color: #ffcc00;
}


/* Footer Links
=============== */

.footer-links {
  width: 100%;
  text-align: center;
}

.footer-links ul {
  float: none;
  text-align: center;
}

.footer-left {
  margin-bottom: 10px;
}

.footer-links li {
  margin: 0;
}

.psa-foot {
  line-height: 26px;
}

.cp-top-content .cp-content-trigger,
.cp-top-content .cp-content-wrap:nth-child(1) {
  display: none;
}

/* Google Search
================ */

.google-search-widget {
  padding: 0.7rem;
  margin-top: 0;
  right: 0;
  width: 300px;
  max-width: 100%;
  box-sizing: border-box;
  transform: translateY(-100%);
  transition: transform 0.2s;
}

/* Additional Media Queries (Images etc.)
========================================= */

@media (max-width: 640px) {

  .school-name span {
    font-size: 1.8rem;
  }

}
