.header {
  height: 100px;
  background-color: #8fa9ba;
  margin-bottom: 0;
}

.heading {
  float: left;
  color: #fff;
  margin-top: 30px;
  font-family: Avenir Next, sans-serif;
  font-size: 48px;
  font-weight: 200;
  display: inline-block;
}

.header-right {
  float: right;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 45px;
  display: inline-block;
  position: static;
}

.text-block {
  float: right;
  color: #fff;
  text-align: left;
  font-family: Avenir, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  position: static;
}

.home-paragraph {
  float: left;
  color: #457492;
  font-family: Avenir, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 34px;
}

.home-intro {
  width: 400px;
  float: left;
  color: #457492;
  text-align: left;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.intro-subheader {
  text-align: left;
  margin-bottom: 12px;
  padding-top: 8px;
  font-family: Avenir Next, sans-serif;
  font-size: 28px;
  line-height: 44px;
  display: block;
}

.modal-wrapper {
  z-index: 9999;
  height: 100%;
  text-align: center;
  background-color: rgba(143, 169, 186, .5);
  padding-top: 120px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup {
  width: 420px;
  max-width: 100%;
  background-color: #8fa9ba;
  margin: auto;
  padding: 20px;
}

.popup-close {
  float: right;
  color: #f0f0f0;
  text-align: right;
  margin-bottom: 5px;
  font-family: Avenir, sans-serif;
  font-size: 15px;
  text-decoration: none;
  position: static;
}

.popup-text {
  color: #f0f0f0;
  text-align: left;
  margin-bottom: 15px;
  font-family: Avenir, sans-serif;
  font-size: 14px;
}

.popup-text-blue {
  color: #2f6486;
  text-align: left;
  margin-bottom: 15px;
  margin-right: 3px;
  font-family: Avenir, sans-serif;
  font-size: 14px;
}

.map {
  max-height: 280px;
  max-width: 400px;
  float: left;
  clear: left;
}

.popup-text-address {
  color: #f0f0f0;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Avenir, sans-serif;
  font-size: 14px;
}

.div-block {
  opacity: 0;
  padding-top: 160px;
  display: none;
  transform: scale(1.1);
}

.header-left {
  float: left;
}

.contact-paragraph {
  float: left;
  color: #457492;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  display: block;
}

.form-block {
  width: 400px;
  max-width: 360px;
  float: right;
  background-color: #8fa9ba;
  padding: 30px;
}

.form-field {
  color: #f0f0f0;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0;
  margin-bottom: 18px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Avenir, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.form-field::-ms-input-placeholder {
  color: #f0f0f0;
  font-family: Avenir, sans-serif;
}

.form-field::placeholder {
  color: #f0f0f0;
  font-family: Avenir, sans-serif;
}

.form-text-field {
  color: #f0f0f0;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Avenir, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.form-text-field::-ms-input-placeholder {
  color: #f0f0f0;
}

.form-text-field::placeholder {
  color: #f0f0f0;
}

.submit-button {
  color: #457492;
  background-color: #f0f0f0;
  border-radius: 20px;
  margin-top: 8px;
  padding-left: 22px;
  padding-right: 22px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.link {
  color: #457492;
  font-weight: 300;
}

.directions-paragraph {
  float: left;
  clear: left;
  color: #457492;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Avenir, sans-serif;
  font-size: 15px;
  line-height: 30px;
  display: block;
}

.tel {
  margin-right: 3px;
  font-size: 14px;
}

.success-heading {
  color: #457492;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Avenir Next, sans-serif;
  font-weight: 200;
}

.success-text {
  color: #457492;
  text-align: center;
  margin-bottom: 30px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.button {
  width: 140px;
  text-align: center;
  background-color: #8fa9ba;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: block;
}

.form-block-centre {
  width: 400px;
  max-width: 360px;
  float: none;
  background-color: #8fa9ba;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.services {
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 40px;
}

.programme {
  height: 300px;
  background-image: url('../images/pine-grove-pictures.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #fff;
}

.programme-text {
  color: #fff;
  font-family: Avenir Next, sans-serif;
  font-size: 42px;
  font-weight: 200;
  transform: translate(-130px, 114px)rotate(-90deg);
}

.advert {
  height: 300px;
  background-color: #ccdbe7;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.ad-image {
  margin-top: 20px;
}

.services-text {
  color: #fff;
  margin-top: 25px;
  font-family: Avenir Next, sans-serif;
  font-size: 42px;
  font-weight: 200;
  position: absolute;
}

.brochure {
  height: 300px;
  background-color: #b5c3c3;
  border: 3px solid #fff;
}

.brochure-image {
  margin-top: auto;
  position: static;
}

.vehicle {
  height: 300px;
  background-color: #5a829f;
  background-image: url('../images/onwatch-van.png');
  background-position: 90% 100%;
  background-repeat: no-repeat;
  background-size: 130%;
  border: 3px solid #fff;
}

.newsletters {
  height: 300px;
  background-color: #8fa8ba;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.newsletters-image {
  margin-top: 20px;
}

.poster {
  height: 300px;
  background-color: #9dc1cd;
  border: 3px solid #fff;
}

.poster-text {
  color: #fff;
  font-family: Avenir Next, sans-serif;
  font-size: 42px;
  font-weight: 200;
  transform: translate(-130px, 114px)rotate(-90deg);
}

.poster-image {
  width: 200px;
  margin-left: 65px;
  margin-right: auto;
  display: block;
}

.greeting-cards-text {
  color: #fff;
  font-family: Avenir Next, sans-serif;
  font-size: 42px;
  font-weight: 200;
  line-height: 40px;
  transform: translate(-110px, 90px)rotate(-90deg);
}

.greeting-cards {
  height: 300px;
  background-color: #95b1c9;
  border: 3px solid #fff;
}

.greeting-cards-image {
  width: 220px;
  margin-top: 10px;
  margin-right: 20px;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.books {
  height: 300px;
  background-image: url('../images/img_1888.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.books-text {
  color: #457492;
  margin-bottom: 20px;
  margin-left: 10px;
  font-family: Avenir Next, sans-serif;
  font-size: 42px;
  font-weight: 200;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.catalogue-text {
  color: #fff;
  margin-top: 25px;
  font-family: Avenir Next, sans-serif;
  font-size: 42px;
  font-weight: 200;
  position: absolute;
}

.catalogue {
  height: 300px;
  background-color: #b3c1c4;
  background-image: url('../images/onwatch-catalogue.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 280px;
  border: 3px solid #fff;
}

.bookmark-text {
  color: #fff;
  margin-top: 25px;
  margin-bottom: 50px;
  margin-left: 16px;
  font-family: Avenir Next, sans-serif;
  font-size: 42px;
  font-weight: 200;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.bookmark {
  height: 300px;
  background-color: #afc1c6;
  background-image: url('../images/bookmarks.png');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: 280px;
  border: 3px solid #fff;
}

.business-card-text {
  color: #fff;
  margin-top: 20px;
  margin-left: 10px;
  font-family: Avenir Next, sans-serif;
  font-size: 42px;
  font-weight: 200;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.business-cards {
  height: 300px;
  background-color: #8fa8ba;
  background-image: url('../images/business-cards.png');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.tall-banner {
  height: 300px;
  background-color: #afc1c6;
  border: 3px solid #fff;
}

.tall-banner-text {
  color: #fff;
  font-family: Avenir Next, sans-serif;
  font-size: 42px;
  font-weight: 200;
  line-height: 40px;
  transform: translate(-125px, 110px)rotate(-90deg);
}

.tall-banner-image {
  height: 300px;
  margin-top: 10px;
  margin-right: 70px;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.newsletter-text {
  color: #fff;
  margin-top: 25px;
  font-family: Avenir Next, sans-serif;
  font-size: 42px;
  font-weight: 200;
  position: absolute;
}

.image {
  max-width: 50%;
  float: right;
  margin-right: -8px;
  display: block;
}

.rich-text-block-2 {
  padding: 93px;
}

@media screen and (max-width: 991px) {
  .home-intro {
    margin-right: 30px;
  }

  .map {
    max-width: 320px;
  }

  .programme {
    height: 260px;
    background-size: cover;
  }

  .programme-text {
    transform: translate(-105px, 130px)rotate(-90deg);
  }

  .advert {
    height: 260px;
  }

  .services-text {
    font-size: 38px;
  }

  .brochure {
    height: 260px;
  }

  .brochure-image {
    margin-top: 28px;
  }

  .vehicle, .newsletters, .poster {
    height: 260px;
  }

  .poster-text {
    transform: translate(-105px, 114px)rotate(-90deg);
  }

  .poster-image {
    width: 160px;
    margin-left: 60px;
  }

  .greeting-cards-text {
    transform: translate(-80px, 90px)rotate(-90deg);
  }

  .greeting-cards {
    height: 260px;
  }

  .greeting-cards-image {
    width: 160px;
    margin-left: 14px;
    margin-right: 10px;
    top: auto;
    bottom: auto;
    left: 55px;
  }

  .books {
    height: 260px;
  }

  .books-text {
    margin-bottom: 10px;
    font-size: 38px;
  }

  .catalogue-text {
    font-size: 38px;
  }

  .catalogue {
    height: 260px;
    background-position: 50% 90%;
    background-size: 220px;
  }

  .bookmark-text {
    margin-bottom: 35px;
  }

  .bookmark {
    height: 260px;
    background-size: 90%;
  }

  .business-card-text {
    margin-top: 10px;
    font-size: 34px;
    line-height: 30px;
  }

  .business-cards {
    height: 260px;
    background-color: #8fa8ba;
    background-size: 120%;
  }

  .tall-banner {
    height: 260px;
  }

  .tall-banner-text {
    transform: translate(-90px, 110px)rotate(-90deg);
  }

  .tall-banner-image {
    height: 240px;
    margin-top: 15px;
    margin-right: 24px;
  }

  .newsletter-text {
    font-size: 38px;
  }

  .image {
    max-width: 40%;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .header-right {
    padding-right: 20px;
  }

  .home-paragraph {
    padding-left: 20px;
  }

  .home-intro {
    padding-right: 20px;
  }

  .map {
    width: 360px;
    max-width: 360px;
    float: none;
    clear: left;
    margin-left: auto;
    margin-right: auto;
  }

  .header-left {
    padding-left: 20px;
  }

  .contact-paragraph {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
  }

  .form-block {
    float: none;
    clear: left;
    margin-left: auto;
    margin-right: auto;
  }

  .directions-paragraph {
    float: none;
    clear: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
  }

  .form-block-centre {
    float: none;
    clear: left;
    margin-left: auto;
    margin-right: auto;
  }

  .programme {
    height: 200px;
  }

  .programme-text {
    margin-bottom: 25px;
    margin-left: 5px;
    font-size: 28px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
    transform: translate(-62px, -48px)rotate(-90deg);
  }

  .advert {
    height: 200px;
  }

  .ad-image {
    margin-bottom: 5px;
  }

  .services-text {
    margin-top: 10px;
    padding-bottom: 7px;
    font-size: 34px;
    line-height: 28px;
  }

  .brochure {
    height: 200px;
  }

  .brochure-image {
    margin-top: 30px;
  }

  .vehicle, .newsletters, .poster {
    height: 200px;
  }

  .poster-text {
    margin-bottom: 30px;
    margin-left: 10px;
    font-size: 34px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
    transform: translate(-38px, -19px)rotate(-90deg);
  }

  .poster-image {
    width: 130px;
    margin-top: 16px;
    margin-left: 40px;
  }

  .greeting-cards-text {
    margin-bottom: 15px;
    margin-left: 5px;
    font-size: 34px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
    transform: translate(-33px, -24px)rotate(-90deg);
  }

  .greeting-cards {
    height: 200px;
  }

  .greeting-cards-image {
    width: 120px;
    margin-top: 12px;
    margin-left: 55px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .books {
    height: 200px;
    background-position: 50%;
    background-size: cover;
  }

  .books-text {
    margin-bottom: 6px;
    margin-left: 5px;
    font-size: 34px;
  }

  .catalogue-text {
    margin-top: 10px;
    font-size: 32px;
  }

  .catalogue {
    height: 200px;
    background-position: 85% 85%;
    background-size: 90%;
  }

  .bookmark-text {
    margin-bottom: 25px;
    margin-left: 6px;
    font-size: 30px;
  }

  .bookmark {
    height: 200px;
    background-size: contain;
  }

  .business-card-text {
    font-size: 34px;
  }

  .business-cards {
    height: 200px;
    background-position: 60% 100%;
    background-size: 110%;
  }

  .tall-banner {
    height: 200px;
  }

  .tall-banner-text {
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 34px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
    transform: translate(-62px, -62px)rotate(-90deg);
  }

  .tall-banner-image {
    height: 180px;
    margin-right: 20px;
  }

  .newsletter-text {
    font-size: 34px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 40px;
  }

  .header-right {
    padding-right: 16px;
  }

  .text-block {
    font-size: 18px;
  }

  .home-paragraph {
    padding-left: 20px;
  }

  .home-intro {
    max-width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .map {
    width: 320px;
    max-width: 320px;
    float: none;
    clear: left;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-left {
    padding-left: 12px;
  }

  .contact-paragraph {
    padding-left: 20px;
  }

  .form-block {
    max-width: 320px;
    float: none;
    clear: left;
    margin-left: auto;
    margin-right: auto;
  }

  .directions-paragraph {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
  }

  .form-block-centre {
    max-width: 320px;
    float: none;
    clear: left;
    margin-left: auto;
    margin-right: auto;
  }

  .programme {
    height: 300px;
  }

  .programme-text {
    margin-bottom: 30px;
    font-size: 38px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: auto;
    transform: translate(-81px, -80px)rotate(-90deg);
  }

  .advert {
    height: 300px;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
  }

  .ad-image {
    width: 300px;
    margin-left: 0;
  }

  .services-text {
    margin-top: 15px;
  }

  .brochure {
    height: 300px;
  }

  .brochure-image {
    width: 300px;
    margin-top: 0;
    margin-left: 5px;
  }

  .vehicle {
    height: 300px;
    background-size: 100%;
  }

  .newsletters {
    height: 300px;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
  }

  .newsletters-image {
    width: 300px;
  }

  .poster {
    height: 300px;
  }

  .poster-text {
    margin-top: 15px;
    font-size: 42px;
    position: static;
    transform: translate(-138px, 100px)rotate(-90deg);
  }

  .poster-image {
    width: 200px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 22px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .greeting-cards-text {
    font-size: 38px;
    transform: translate(-33px, -38px)rotate(-90deg);
  }

  .greeting-cards {
    height: 300px;
  }

  .greeting-cards-image {
    width: 200px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 25px;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .books {
    height: 300px;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
  }

  .books-text {
    margin-bottom: 20px;
  }

  .catalogue-text {
    margin-top: 15px;
  }

  .catalogue {
    height: 300px;
  }

  .bookmark-text {
    font-size: 38px;
  }

  .bookmark {
    height: 300px;
  }

  .business-cards {
    height: 300px;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
  }

  .tall-banner {
    height: 300px;
  }

  .tall-banner-text {
    transform: translate(-67px, -86px)rotate(-90deg);
  }

  .tall-banner-image {
    height: 250px;
    margin-top: 35px;
    margin-right: 60px;
  }

  .newsletter-text {
    position: static;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}


@font-face {
  font-family: 'Avenir';
  src: url('../fonts/avenir-light-07.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../fonts/avenirnext-ultralight-11.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}