/* Generated by less 2.5.1 */

*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #ffffff;
}

a:hover {
  color: #410000;
}

li {
  list-style: none;
  display: inline;
}

ul {
  text-align: center;
  margin: 2rem 0;
}

img {
  max-width: 100%;
  height: auto;
}

.centered {
  margin: 0 auto;
  text-align: center;
}

body {
  font-family: "Nunito", sans-serif;
}

body .map {
  line-height: 0px;
  text-align: center;
}

body .map .show-mobile {
  line-height: 1.6;
}

body .map a:hover {
  color: #efb03e;
}

hr {
  border-top: 1px solid #ffffff;
}

p:not(.cookie-paragraph) {
  margin: 1rem auto 0;
  max-width: 600px;
}

p a {
  color: unset;
  text-decoration: underline;
}

h1 {
  font-family: "Sanelma W00 Regular";
  letter-spacing: 3px;
}

h2,
h3,
h4,
h5 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}

h1 {
  font-weight: 700;
}

.parallax-window {
  min-height: 200px;
  background: transparent;
  padding: 60px 0px;
}

.parallax-window h1 {
  font-weight: 700;
  color: #efb03e;
  text-shadow: 2px 3px 0px #410000;
}

.menu {
  text-align: center;
}

.menu img {
  max-height: 500px;
}

.background-one {
  background: #efb03e;
  padding: 60px 0 !important;
}

.background-one h1 {
  color: #410000;
  text-shadow: 2px 3px 0px #ffffff;
}

.background-one h2 {
  text-transform: uppercase;
  color: #410000;
  text-shadow: 2px 2px 0px #ffffff;
}

.background-one p {
  color: #410000;
  font-size: 1.2em;
}

.background-two {
  background: #fff;
  padding: 60px 0 !important;
}

.background-two h1 {
  color: #ffffff;
  text-shadow: 2px 3px 0px #410000;
}

.background-three {
  color: #ffffff;
  background: #410000;
  padding: 60px 0;
}

.background-three h1 {
  text-shadow: 2px 2px 0px #140000;
}

.logo-header {
  margin: 0 auto;
}

.logo-header img {
  max-width: 600px;
  width: 90vw;
}

.surcharge {
  max-width: 800px;
  margin: auto;
  padding: 2em 1em;
  text-align: center;
}

.bottom {
  margin-bottom: 40px;
}

footer {
  color: #ffffff;
  width: 100%;
  text-align: center;
  padding: 60px 0;
  background: #410000;
  min-height: 200px;
}

footer p {
  color: #fff;
}

footer a,
footer button,
footer button:active,
footer button:focus,
footer a:active,
footer a:focus {
  color: #efb03e;
}

footer button:hover,
footer a:hover {
  color: #ffffff;
}

footer h1 {
  text-shadow: 2px 2px 0px #140000;
}

.app-callout .link-wrap{
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
  
.app-callout .app-icons img {
  height: 50px;
  width: auto;
}



.map {
  height: 400px;
}

.corp-logo a img {
  height: 100%;
  width: 180px;
}

.zoom img {
  margin: 0px 10px 10px;
  height: 80px;
  width: 80px;
  -moz-transition: -moz-transform 0.1s ease;
  -webkit-transition: -webkit-transform 0.1s ease;
  -o-transition: -o-transform 0.1s ease;
  transition: -o-transform 0.1s ease;
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.zoom .app {
  margin: 0;
}

.zoom img:hover {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.zoom-sidebar img {
  margin: 0px 5px 5px;
  height: 35px;
  width: 35px;
  transition: -moz-transform 0.1s ease;
  -moz-transition: -moz-transform 0.1s ease;
  -webkit-transition: -webkit-transform 0.1s ease;
  -o-transition: -o-transform 0.1s ease;
  transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
}

.zoom-sidebar img:hover {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}

.line {
  border-right: 1px solid #ffffff;
}

/* Smaller than tablet */

@media (max-width: 750px) {
  h1 {
    font-size: 3.5em;
  }
  .background-one {
    padding: 30px 0px;
  }
  iframe {
    pointer-events: none;
  }
  .map {
    height: 300px;
  }
  .line {
    border-right: 0px solid #ffffff;
  }
  ul {
    margin-bottom: 1em;
  }
  .m-resize {
    max-height: 240px;
  }
}

@media (min-width: 751px) {
  h1 {
    font-size: 5.5em;
  }
  .background-one {
    padding: 30px 0px;
  }
  .background-one p {
    font-size: 1.5em;
  }
  .show-mobile {
    display: none;
  }
}

/* Implementation of Off Canvas Responsive Navigation */

/* Entire site wrapper */

#outer {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* Contains navigation and content */

#inner {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

/* Navigation bar */

#navigation {
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -300px;
  background: #410000;
  padding: 15px;
  text-align: center;
}

/* JavaScript toggle */

#outer.show-nav #inner {
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
}

.show-nav .hide {
  display: none;
  transition: ease;
}

.toggle-nav img {
  height: 60px;
  width: 60px;
  border: 6px solid #efb03e;
  border-radius: 50px;
  background: #efb03e;
}

.toggle-nav img:hover {
  border: 6px solid #ffffff;
  border-radius: 50px;
  background: #ffffff;
}

@media (max-width: 750px) {
  /* footer .zoom img {
    height: 50px;
    width: 50px;
  } */
}

.small {
  cursor: pointer;
  height: 60px;
  width: 60px;
  float: right;
  top: 5px;
  right: 5px;
  border: 6px solid #efb03e;
  border-radius: 50px;
  background: #efb03e;
}

.small:hover {
  border: 6px solid #ffffff;
  border-radius: 50px;
  background: #ffffff;
}

.fixed-nav {
  position: fixed;
  top: 20px;
  left: 20px;
}

.show-mobile {
  text-align: center;
  margin-top: 30px;
}

.btn {
  display: inline-block;
  color: white !important;
  font-size: 1.2em;
  background: #410000;
  border: 1px solid #410000;
  padding: 1rem 1.5rem;
  margin: 1rem 0;
}

nav li {
  display: block;
  font-size: 1.6em;
}

nav li img {
  height: 50px;
  width: 50px;
  margin-top: 15px;
}

nav li img:hover {
  background: #efb03e;
}

nav li a:hover {
  color: #efb03e;
}