html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Varela Round", sans-serif;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

header {
  background: #c6cb24;
  min-height: 100%;
  height: 1px;
}
header div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 20px;
  box-sizing: border-box;
}
header h1 {
  margin: 0;
  padding: 0;
}

.book-link {
  box-shadow: inset 0px 1px 0px 0px #54a3f7;
  background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
  background-color: #007dc1;
  border-radius: 3px;
  border: 1px solid #124d77;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 16px;
  padding: 4px 12px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #154682;
}

.book-link:hover {
  background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
  background-color: #0061a7;
}

.book-link:active {
  position: relative;
  top: 1px;
}

header:after {
  display: block;
  content: " ";
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 14px;
  background: url(../img/rip.png);
}

nav {
  color: #483e35;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav li {
  margin-bottom: 5px;
}
nav a:link,
nav a:visited,
nav a:hover,
nav a:active {
  display: block;
  color: #483e35;
  background: #d9de44;
  padding: 0.65em 1em;
  text-decoration: none;
  border-left: solid 3px #9ca01c;
  transition: all 300ms;
}
nav a:hover,
nav a:active {
  border-left: solid 10px #9ca01c;
}

p {
  line-height: 1.5em;
}

section {
  padding: 20px;
  box-sizing: border-box;
}

#services {
  background: #f1d414;
  color: #483e35;
}
#services .bg {
  display: none;
}

#services2 {
  background: #483e35;
}
#services2,
#services2 a:link,
#services2 a:visited,
#services2 a:hover,
#services2 a:focus {
  color: #fff;
}
#services2 h1, #services2 h2 {
  color: #c6cb24;
}

#ethos {
  background: #6ea0c4;
  color: #fff;
}
#ethos .prices {
  color: #c6cb24;
}

#about {
  background: #feedf4;
}
#about,
#about a:link,
#about a:visited,
#about a:hover,
#about a:focus {
  color: #483e35;
}

#contact-m {
  position: relative;
  background: #6ea0c4;
}

#contact,
#contact a:link,
#contact a:visited,
#contact a:hover,
#contact a:active {
  color: #fff;
  text-decoration: none;
}
#contact .bg {
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  z-index: 5;
  transform: none;
}

#contact h1,
#contact form div,
#contact .success,
#contact .methods,
#contact button {
  z-index: 10;
  position: relative;
}

.recaptcha-group {
  float: right;
  margin-bottom: 10px;
}

#contact form .group,
#contact .methods {
  background: #87accc;
  padding: 20px;
  box-sizing: border-box;
  clear: both;
}

#contact .methods .label {
  display: inline-block;
  width: 1.5em;
}

#contact button {
  clear: both;
  float: right;
  margin-bottom: 1em;
}

#contact .errors,
#contact .errors label {
  color: #941c1c;
}

#contact .success {
  color: #9cff9c;
}

address {
  margin: 2em 0 1em;
  font-style: normal;
}

form .group {
  margin-bottom: 18px;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #fff;
}

input,
textarea {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  border: none;
}

textarea {
  height: 7em;
}

#contact button {
  padding: 0.5em 2em;
  background: #4486ce;
  color: #fff;
  border: none;
  transition: background-color 0.5s;
}

#contact button:hover,
#contact button:active {
  background: #2e6db1;
}

.facebook {
  float: right;
}

.highlight {
  background: yellow;
  color: black;
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
}

#booking {
  background: rgb(148, 217, 150);
  background: linear-gradient(0deg, rgb(148, 217, 150) 0%, rgb(225, 255, 210) 100%);
  padding: 100px 32px;
}
#booking h1 {
  text-align: center;
  margin-bottom: 32px;
}
#booking #paypal-container-9PUZCA6VDAUEN {
  max-width: 400px;
  margin: 0 auto;
}
#booking #paypal-form-fields-container-9PUZCA6VDAUEN .desc-label {
  display: none !important;
}
#booking label.input-label {
  color: black;
}
#booking .terms-input-label {
  display: block;
  margin-bottom: 2em;
}
#booking .terms-checkbox {
  width: auto;
  margin-right: 0.5em;
}
#booking .paypal-buttons.tc-disabled {
  opacity: 0.5 !important;
  pointer-events: none;
}

@media (min-width: 768px) {
  nav,
  nav ul {
    display: flex;
    align-items: center;
  }
  nav ul {
    flex-wrap: wrap;
  }
  nav {
    margin-left: 354px;
    margin-top: -34px;
  }
  header {
    min-height: 0;
    height: auto;
    padding: 10px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  header nav,
  header h1 {
    padding: 0;
  }
  header div {
    max-width: 1180px;
    margin: 0 auto;
    min-height: 0;
    padding: 0;
  }
  nav ul a:link,
  nav ul a:visited,
  nav ul a:hover,
  nav ul a:active {
    padding: 5px;
    border-left: none;
    background-color: transparent;
  }
  nav ul span {
    display: none;
  }
  header h1 img {
    vertical-align: bottom;
    max-width: 400px;
  }
  .m {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 100vh;
    padding: 100px 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  .m .bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block !important;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    left: 50%;
  }
  .m section {
    width: 50%;
  }
  #services .bg-sm {
    display: none;
  }
  #services,
  #about {
    margin-left: auto;
  }
  /*#services   .bg { left: -260px; }
  #services2 	.bg { right: -520px; }
  #about      .bg { left: -360px; }
  #ethos      .bg { right: -500px; }*/
  #services .bg {
    object-position: 17% center;
  }
  #services2 .bg {
    object-position: 61% center;
  }
  #about .bg {
    object-position: 41% center;
  }
  #ethos .bg {
    object-position: 51% center;
  }
  #contact {
    margin: 0 auto;
  }
}
@media (min-width: 900px) {
  nav {
    margin-left: 339px;
  }
  nav li {
    font-size: 1em;
  }
  nav li span {
    display: inline;
  }
  .am nav {
    margin-left: auto !important;
    transform: translateY(-70px);
  }
}
@media (min-width: 1024px) {
  nav li {
    font-size: 1.2em;
  }
  /*#services			.bg { left: -260px; }
  #services2 	.bg { right: -460px; }
  #about 	.bg { left: -310px; }
  #ethos 	.bg { right: -680px; }*/
}
@media (min-width: 1130px) {
  nav {
    margin-left: 339px;
  }
  nav li {
    font-size: 1.2em;
  }
  nav li a:link,
  nav li a:visited,
  nav li a:hover,
  nav li a:active {
    padding: 0.5em 1.2em;
  }
  nav li a:link:last-child,
  nav li a:visited:last-child,
  nav li a:hover:last-child,
  nav li a:active:last-child {
    margin-right: -1.2em;
  }
}
@media (min-width: 1180px) {
  #services,
  #services2,
  #about,
  #ethos {
    max-width: 590px;
    margin-left: 50%;
  }
  #services2,
  #ethos {
    margin-left: auto;
    margin-right: 50%;
  }
  #contact {
    width: 1180px;
    margin: 0 auto;
    background: transparent;
  }
  #contact .row {
    display: flex;
  }
  #contact h1 {
    width: 100%;
  }
  #contact form,
  #contact .methods {
    width: 50%;
  }
  #contact .methods {
    margin-left: 18px;
    font-size: 1.18em;
  }
  #contact button {
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  #services .bg,
  #about .bg,
  #services2 .bg,
  #ethos .bg {
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/*# sourceMappingURL=main.css.map */
