@media (min-width: 1900px) {

  .site-name-strap {
    margin-left: 15px;
  }
  
  }
  
  @media (min-width: 960px) {
    .page-main-page .slide-wrapper:after {
      bottom: 90px;
    }
  }
  @media (max-width: 1320px) {
    
    #theme-slideshow-captions {
      left: 28%;
    }
  
  }


  @media (max-width: 1270px) {

  .page-main-page .nav-wrapper:after {
    bottom: 90px;
    right: -200px;
  }
  }

  @media (max-width: 1100px) {
    
    #theme-slideshow-captions {
      left: 31%;
    }

    .theme-site-name {
      font-size: 28px;
    }

    .theme-strap-line {
      font-size: 25px;
    }
  
  }
  
  @media (max-width: 960px) {
    .header-right {
      position: relative;
      right: 0;
      left: 0;
      top: 0;
      width: 293px;
      margin-right: 0;
      margin-top: 0;
      margin: 0 auto;
    }

    #theme-slideshow-captions {
      left: 0;
      right: 0;
      text-align: center;
      bottom: 85px;

  }
  
    .page-main-page .header-wrapper {
      margin-bottom: 0 !important;
    }
  
    .page-main-page .header-inner {
      padding-bottom: 0;
    }
  
    .header-buttons {
      margin-bottom: 10px;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
  
    .page-main-page .awards {
      display: block;
      position: absolute;
      z-index: 10;
      bottom: 90px;
      right: 0;
      left: 0;
      padding: 0;
      background: transparent;
  }
  
    .header-inner {
      padding: 10px;
    }
  
    .search {
      margin-left: 0px;
      float: none;
      display: block;
      clear: both;
      padding-top: 4px;
    }
  
    .search form {
      display: block;
      margin: 0 auto;
      width: 100%;
      max-width: 202px;
    }
  
    .header-left {
      width: 100%;
      display: block;
      background: #fff;
      padding: 10px 0;
      padding-left: 0;
      text-align: center;
    }
  
    .header-brace {
      display: none;
    }
  
    .page-main-page .nav-wrapper {
      display: none;
    }
  
    .page-main-page .slide-wrapper {
      position: relative;
      top: auto;
      left: auto;
      width: 100%;
      z-index: 0;
    }
  
    .page-main-page .footer-wrapper {
      position: relative;
    }
  
    .nav_mobile {
      margin: 0;
    }
  
    .theme-address {
      background: #fe5a5b;
      width: 270px;
      right: -107px;
      border-radius: 7px !important;
      text-align: center;
    }
  
    .theme-site-name {
      font-size: 28px;
      font-weight: 700;
    }
  
    .theme-strap-line {
      font-size: 23px;
      line-height: 1;
    }
  
    .theme-school-logo img {
      height: 80px;
    }

    .page-main-page .slide-wrapper:after {
      bottom: 15px!important;
      left: 0;
      right: 0;
    }
  }
  @media (max-width: 630px) {
    .header-right {
      width: 100% !important;
      text-align: center;
    }
  
    .header-buttons > * {
      vertical-align: middle;
      float: none;
      display: inline-block;
    }
  
    #theme-slideshow-captions {
      text-align: center;
      font-size: 2.5rem;
    }
    .btn-wrapper {
      width:40px;
      height:40px;
    }
  
    .page-main-page .awards {
      display: block;
      position: relative;
      z-index: 10;
      bottom: 0;
      right: 0;
      left: 0;
      padding: 0;
      background: transparent;
    }
  }
  