@import url("https://fonts.googleapis.com/css?family=Cookie");
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
@font-face {
  font-family: baskerville;
  src: url("../font/librebaskerville-regular.ttf"); }

body {
  background-color: #e4d0b2;
  margin: 0;
  border: 0.6em solid black; 
  font-family: "Comic Sans MS", "Comic Sans", serif;
}

header {
  display: flex;
  justify-content: space-between;
  padding: 0.5em;
  padding-bottom: 0;
  background-color: #d6944f; }
  header #logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 2em; }
    header #logo img {
      height: 11em; }
    header #logo #slogan {
      color: #333333;
      /*font-family: 'Cookie', cursive;*/
      font-size: 4em;
      margin-top: auto;
      margin-bottom: auto;
      margin-left: 0.3em; }
  header #logo-title {
    font-size: 3.5em;
    /*font-family: 'baskerville', serif;*/
    /*font-family: "Comic Sans MS", "Comic Sans", serif;*/
    margin-top: 0.3em;
    margin-left: 1em;
    display: none; }
  header #phone {
    color: black;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0.5em;
    font-size: 2.5em; }

#logo-title-desktop {
  margin-top: -4em;
  background-color: #d6944f;
  padding-bottom: 0.5em;
  text-align: center; }
  #logo-title-desktop span {
    /*font-family: 'baskerville', serif;*/
    /*font-family: "Comic Sans MS", "Comic Sans", serif;*/
    font-size: 3.3em;
    letter-spacing: 0.15em; }

nav {
  display: flex;
  justify-content: space-evenly; }
  nav a {
    /*font-family: 'Cookie', cursive;*/
    font-size: 2.3em;
    flex: 0 1 auto;
    color: #333333;
    padding: 0.3em 0;
    text-align: center;
    transition: background-color 0.3s ease;
    text-decoration: none;
    width: 30%; 
    /* line-height: 2em; */
  }
    nav a:hover {
      background-color: #e6e6e6; }
  nav .divider {
    flex: 1 1 auto;
    width: 3px;
    margin: 0.3em 0;
    height: 4.5em;
    background-color: #4d4d4d; }

.slider {
  height: 70vh;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .slider div {
    position: absolute;
    width: 100%;
    height: 100%; }
    .slider div img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

main {
  padding: 2em; 
  font-size: 1.4em;
}

h1 {
  margin: 0;
  padding: 0; }

footer {
  display: flex;
  justify-content: space-between;
  background-color: #d6944f;
  padding: 1em; }
  footer div {
    margin-top: auto;
    margin-bottom: auto; }
  footer p {
    margin: 0;
    padding-bottom: 0.2em; }
  footer .br-chicken {
    height: 8em;
    transform: scaleX(-1); }

.external-block {
  color: #333333;
  text-decoration: none; }

.external-block div {
  background-color: #d7b98c;
  min-height: 10em; }
  .external-block div img {
    float: left;
    width: 15em;
    margin: 1em 1em; }
  .external-block div h3 {
    text-decoration: underline;
    padding-top: 1em; }

.review {
  background-color: #d7b98c;
  padding: 0.5em;
  margin-bottom: 1em; }
  .review .name {
    font-weight: bold; }
  .review .stars {
    float: right;
    font-size: 1.1em;
    margin-top: -2em; }

.nav-blocks {
  display: flex;
  justify-content: space-around;
  margin-bottom: 1em; }
  .nav-blocks a {
    position: relative;
    transition: transform 0.3s ease;
    color: black; }
    .nav-blocks a img {
      width: 17em;
      height: 17em;
      margin-bottom: 0; }
    .nav-blocks a p {
      position: absolute;
      background-color: rgba(255, 255, 255, 0.7);
      text-align: center;
      font-size: 1.4em;
      margin-bottom: 0;
      padding: 0.5em 0;
      bottom: 4px;
      width: 100%; }
    .nav-blocks a:hover {
      transform: scale(1.05); }

.split {
  display: flex;
  justify-content: flex-end; }
  .split div {
    width: 50%; }
  .split div.contact {
    margin-top: 1em;
    width: 30%; }
  .split div.email-form {
    margin-bottom: 1em;
    width: 60%; }

div.aemail-form div {
  width: 70%; }
  div.aemail-form div label {
    width: 35%;
    text-align: center;
    display: inline-block;
    vertical-align: baseline; }
  div.aemail-form div input[type="text"], div.aemail-form div input[type="email"], div.aemail-form div textarea {
    width: 60%;
    border: 0.2em solid white; }
  div.aemail-form div input[type="submit"] {
    width: 100%;
    border: 0.3em solid #f7f7f7;
    background-color: white; }

div.email-form {
  /* Style the label to display next to the inputs */
  /* Style the submit button */
  /* Style the container */
  /* Floating column for labels: 25% width */
  /* Floating column for inputs: 75% width */
  /* Clear floats after the columns */
  /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */ }
  div.email-form div {
    width: 70%; }
  div.email-form input[type=text], div.email-form select, div.email-form textarea, div.email-form input[type=email] {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical; }
  div.email-form label {
    padding: 5px 5px 5px 0;
    display: inline-block; }
  div.email-form input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right; }
  div.email-form .container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px; }
  div.email-form .col-25 {
    float: left;
    width: 25%;
    margin-top: 6px; }
  div.email-form .col-75 {
    float: left;
    width: 75%;
    margin-top: 6px; }
  div.email-form .row:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 600px) {
    div.email-form .col-25, div.email-form .col-75, div.email-form input[type=submit] {
      width: 100%;
      margin-top: 0; } }

