html, body {
  font-family: 'Raleway', sans-serif;
  margin:0;
  padding:0;
  color:#1d1d1b;
  line-height: 22px;
  font-size: 16px;
}
nav li {
    float: left;
    list-style: none;
    margin-left: 1.5%;
    margin-right: 1.5%;
    width: calc(100% / 9);
}
nav li a {
  font-weight: 200;
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
}
nav li a:active {
  font-weight: 400;
}
nav li:nth-child(3) {
    margin-right: 5%;
}
nav li:nth-child(4) {
    margin-left: 5%;
}
nav li:nth-child(n+4) {
    text-align: right;
}
nav {
  background-color: #41B4E4;
  padding-top: 70px;
  padding-bottom: 10px;
  text-align: center;
}
nav ul {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
nav ul::after {
  clear: both;
  float: none;
}
section{
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
section:first-of-type h1{
  margin-top: 190px;
  color: #41B4E4;
}

section img {
  padding: 5px;
}

section ul {
  margin: 0;
  padding:5px;;
  list-style: none;
}
section li {
  padding:0px;
}
section li::before {
  content: "\2022\A0";
  color: #41B4E4; /* or whatever color you prefer */
}

#contact{
  width: 100%;
  padding:20px 0px;
  text-align: center;
  margin-bottom: 0px;
  background-color: #41B4E4;
  color: #ffffff;
  font-size: 30px;
  border-bottom: 1px solid #ffffff;
}
#contact > i {
  font-size: 40px;
  padding: 5px 20px;
}
#contact > a {
  text-decoration: none;
  font-weight: 300;
  color: #ffffff;
}
section h1, section h2 {
  font-weight: 200 !important;
  font-size: 39px;
  padding: 20px 0px;
  line-height: 56px;
  text-align: center;;
}
strong {
  font-weight: 600;
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    float: none;
    clear: both;
    text-align: center;
    background-color: #ffffff;
    padding-bottom: 10px;
    z-index: 1;
}
#logo {
  margin-top: -60px;
}
footer {
  background-color: #787877;
  text-align: center;
  padding:40px 5px 60px 5px;
  font-size: 18px;
  font-weight: 200;
  color: #ffffff;
  line-height: 28px;
}
footer > strong{
  font-weight: normal;
  font-weight: 300;
  font-size: 24px;
}
footer em {
  color: #ffffff;
  font-style: normal;
  font-weight: 200;
  font-size: 22px;
}
em {
  color: #41B4E4;
  font-style: normal;
  font-weight: 300;
}
h1 {
  color:#1d1d1b;
}
.grid {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
}
.grid > input {
    grid-column-start: 1;
    grid-column-end: 1;
    margin: 5px 20px;
}
.grid > textarea {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 5;
    margin: 5px 20px;
}
.grid > * {
    font-size: 16px;
    font-weight: 200;
    border: 1px solid #41B4E4;
    padding: 10px;
    color: #41B4E4;
}
.grid > input[type="submit"] {
    grid-column-start: 1;
    grid-column-end: 3;
    width: 30%;
    background-color: #41B4E4;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    margin-top: 40px;
}

.g-recaptcha {
    border: none;
    padding-left: 20px;
}

#messageBox {
    position:fixed; 
    width: 350px; 
    height: 120px; 
    top: calc(50% - 100px); 
    left: calc(50% - 175px);
    background-color: white;
    border: 1px solid #41B4E4;
    border-radius: 5px;
}

#messageBoxContent {
    padding: 25px 10px 25px 10px;
    text-align: center;
    vertical-align: middle;
    color: #41B4E4;
    font-size: 16px;
    font-weight: bold;
}

#messageBoxButton {
    background-color: #41B4E4;
    color: #ffffff;
    position: absolute;
    bottom: 5px;
    left: calc(50% - 25px);
    width: 50px;
    border: none;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.g-recaptcha {
    grid-column-start: 1;
    grid-column-end: 3;
    /* text-align: center; */
    border: none;
    margin-top: 40px;
}

