.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  margin-top: 50px;
  margin-bottom: 90px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.body {
  background-color: #1e2558;
}

.nav {
  margin: 40px 0px 80px;
  padding-right: 0px;
  padding-left: 0px;
}

.container-2 {
  max-width: 100vh;
  margin-top: 0px;
  margin-bottom: 60px;
  padding-right: 60px;
  padding-left: 60px;
}

.image {
  padding-top: 10px;
  padding-bottom: 10px;
}

.h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 2px solid #e62f47;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
}

.header-email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  white-space: normal;
}

.grid-1 {
  margin-bottom: 90px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area-2"
    "Area-3 Area-4";
  -ms-grid-columns: 0.25fr 60px 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
}

.grid-2 {
  margin-bottom: 60px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-column-gap: 60px;
  grid-row-gap: 10px;
  grid-template-areas: "Area Area-2"
    "Area-3 Area-4";
  -ms-grid-columns: 0.25fr 60px 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.link {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-decoration: none;
}

.link:hover {
  color: #1b7ec1;
}

.content {
  margin-top: -60px;
}

.grid-3 {
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-column-gap: 60px;
  grid-row-gap: 10px;
  grid-template-areas: "Area";
  -ms-grid-columns: 0.25fr 60px 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-2 {
  display: block;
}

.image-3 {
  width: 9%;
  height: 9%;
  max-height: 80%;
  max-width: 80%;
  min-width: auto;
  margin-left: -10px;
}

.link-2 {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.link-2:hover {
  color: #1b7ec1;
}

.link-3 {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.link-3:hover {
  color: #1b7ec1;
}

.link-4 {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.link-4:hover {
  color: #1b7ec1;
}

.link-5 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  text-decoration: none;
}

.link-5:hover {
  color: #fff;
}

.container-3 {
  max-width: 1170px;
}

.grid-4 {
  padding-right: 60px;
  padding-left: 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-0 {
  margin-top: 30px;
  margin-bottom: 90px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: 0.25fr 60px 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 0px none #1b7ec1;
  border-radius: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  color: #1e2558;
  font-size: 16px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.text-link:hover {
  border-bottom-color: #fff;
  background-color: #1b7ec1;
  color: #fff;
}

.link-5-copy {
  color: #fff;
  text-decoration: none;
}

.link-5-copy:hover {
  color: #1b7ec1;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 80px;
  font-weight: 600;
  letter-spacing: 3px;
  text-decoration: none;
  white-space: normal;
}

.image-4 {
  display: block;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block {
  border-bottom: 0px solid #fff;
}

.text-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 34px;
  font-weight: 700;
  text-align: right;
  letter-spacing: 1px;
  text-decoration: none;
}

.div-block-2 {
  border-bottom: 0px solid #fff;
}

.container-4 {
  max-width: 100vh;
  margin-top: 0px;
  margin-bottom: 90px;
  padding-right: 60px;
  padding-left: 60px;
}

.container-6 {
  max-width: 100vh;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-right: 60px;
  padding-left: 60px;
}

.header-link-red {
  display: inline;
  margin-top: 0px;
  margin-bottom: 0px;
  clear: none;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
}

.header-link-red:hover {
  color: #e62f47;
}

.container-2-copy {
  max-width: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 60px;
  padding-left: 60px;
}

.tagline-link {
  margin-top: 12px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.tagline-link:hover {
  color: #fff;
}

.header-link-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
}

.header-link-blue:hover {
  color: #1b7ec1;
}

.text-span {
  display: inline-block;
  margin-left: -35px;
  font-size: 30px;
  line-height: 0px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
}

.h2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -7px;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 80px;
  font-weight: 400;
  letter-spacing: 3px;
  white-space: normal;
}

.column {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.column-2 {
  padding-left: 0px;
}

.columns {
  margin-top: 20px;
}

.h2-copy {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 80px;
  font-weight: 400;
  letter-spacing: 3px;
  white-space: normal;
}

.link-7 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 15px;
  font-weight: 300;
  text-decoration: none;
}

.link-7:hover {
  color: #1b7ec1;
}

.div-block-3 {
  margin-top: 20px;
}

.line-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 0px 0px 2px;
  border-color: #000 #000 #1b7ec1;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  text-align: right;
  letter-spacing: 1px;
}

.h1-connect {
  display: block;
  margin-top: -8px;
  margin-right: 0px;
  padding-right: 0px;
  padding-bottom: 1px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 2px solid #e62f47;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
}

.column-connect {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.grid-5 {
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-column-gap: 60px;
  grid-row-gap: 10px;
  grid-template-areas: "Area";
  -ms-grid-columns: 0.25fr 60px 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.columns-connect {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 3px;
  white-space: normal;
}

.grid-6 {
  margin-bottom: 60px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-column-gap: 60px;
  grid-row-gap: 10px;
  grid-template-areas: "Area Area-2"
    "Area-3 Area-4";
  -ms-grid-columns: 0.25fr 60px 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-connect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 1px;
}

.column-6 {
  padding-right: 0px;
  padding-left: 40px;
}

.column-7 {
  padding-right: 40px;
  padding-left: 40px;
}

.column-8 {
  display: block;
  padding-right: 30px;
  padding-left: 30px;
}

.h4 {
  display: inline;
  margin-left: -2px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 2px;
}

.column-10 {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column-12 {
  padding-right: 0px;
  padding-left: 0px;
}

.link-8 {
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.container-7 {
  max-width: 100vh;
}

.title-bookings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0px none #e62f47;
  border-radius: 20px 20px 0px 0px;
  background-color: #e62f47;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
}

.text-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 1px;
}

.div-block-6 {
  border-bottom: 2px solid #1b7ec1;
}

.h2-blah {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  white-space: normal;
}

.container-8 {
  padding-right: 60px;
  padding-left: 60px;
}

.container-header {
  padding-top: 60px;
}

.div-block-9 {
  margin-top: 0px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-bookings {
  min-width: 75%;
  padding-right: 60px;
  padding-left: 60px;
}

.section-header {
  min-width: 75%;
  padding-right: 60px;
  padding-left: 60px;
}

.container-bookings {
  max-width: 1000px;
  padding-top: 90px;
}

.section-visit-us {
  min-width: 75%;
  padding-right: 60px;
  padding-left: 60px;
}

.container-visit-us {
  max-width: 1000px;
  padding-top: 90px;
}

.title-visit-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px none #e62f47;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #1b7ec1;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
}

.header-link-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
}

.header-link-white:hover {
  color: #fff;
}

.text-parlour {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.section-footer {
  min-width: 75%;
  padding-right: 60px;
  padding-left: 60px;
}

.container-connect {
  max-width: 1000px;
  padding-top: 90px;
}

.title-connect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0px none #e62f47;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #e62f47;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
}

.container-footer {
  max-width: 1000px;
  padding-top: 90px;
}

.footer-text {
  font-family: Lato, sans-serif;
  color: #1b7ec1;
  font-weight: 300;
  text-align: center;
}

.section-photos {
  min-width: 75%;
  padding-right: 60px;
  padding-left: 60px;
}

.container-photos {
  max-width: 1000px;
  padding-top: 70px;
}

.slide {
  border-radius: 20px;
  background-image: url('../images/10714124_1563509037198033_482614092778172421_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider {
  height: 700px;
  border-radius: 20px;
  box-shadow: 0 3px 10px 10px rgba(0, 0, 0, 0.2);
}

.slide-2 {
  border-radius: 20px;
  background-image: url('../images/10556415_1547448315470772_7705700564464690102_n.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.slide-3 {
  border-radius: 20px;
  background-image: url('../images/10604003_1563508957198041_3100213896368471424_o.jpg');
  background-position: 50% 35%;
  background-size: cover;
}

.slide-nav {
  display: none;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide-4 {
  border-radius: 20px;
  background-image: url('../images/71738948_2634905656725027_3019750914081685504_n.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.div-block-13 {
  border-radius: 20px;
  box-shadow: 0 3px 10px 10px rgba(0, 0, 0, 0.2);
}

.header-title-text {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  white-space: normal;
}

.header-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  white-space: normal;
}

.slide-5 {
  border-radius: 20px;
  background-image: url('../images/11043020_1632231523659117_7006320796205552496_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-6 {
  border-radius: 20px;
  background-image: url('../images/1487259_1605219866360283_5346180937584779228_n.jpg');
  background-position: 50% 60%;
  background-size: cover;
}

@media screen and (min-width: 1280px) {
  .header-email {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-link {
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 3px 5px 5px rgba(0, 0, 0, 0.2);
    color: #1e2558;
  }

  .text-link:hover {
    background-color: #1b7ec1;
    box-shadow: none;
    color: #fff;
  }

  .image-4 {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .text-header {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .container-2-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-connect {
    padding: 20px;
  }

  .header-number {
    margin-top: 25px;
  }

  .text-connect {
    padding-right: 10px;
    padding-left: 10px;
  }

  .title-bookings {
    max-width: 99.9999938964844%;
    margin-bottom: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-radius: 20px 20px 0px 0px;
    background-color: #e62f47;
  }

  .h2-blah {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-header {
    display: block;
    max-width: 1000px;
    padding: 60px 30px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-9 {
    margin-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-bookings {
    padding-right: 60px;
    padding-left: 60px;
  }

  .section-header {
    padding-right: 60px;
    padding-left: 60px;
  }

  .container-bookings {
    max-width: 75%;
  }

  .section-visit-us {
    padding-right: 60px;
    padding-left: 60px;
  }

  .container-visit-us {
    max-width: 75%;
    padding-top: 90px;
  }

  .title-visit-us {
    margin-bottom: 0px;
    border: 0px none #e62f47;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #1b7ec1;
  }

  .text-parlour {
    margin-bottom: 0px;
  }

  .section-footer {
    padding-right: 60px;
    padding-left: 60px;
  }

  .container-connect {
    max-width: 75%;
    padding-top: 90px;
  }

  .title-connect {
    margin-bottom: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #e62f47;
  }

  .container-footer {
    max-width: 75%;
    padding-top: 90px;
  }

  .footer-text {
    font-family: Lato, sans-serif;
    color: #1b7ec1;
    font-weight: 300;
    text-align: center;
  }

  .section-photos {
    padding-right: 60px;
    padding-left: 60px;
    box-shadow: none;
  }

  .container-photos {
    max-width: 75%;
    padding-top: 70px;
  }

  .slide {
    border-radius: 20px;
    background-image: url('../images/10714124_1563509037198033_482614092778172421_o.jpg');
    background-position: 50% 30%;
    background-size: 100%;
  }

  .slider {
    height: 700px;
    margin-bottom: 0px;
    border-radius: 20px;
    box-shadow: 0 3px 10px 10px rgba(0, 0, 0, 0.2);
  }

  .slide-2 {
    border-radius: 20px;
    background-image: url('../images/10556415_1547448315470772_7705700564464690102_n.jpg');
    background-position: 50% 30%;
    background-size: 100%;
  }

  .slide-3 {
    border-radius: 20px;
    background-image: url('../images/10604003_1563508957198041_3100213896368471424_o.jpg');
    background-position: 50% 40%;
    background-size: cover;
  }

  .slide-nav {
    display: none;
  }

  .div-block-12 {
    border: 0px none #1b7ec1;
    border-radius: 20px;
    background-color: transparent;
  }

  .right-arrow {
    display: none;
  }

  .left-arrow {
    display: none;
  }

  .slide-4 {
    background-image: url('../images/71738948_2634905656725027_3019750914081685504_n.jpg');
    background-position: 50% 30%;
    background-size: cover;
  }

  .div-block-13 {
    padding-bottom: 0px;
    border-style: solid;
    border-width: 0px 1px 1px;
    border-color: rgba(0, 0, 0, 0.02);
    border-radius: 20px;
    box-shadow: 0 3px 10px 10px rgba(0, 0, 0, 0.2);
  }

  .header-title-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 1440px) {
  .header-number {
    margin-top: 25px;
  }

  .title-bookings {
    margin-bottom: 0px;
  }

  .title-visit-us {
    margin-bottom: 0px;
  }

  .section-photos {
    box-shadow: none;
  }
}

@media screen and (min-width: 1920px) {
  .text-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
  }

  .header-number {
    margin-top: 25px;
  }

  .title-bookings {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .title-visit-us {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .text-parlour {
    padding-bottom: 40px;
    font-size: 21px;
  }

  .title-connect {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .section-photos {
    box-shadow: none;
  }

  .slider {
    height: 900px;
  }
}

@media screen and (max-width: 991px) {
  .nav {
    margin-top: 30px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .h1 {
    font-weight: 300;
  }

  .header-email {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .content {
    margin-top: 60px;
  }

  .image-4 {
    max-width: 90%;
  }

  .text-header {
    margin-top: 0px;
    text-align: center;
  }

  .header-link-red {
    font-weight: 700;
    text-align: center;
  }

  .header-link-blue {
    font-weight: 700;
    text-align: center;
  }

  .h1-connect {
    font-weight: 300;
  }

  .header-number {
    margin-top: 25px;
  }

  .column-7 {
    padding-right: 40px;
  }

  .column-8 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .h4 {
    margin-left: -2px;
  }

  .column-12 {
    padding-left: 0px;
  }

  .title-bookings {
    font-weight: 300;
  }

  .div-block-7 {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-9 {
    display: block;
    margin-top: 0px;
    padding: 30px 0px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-bookings {
    display: block;
    min-width: 75%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-header {
    min-width: 75%;
    padding-right: 60px;
    padding-left: 60px;
  }

  .container-bookings {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-visit-us {
    min-width: 75%;
    padding-right: 60px;
    padding-left: 60px;
  }

  .title-visit-us {
    border-bottom-width: 0px;
    font-weight: 300;
  }

  .header-link-white {
    font-weight: 700;
    text-align: center;
  }

  .section-footer {
    min-width: 75%;
    padding-right: 60px;
    padding-left: 60px;
  }

  .title-connect {
    font-weight: 300;
  }

  .section-photos {
    display: block;
    min-width: 75%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-photos {
    padding-top: 70px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slide {
    background-position: 50% 27%;
    background-size: cover;
  }

  .slide-2 {
    background-image: url('../images/10556415_1547448315470772_7705700564464690102_n.jpg');
    background-position: 50% 30%;
    background-size: cover;
  }

  .slide-3 {
    border-radius: 20px;
    background-image: url('../images/10604003_1563508957198041_3100213896368471424_o.jpg');
    background-position: 50% 40%;
    background-size: cover;
  }

  .slide-4 {
    border-radius: 20px;
    background-image: url('../images/71738948_2634905656725027_3019750914081685504_n.jpg');
    background-position: 50% 30%;
    background-size: cover;
  }

  .header-title-text {
    text-align: center;
  }

  .header-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .slide-5 {
    border-radius: 20px;
    background-image: url('../images/11043020_1632231523659117_7006320796205552496_n.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-6 {
    border-radius: 20px;
    background-image: url('../images/1487259_1605219866360283_5346180937584779228_n.jpg');
    background-position: 50% 60%;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .body {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-email {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 30px;
    line-height: 46px;
  }

  .text {
    margin-top: 0px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-3 {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 0px;
    grid-template-areas: "Area";
    -ms-grid-columns: 0.25fr 0px 0.75fr;
    grid-template-columns: 0.25fr 0.75fr;
  }

  .text-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin: 0px 0px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .header {
    line-height: 80px;
  }

  .image-4 {
    display: inline-block;
    max-width: 60%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }

  .text-header {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-link-red {
    display: inline;
    font-size: 30px;
    font-weight: 700;
  }

  .container-2-copy {
    display: block;
    margin-top: -30px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-link-blue {
    display: inline;
    font-size: 30px;
    font-weight: 700;
  }

  .h2-copy {
    line-height: 80px;
  }

  .h2-copy {
    line-height: 80px;
  }

  .line-header {
    margin-top: -7px;
    margin-right: 0px;
  }

  .h1-connect {
    display: block;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .column-connect {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .column-4 {
    display: inline;
    padding-right: 40px;
    padding-left: 40px;
  }

  .column-5 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .grid-5 {
    grid-template-areas: "Area";
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  .columns-connect {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .header-number {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 5px;
    font-size: 30px;
    line-height: 46px;
  }

  .text-connect {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 20px;
  }

  .column-6 {
    display: inline;
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
  }

  .column-7 {
    display: inline;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }

  .column-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .h4 {
    margin-left: 0px;
    font-size: 30px;
  }

  .column-9 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .column-10 {
    display: block;
    margin-top: 10px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-4 {
    display: inline;
  }

  .column-11 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .column-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-8 {
    position: relative;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .container-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title-bookings {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
  }

  .text-3 {
    margin-top: 0px;
    margin-bottom: 100px;
  }

  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-6 {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-7 {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .h2-blah {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 48px;
    line-height: 46px;
  }

  .div-block-8 {
    margin-right: 40px;
    margin-left: 40px;
  }

  .container-header {
    max-width: 75%;
  }

  .div-block-9 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-bookings {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-header {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container-bookings {
    max-width: 75%;
    padding-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-visit-us {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container-visit-us {
    max-width: 75%;
    padding-top: 60px;
  }

  .title-visit-us {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
  }

  .header-link-white {
    display: inline;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
  }

  .text-parlour {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-footer {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container-connect {
    max-width: 75%;
    padding-top: 60px;
  }

  .title-connect {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
  }

  .container-footer {
    max-width: 75%;
  }

  .section-photos {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container-photos {
    max-width: 75%;
    padding-top: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider {
    height: 400px;
  }

  .slide-2 {
    border-radius: 20px;
    background-image: url('../images/10556415_1547448315470772_7705700564464690102_n.jpg');
    background-position: 50% 30%;
    background-size: cover;
  }

  .slide-3 {
    border-radius: 20px;
    background-image: url('../images/10604003_1563508957198041_3100213896368471424_o.jpg');
    background-position: 50% 30%;
    background-size: cover;
  }

  .slide-4 {
    background-image: url('../images/71738948_2634905656725027_3019750914081685504_n.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .header-title-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 48px;
    line-height: 46px;
    text-align: center;
  }

  .header-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 30px;
    line-height: 46px;
  }

  .slide-5 {
    background-image: url('../images/11043020_1632231523659117_7006320796205552496_n.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-6 {
    background-image: url('../images/1487259_1605219866360283_5346180937584779228_n.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    margin-right: 20px;
    margin-left: 20px;
  }

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

  .h1 {
    display: block;
    min-width: 200px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
  }

  .header-email {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 40px;
    line-height: 32px;
    text-align: center;
  }

  .grid-1 {
    justify-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-column-gap: 30px;
    grid-template-areas: "Area Area-2"
      "Area-3 Area-4";
    -ms-grid-columns: 0.55fr 30px 1.25fr;
    grid-template-columns: 0.55fr 1.25fr;
  }

  .grid-2 {
    grid-column-gap: 30px;
    grid-template-areas: "Area Area-2"
      "Area-3 Area-4";
    -ms-grid-columns: 0.3fr 30px 1fr;
    grid-template-columns: 0.3fr 1fr;
  }

  .text {
    margin-top: 0px;
  }

  .grid-3 {
    padding-right: 60px;
    padding-left: 60px;
    grid-column-gap: 30px;
    grid-template-areas: "Area Area-2"
      "Area-3 Area-4";
    -ms-grid-columns: 0.25fr 30px 1.25fr;
    grid-template-columns: 0.25fr 1.25fr;
  }

  .link-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
    font-size: 17px;
  }

  .text-link {
    display: block;
    min-width: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-4 {
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .text-header {
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 25px;
    text-align: center;
  }

  .container-4 {
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-6 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-link-red {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  }

  .container-2-copy {
    margin-top: -30px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .tagline-link {
    text-align: left;
  }

  .header-link-blue {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  }

  .h2-copy {
    line-height: 40px;
  }

  .link-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    clear: none;
    line-height: 17px;
  }

  .div-block-3 {
    margin-top: 0px;
  }

  .line-header {
    margin-top: -50px;
  }

  .h1-connect {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 200px;
    margin-top: -4px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
  }

  .column-connect {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-template-areas: "Area Area-2"
      "Area-3 Area-4";
  }

  .columns-connect {
    display: block;
    min-width: auto;
    padding-top: 0px;
  }

  .header-number {
    margin-top: -20px;
    padding-top: 0px;
    font-size: 20px;
    text-align: center;
  }

  .grid-6 {
    grid-column-gap: 30px;
    grid-template-areas: "Area Area-2"
      "Area-3 Area-4";
    -ms-grid-columns: 0.3fr 30px 1fr;
    grid-template-columns: 0.3fr 1fr;
  }

  .text-connect {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: auto;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .find-us {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-6 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .column-7 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .column-8 {
    padding-bottom: 5px;
  }

  .h4 {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
  }

  .column-9 {
    display: block;
    padding-right: 30px;
    padding-left: 30px;
  }

  .column-10 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .column-11 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .title-bookings {
    display: block;
    min-width: auto;
    margin-bottom: 40px;
    font-size: 16px;
    text-align: center;
  }

  .text-3 {
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h2-blah {
    margin-top: 6px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
  }

  .div-block-8 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-9 {
    padding-top: 0px;
  }

  .section-bookings {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .section-visit-us {
    padding-right: 0px;
    padding-left: 0px;
  }

  .title-visit-us {
    display: block;
    min-width: auto;
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 16px;
    text-align: center;
  }

  .header-link-white {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
  }

  .text-parlour {
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 30px;
  }

  .section-footer {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .title-connect {
    display: block;
    min-width: auto;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
  }

  .div-block-11 {
    min-width: auto;
  }

  .container-footer {
    padding-bottom: 30px;
  }

  .footer-text {
    font-family: Lato, sans-serif;
    color: #1b7ec1;
    font-weight: 300;
    text-align: center;
  }

  .section-photos {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-photos {
    padding-top: 50px;
  }

  .slide {
    background-position: 10% 50%;
    background-size: cover;
  }

  .slider {
    height: 300px;
  }

  .slide-2 {
    border-radius: 20px;
    background-image: url('../images/10556415_1547448315470772_7705700564464690102_n.jpg');
    background-position: 50% 30%;
    background-size: 370px;
  }

  .slide-3 {
    border-radius: 20px;
    background-image: url('../images/10604003_1563508957198041_3100213896368471424_o.jpg');
    background-position: 35% 40%;
    background-size: cover;
  }

  .slide-4 {
    border-radius: 20px;
    background-image: url('../images/71738948_2634905656725027_3019750914081685504_n.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
    opacity: 1;
  }

  .header-title-text {
    margin-top: 6px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
  }

  .header-title {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 40px;
    line-height: 32px;
    text-align: center;
  }

  .slide-5 {
    border-radius: 20px;
    background-image: url('../images/11043020_1632231523659117_7006320796205552496_n.jpg');
    background-position: 50% 60%;
    background-size: cover;
    text-transform: lowercase;
  }

  .slide-6 {
    border-radius: 20px;
    background-image: url('../images/1487259_1605219866360283_5346180937584779228_n.jpg');
    background-position: 50% 70%;
    background-size: cover;
    background-repeat: repeat;
  }
}