.map {
  height: 20em; }

#calendar {
  float: right; }
  #calendar iframe {
    width: 216px;
    height: 201px;
    margin-left: 108px; }

.gallery {
  display: flex;
  flex-wrap: wrap; }
  .gallery a {
    transition: transform 0.3s ease; }
    .gallery a:hover {
      transform: scale(1.1); }
  .gallery img {
    width: 10em;
    height: 10em;
    object-fit: cover;
    margin: 1em;
    border: 0.3em solid black; }

img {
  image-orientation: from-image; }

.mobile-only {
  display: none; }

@media (max-width: 1200px) {
  .mobile-only {
    display: block; }
  .desktop-only {
    display: none; }
  body header {
    flex-wrap: wrap;
    margin-left: 0; }
    body header div {
      width: 100%;
      flex-wrap: wrap; }
    body header * {
      margin-left: 0 !important;
      text-align: center; }
    body header #logo-title {
      display: block !important;
      font-size: 6vw; }
    body header #logo #slogan {
      font-size: 8vw !important; }
    body header #phone {
      font-size: 8vw !important; }
  body nav {
    flex-wrap: wrap; }
    body nav a {
      width: 100%; }
    body nav .divider {
      display: none; }
  #logo-title-desktop {
    display: none; }
  main h1 {
    font-size: calc(4vw + 4vh + 2vmin); } }

@media (max-width: 980px) {
  .gallery {
    justify-content: space-around; }
  .nav-blocks {
    flex-wrap: wrap; }
    .nav-blocks a {
      width: 80% !important; }
      .nav-blocks a img {
        width: 100%;
        height: auto; }
      .nav-blocks a p {
        font-size: 1em;
        width: 100%; }
  .split {
    flex-wrap: wrap; }
    .split div {
      width: 100% !important;
      margin-left: 0;
      padding-bottom: 0em !important; }
    .split .email-form label {
      width: 100%; }
    .split .email-form input, .split textarea {
      position: static !important;
      margin-top: 0.3em;
      display: block;
      width: 100% !important; }
  #calendar {
    float: none; }
    #calendar iframe {
      display: block;
      margin-top: 1em;
      margin-left: auto;
      margin-right: auto; }
  footer {
    flex-wrap: wrap; }
    footer div {
      width: 100%;
      text-align: center; }
  .featherlight-close-icon {
    font-size: 2em;
    background-color: white !important; } }

.featherlight-close-icon {
  font-size: 1.3em; }

.featherlight-image {
  object-fit: cover; }

