@import url("https://fonts.googleapis.com/css?family=Fira+Sans");
form {
  max-width: 300px;
  margin: 10px auto;
  padding: 10px 20px;
  background: #f4f7f8;
  border-radius: 8px;
  max-width: 480px; }

input[type="text"] {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 16px;
  height: auto;
  margin: auto;
  outline: 0;
  padding: 8px;
  width: 100%;
  background-color: #e8eeef;
  color: black;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  margin-bottom: 30px; }

input[type="password"] {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 16px;
  height: auto;
  margin: auto;
  outline: 0;
  padding: 8px;
  width: 100%;
  background-color: #e8eeef;
  color: black;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  margin-bottom: 30px; }

input[type="date"] {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 16px;
  height: auto;
  margin: auto;
  outline: 0;
  padding: 8px;
  width: 100%;
  background-color: #e8eeef;
  color: black;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  margin-bottom: 30px; }

input[type="datetime"] {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 16px;
  height: auto;
  margin: auto;
  outline: 0;
  padding: 8px;
  width: 100%;
  background-color: #e8eeef;
  color: black;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  margin-bottom: 30px; }

input[type="email"] {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 16px;
  height: auto;
  margin: auto;
  outline: 0;
  padding: 8px;
  width: 100%;
  background-color: #e8eeef;
  color: black;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  margin-bottom: 30px; }

input[type="number"] {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 16px;
  height: auto;
  margin: auto;
  outline: 0;
  padding: 8px;
  width: 100%;
  background-color: #e8eeef;
  color: black;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  margin-bottom: 30px; }

input[type="search"] {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 16px;
  height: auto;
  margin: auto;
  outline: 0;
  padding: 8px;
  width: 100%;
  background-color: #e8eeef;
  color: black;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  margin-bottom: 30px; }

input[type="tel"] {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 16px;
  height: auto;
  margin: auto;
  outline: 0;
  padding: 8px;
  width: 100%;
  background-color: #e8eeef;
  color: black;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  margin-bottom: 30px; }

input[type="time"] {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 16px;
  height: auto;
  margin: auto;
  outline: 0;
  padding: 8px;
  width: 100%;
  background-color: #e8eeef;
  color: black;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  margin-bottom: 30px; }

input[type="url"] {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 16px;
  height: auto;
  margin: auto;
  outline: 0;
  padding: 8px;
  width: 100%;
  background-color: #e8eeef;
  color: black;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  margin-bottom: 30px; }

textarea {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 16px;
  height: auto;
  margin: auto;
  outline: 0;
  padding: 8px;
  width: 100%;
  background-color: #e8eeef;
  color: black;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  margin-bottom: 30px; }

select {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 16px;
  height: auto;
  margin: auto;
  outline: 0;
  padding: 8px;
  width: 100%;
  background-color: #e8eeef;
  color: black;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  margin-bottom: 30px; }

input[type="radio"] {
  margin: 0 4px 8px 0; }

input[type="checkbox"] {
  margin: 0 4px 8px 0; }

button {
  padding: 19px 39px 18px 39px;
  color: #FFF;
  background-color: #4bc970;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #3ac162;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
  margin-bottom: 10px; }

fieldset {
  margin-bottom: 30px;
  border: none; }

legend {
  font-size: 1.4em;
  margin-bottom: 10px; }

label {
  display: block;
  margin-bottom: 8px; }

.number {
  background-color: #5fcf80;
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 0.8em;
  margin-right: 4px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  border-radius: 100%; }

#container {
  width: 100%;
  display: flex; }

#bg-image {
  background: url(../img/background.jpg);
  background-attachment: fixed;
  background-size: cover;
  margin: 0px; }

#services-bg {
  background-color: #111;
  margin: 0px; }

#booking-bg {
  background-color: #111;
  margin: 0px; }

h1 {
  margin-top: 10rem;
  padding: 50px;
  font-weight: 400;
  text-align: center;
  color: #00FF00;
  background: rgba(0, 0, 0, 0.035); }

h2 {
  padding-bottom: 50px;
  font-weight: 400;
  text-align: center;
  color: #00FF00;
  background: rgba(0, 0, 0, 0.015); }

main {
  padding-top: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  min-height: calc(100vh - 100px); }

nav {
  overflow-y: auto;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%; }
  nav ul {
    text-align: center;
    list-style-type: none;
    list-style-type: none;
    margin: 0;
    padding: 15px; }
    nav ul li {
      display: inline;
      font-family: "Fira Sans", sans-serif;
      font-size: 17px; }
      nav ul li a {
        color: #f2f2f2;
        text-decoration: none;
        padding: 14px; }
        nav ul li a:hover {
          background-color: #111; }

.text-secondary {
  color: #00FF00; }

.boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 5rem; }
  .boxes div {
    font-size: 2rem;
    border: 3px #fff solid;
    padding: 1.5rem 2.5rem;
    margin-bottom: 3rem; }
    .boxes div:hover {
      padding: 0.5rem 1.5rem;
      color: #f2f2f2;
      background: black; }
      .boxes div:hover span {
        color: #00FF00; }

.about-info {
  display: grid;
  grid-gap: 30px;
  grid-template-areas: "picimage bio bio" "service1 service2 service3";
  grid-template-columns: repeat(3, 1fr); }
  .about-info .pic-image {
    grid-area: picimage;
    margin: auto;
    border-radius: 50%;
    border: #fff 3px solid; }
  .about-info .bio {
    grid-area: bio;
    font-size: 1.5rem;
    color: #fff; }
  .about-info .service1 {
    grid-area: service1; }
  .about-info .service2 {
    grid-area: service2; }
  .about-info .service3 {
    grid-area: service3; }
  .about-info .service {
    background: #1aff1a;
    padding: 0.5rem;
    border-bottom: #f2f2f2 5px solid; }

@media screen and (max-width: 768px) {
  .about-info {
    grid-template-areas: "picimage" "bio" "service1" "service2" "service3";
    grid-template-columns: 1fr; } }

@media screen and (max-width: 500px) {
  h1 {
    margin-top: 1rem; }
  .boxes {
    margin-top: 1rem; } }