.g-recaptcha > * {
    margin-left: auto;
    margin-right: auto;
}
.socialmedia{
    margin-top:40px;
    font-size:50px;
}
footer a {
    text-decoration:none;
    color:#ffffff;

}

/** booking calendar **/
#bookingCalendar {
    margin: 5px 20px;
    grid-column-start: 1;
    grid-column-end: 3;
}
#contactFormPrivacyProtectionInfo {
    margin: 5px 20px;
    grid-column-start: 1;
    grid-column-end: 3;
    border: none;
    color: black;
}
#bookingCalendar .ui-datepicker {
        width: calc(100% - 10px);
    }
    #bookingCalendar .ui-state-highlight {
        font-weight: 900;
        border-color: #d3d3d3;
    }
#bookingCalendar table.ui-datepicker-calendar > tbody > tr > td {
        opacity: 1.0;
    }
    
#bookingCalendar .ui-state-default {
    background: none;
    background-color: white;
    padding: 10px;
    text-align: center;
    font-size: 18px;
}
#bookingCalendar .ui-datepicker-today > .ui-state-default {
    font-weight: 900;
}
.ui-corner-all {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.ui-widget-content {
    border: none;
}
#bookingCalendar .ui-datepicker-unselectable.dateTentative .ui-state-default {
    background-color: #AEDFF0;
    color: #ffffff;
}
#bookingCalendar /*.ui-datepicker-unselectable*/.dateSelected .ui-state-default {
    background-color: #787877;
    color: #ffffff;
}
#bookingCalendar .ui-datepicker-unselectable.dateConfirmed .ui-state-default {
    background-color: #41B4E4;
    color: #ffffff;
}
#bookingCalendar .ui-datepicker-unselectable.undefined .ui-state-default {
    opacity: 0.8;
    background-color: rgba(230, 230, 230, 0.35);
    color: rgb(150, 150, 150);
}
.ui-widget-header {
    border: none;
    background: none;
    color: #41B4E4;
    font-weight: 400;
}
.ui-widget {
    font-size: 28px;
    font-family: 'Raleway', sans-serif;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 400;
    border: 0;
    font-size: 18;
}

#bookingCalendarLegend {
    margin: 5px 20px;
    grid-column-start: 1;
    grid-column-end: 3;
    text-align: center;
    border: none;
}

#bookingCalendarLegend > span {
    width: 125px;   
    float: left;
}

#bookingCalendarLegend > span > .color {
    width: 25px;   
    height: 25px;
    border: 1px solid #d3d3d3;
    float: left;
}

#bookingCalendarLegend > span > .text {
    float: left;
    padding-left: 5px;
    padding-top: 2px;
}

#bookingCalendarLegend .confirmedColor {
    background-color: #41B4E4;  
}

#bookingCalendarLegend .tentativeColor {
    background-color: #AEDFF0;;  
}

#bookingCalendarLegend .freeColor {
    background-color: white;  
}

@media screen and (max-width: 1200px) {
  nav li a {
    font-size: 16px;
  }
  nav li {
      margin-left: 1.3%;
      margin-right: 1.3%;
  }
  section {
    width: 80%;
  }
  section h1, section h2 {
    font-size: 29px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1000px) {
  nav ul{
    display: none;
  }

}
@media screen and (max-width: 800px) {
  .grid {
      display: grid;
      grid-template-columns: 100%;
      grid-template-rows: auto;
  }
  .grid > input {
      grid-column-start: 1;
      grid-column-end: 1;
  }
  .grid > textarea {
      grid-column-start: 1;
      grid-column-end: 1;
  }
  .grid > * {
    margin:20px;
  }
  .grid > input[type="submit"] {
      grid-column-start: 1;
      grid-column-end: 1;
  }
}
@media screen and (max-width: 650) {
  section {
    width: 95%;
  }
}
@media (max-width: 480px) {
        div.g-recaptcha {
            transform: scale(0.77); 
            -webkit-transform: scale(0.77);
            transform-origin: 0 0; 
            -webkit-transform-origin: 0 0;
        }
    }
