body {
  background:#76be00;
}

.container {
  background: none;
}

.inner-container {
  background: none;
}

.content-container {
  padding: 0;
  border: none;
  background: none;
}

/* Scrolling Banner */
.banner-wrap {
  background:url(banner-wrap-640px.jpg) center top no-repeat,url(banner-wrap-tile-640px.jpg) center top repeat-x;
  padding-top: 189px;
}

.scrolling-banner {
  position: relative;
  height: 37px;
  line-height: 1.3;
  color: #fff;
  box-sizing: border-box;
  background-color: #77bc00;
  padding-top: 4px;
}

.main-header {
 	background:#52d0f0;
 	height: auto;
 	padding: 0 0 10px 0;
}

/* Slideshow */

.home-slideshow {
  width: 100%; /* Remove this if the slideshow is full width */
  height: 244px;
}

.ps-slideshow {
  margin: 0 auto;
}

.slideshow-mask {
  background: none;
}

/* Updates Area */

.updates-area {
  background: #fff;
  padding-bottom: 10px;
}

.updates-area ul {
    width: 80%;
    margin: 0 auto;
}

.updates-area h2 a {
    height: 44px;
    line-height: 44px;
    background: #da0923;
    color: #fff!important;
}

.updates-area h2 a:focus,.updates-area h2 a:hover {
    background: #a60719;
}

.calendar-dates h2 a {
    background: #ee4c15;
}

.calendar-dates h2 a:focus,.calendar-dates h2 a:hover {
    background: #ba3b11;
}

.calendar-dates {
  border-bottom: 15px solid #76be00;
}

/* House Points */

.house-points {
  text-align: center;
  height: 187px;
  background: url(house-points-640px.jpg) center center no-repeat, url(house-points-tile-640px.jpg) center center repeat-x;
  background-color: #76be00;
}

.house-points h2 {
  padding-top: 20px;
}

.house-points li {
  margin: 9px 20px;
  line-height: 1.2;
  width: 62px;
}

/* Twitter
========== */

.twitter {
  position: relative;
  padding: 5px 15px;
  background: #fff;
  box-shadow: 0px 4px 5px -4px rgba(0,0,0,0.75);
  z-index: 10;
}

.twitter h2 {
  display: none;
}

/* quick Links */
.cp-quicklinks {
  margin: 0 auto;
  padding: 20px 0;
  background: #76be00;
  text-align: center;
}

.cp-quicklinks li:nth-child(1), .cp-quicklinks li:nth-child(5)  {
  display: block;
  margin: 5px auto;
}

/* MOTTO HOME
=============*/

.motto {
  position:relative;
  background-color: #76BE00;
  background-image: none;
  height: auto;
  padding: 0 32px 20px 32px;
  width: 450px;
  margin: 0 auto;
}

.motto, .motto h2 {
    font-size: 2.6rem;
}

.motto::before, 
.motto::after {
  content: '';
  display: block;
  width: 29px;
  height: 2px;
  background: #09602c;
  position: absolute;
  top: 41px;
}

.motto::before {
  left: 0;
}

.motto::after {
  right: 0;
}

.footer-links {
  background:#fff;
}

/* Additional Media Queries (Images etc.)
====================================== */
@media (max-width: 640px) {
  .banner-wrap {
    background:url(banner-wrap-320px.jpg) center top no-repeat,url(banner-wrap-tile-320px.jpg) center top repeat-x;
    padding-top: 98px;
  }

  .house-points {
    text-align: center;
    height: 313px;
    background: url(housepoints-320px.jpg) center center no-repeat, url(housepoints-tile-320px.jpg) center center repeat-x;
  }

  .house-points-list {
    width: 230px;
    margin: 0 auto;
    height: 191px;
  }

  .house-points li {
    line-height: 1.1;
    height: 44px;
  }

  .house-points li:nth-child(1) {
    margin-bottom: 83px;
  }

  /* quick Links */
  .cp-quicklinks {
    padding: 20px 0; 
  }

  .cp-quicklinks li  {
    display: block;
    margin: 0 auto;
  }

  .header-responsive {
      height: auto;
  }

  .home-link {
      top: 16px;
  }
  
  .school-name {
    top: 7px;
	}
  
  .cp-quicklinks li:nth-child(4){
   margin:0 auto!important; 
  }
  
  .motto {
    width: 279px;
    box-sizing: border-box;
  }

  .motto, .motto h2 {
    font-size: 1.7rem;
  }
  
  .motto::before, .motto::after {
    top: 25px;
    width: 20px;
  }

}