html {
  font-size: 70%;
}

body {
  background: #fff;
}

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: 0 15px 20px;
  border-top: 1px solid #9abca8;
  background: #fff;
}

.main-header {
  height: 378px;
  background: url(header-640px.jpg) center top no-repeat, url(header-tile-640px.jpg) center top repeat-x;
}

.header-responsive {
  position: relative;
  display: block;
  width: 414px;
  height: 148px;
  margin: 0 auto;
}

.school-name {
  position: absolute;
  right: 0;
  line-height: 1.2;
  text-align: center;
  top: 12px;
}

/* Home link within the header should be across whole of header */
.home-link {
  top: 20px;
}

.breadcrumbs {
  padding: 10px 0;
}

.page-title {
  width: 100%;
  padding: 12px 15px;
  margin-left: -15px;
  background: #035825;
}

.motto {
  box-sizing: border-box;
  text-align: center;
  padding: 2px 80px;
  line-height: 1.1;
  background: #76be00 url(motto-640px.jpg) center bottom no-repeat;
  height: 89px;
}

.translate-block {
  display: none;
}


/* Responsive Navigation
======================== */

.responsive-bar {
  background: #00582c;
}

.main-nav {
  background: #00582c;
}

.responsive-bar,
.website-navbar-toggle::before,
.main-nav,
.main-nav h2 {
  color: #00582c;
}

.main-nav h2 {
  border-color: #fff;
  color: #fff;
}


.website-navbar-toggle:before {
  background: #fff;
}

.main-nav a {
  color: #fff;
}

.main-nav a:focus,
.main-nav a:hover {
  color: #f4e4a5;
}

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

/* Log in link within responsive menu */
.login-responsive a {
  color: #fff;
}

.login-responsive a:focus,
.login-responsive a:hover {
  color: #f4e4a5;
}

/* Footer Links
=============== */

.footer-links {
  width: 100%;
  text-align: center;
  padding: 15px 0;
}

.footer-links ul {
  float: none;
  text-align: center;
}

.footer-left {
  margin-bottom: 10px;
}

.footer-links li {
  margin: 0;
}


/* Additional Media Queries (Images etc.)
========================================= */

@media (max-width: 640px) {

  .main-header {
    height: 218px;
    background: url(header-320px.jpg) center top no-repeat, url(header-tile-320px.jpg) center top repeat-x;
  }

  .header-responsive {
    width: 300px;
    height: 150px;
  }

  .home-link {
    background-size: 90px 81px
  }

 .school-name {
   top: 20px;
   width: 200px;
 }

 .main-header h1 {
    font-size: 3rem;
  }

  .cofe {
    font-size: 2.6rem;
    margin: 6px 0 0 5px;
  }

  .main-header h2 {
    font-size: 2rem;
    line-height: 1;
  }

  .and-class {
    font-size: 2rem;
    line-height: 1;
  }

  .nursery {
    font-size: 1.4rem;
  }

  footer {
    height: 187px;
  }
  .motto {
    padding: 12px 20px;
    background: #76be00 url(motto-320px.jpg) center bottom no-repeat;
    height: 94px;
 }
  
   .motto, .motto h2 {
      font-size: 1.8rem;
  } 
}