body {
  margin: 0;
  font-size: 16px;
  line-height: 1.231;
  font-family: 'Lato', sans-serif;
}

body, button, input, select, textarea {
  font-family: 'Lato', sans-serif;
  color: #222;
}

#header {
  width: 90%;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  padding: 2% 5% 2% 5%;
  justify-content: space-between;
}

#contact {
  text-align: right;
  width:
}

#menu {
  width: 100%;
  background-color: red;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #57565c;
}

#menu li {
  display: inline;
  color: #FFF;
  margin: 0;
  padding-top: 3px;
  padding-left: 15px;
}

#menu ul {
  text-align: right;
  padding-right: 5%;
  margin: 0;
}

#address {
  width: 90%;
  padding: 30px 5% 0 5%;
}

#address h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  padding: 0 0 3px 0;
}

#address h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
}

#mainContent {
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 30px 5% 30px 5%;
}

#description {
  width: 48%;
}

#slider {
  width: 49%;
  padding-top: 25px;
}
#slider-gallery {
  width: 100%;
}

#footer {
  width: 90%;
  background-color: #dbdbdb;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 5% 0 5%;
}

#footerwrapper {
  display: flex;
  flex-direction: row;
}

#footerleft {
  padding-top: 25px;
  padding-right: 15px;
}

#footerright {
  padding-top: 25px;
}

#map-desktop {
  display: block;
}

#map-mobile {
  display: none;
}

#menu a {
  color: #fff;
  text-decoration: none;
}

#menu a:visited {
  color: #fff;
  text-decoration: none;
}

#menu a:hover {
  color: #fff;
  text-decoration: none;
}

#menu a:focus {
  outline: thin dotted;
}

#contact a {
  color: #000;
  text-decoration: none;
}

#contact a:visited {
  color: #000;
  text-decoration: none;
}

#contact a:hover {
  color: #000;
  text-decoration: none;
}

#contact a:focus {
  outline: thin dotted;
}

#footercenter a {
  color: #000;
  text-decoration: none;
}

#footercenter a:visited {
  color: #000;
  text-decoration: none;
}

#footercenter a:hover {
  color: #000;
  text-decoration: none;
}

#footercenter a:focus {
  outline: thin dotted;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
    font-family: 'Lato', sans-serif;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}

@media only screen and (max-width: 980px) {

#header {
  display: block;
}
#logo {
  width:100%;

}
#contact {
  width: 100%;
  text-align: left;
}

#map-desktop {
  display: none;
}

#map-mobile {
  display: block;
}

#menu li {
  list-style-type: none;
  text-align: center;
  display: list-item;
  margin: 20px 0 20px 0;
  padding: 0;
}

#mainContent {
  display: block;
}

#description {
  width: 100%;
}

#slider {
  width: 100%;
}

#footer {
  display: block;
  padding-bottom: 25px;
}

#footerwrapper {
  display: flex;
  width: 100%;
  justify-content: center;
}
#footerright {
  display: flex;
  justify-content: center;
}

}
