html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a:hover {
  text-decoration: none; }

body {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  line-height: 20px;
  background: url(images/map.png) fixed;
  background-size: contain; }

.bold {
  font-weight: bold;
  font-size: 1.5em !important;
  color: #22B99F !important;
  line-height: 1.1em !important; }

.thin {
  font-weight: lighter; }

.left {
  float: left; }

.right {
  float: right; }

#wrapper {
  max-width: 1400px;
  margin: auto; }

nav {
  margin-left: 25px;
  padding-top: 25px;
  font: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 1.3em;
  width: 30%;
  position: relative;
  top: 5px; }
  @media screen and (max-width: 800px) {
    nav {
      width: 80%;
      margin-left: auto;
      margin-right: auto; } }
  nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    nav ul a {
      color: white;
      text-decoration: none;
      padding: 10px; }
    nav ul .home {
      color: #EC1C58; }
    nav ul .about {
      color: #22B99F; }
    nav ul .faq {
      color: #FCB627; }
    nav ul li:hover {
      opacity: .6; }

#content {
  background-color: #f4f4f4;
  margin-top: 435px;
  height: 100%;
  box-shadow: 0px 25px 120px 2px #505050; }

#header {
  background: no-repeat url(images/city.jpg);
  position: fixed;
  z-index: -1;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  width: 100%;
  height: 557px;
  background-size: contain;
  top: 0;
  overflow: auto;
  mix-width: 1395px; }

#logo {
  height: 300px;
  width: 100%;
  margin: 100px 0;
  text-align: center;
  max-width: 1400px;
  position: absolute; }
  #logo img {
    max-height: 100%; }

@media screen and (max-width: 1410px) {
  #header {
    background-size: cover; } }
#banner {
  background-color: rgba(236, 28, 88, 0.69);
  float: right;
  margin-top: 25px;
  max-width: 100%;
  padding: 1%;
  font-family: "Open Sans", sans-serif;
  color: white;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  box-sizing: content-box;
  cursor: pointer;
  -webkit-transition: .3s ease-out;
          transition: .3s ease-out; }
  @media screen and (max-width: 800px) {
    #banner {
      display: none; } }
  #banner img {
    width: 50px;
    float: left;
    -webkit-transition: .3s ease-out;
            transition: .3s ease-out; }

#banner:hover {
  background-color: #ec1c58;
  -webkit-transition: .3s ease-in;
          transition: .3s ease-in; }
  #banner:hover img {
    width: 55px;
    margin-left: 2px;
    -webkit-transition: .3s ease-in;
            transition: .3s ease-in; }

#banner2 {
  margin-top: 430px;
  text-align: center;
  border-radius: 8px !important;
  cursor: pointer !important;
  background-color: rgba(236, 28, 88, 0.69);
  -webkit-transition: .3s ease-out;
          transition: .3s ease-out;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  z-index: 999;
  padding: 10px; }
  #banner2 p {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: white; }
  #banner2 img {
    width: 40px;
    float: left; }
  @media screen and (min-width: 800px) {
    #banner2 {
      display: none; } }

#pictures img {
  max-width: 100%;
  margin-bottom: 15px; }

#banner2:hover {
  background-color: #ec1c58;
  -webkit-transition: .3s ease-in;
          transition: .3s ease-in; }

.clearfix {
  clear: both; }

#icons {
  padding-top: 50px;
  margin-top: 5%;
  margin-bottom: 75px; }
  #icons ul {
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 70%;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    @media screen and (max-width: 800px) {
      #icons ul {
        width: 100%; } }
    @media screen and (max-width: 900px) {
      #icons ul {
        width: 90%; } }
    @media screen and (max-width: 1000px) {
      #icons ul {
        width: 80%; } }
    #icons ul li {
      text-align: center;
      width: 25%;
      font: "Open Sans", sans-serif; }
      #icons ul li p {
        color: #4a4a4a;
        font: "Open Sans", sans-serif;
        font-weight: bold;
        font-size: 1.5em; }
      @media screen and (max-width: 800px) {
        #icons ul li {
          width: 70%;
          padding-bottom: 50px; } }
      @media screen and (max-width: 600px) {
        #icons ul li {
          width: 80%;
          padding-bottom: 50px; } }
      @media screen and (max-width: 400px) {
        #icons ul li {
          width: 100%;
          padding-bottom: 50px; } }
    #icons ul img {
      width: 100px; }

.image-center {
  width: 100%;
  text-align: center; }

#about {
  width: 80%;
  margin: 5% auto; }

.walk-holder {
  border-bottom: 2px dashed #22B99F;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 800px) {
    .walk-holder {
      font-size: 20px; } }

.get-ready {
  padding: 50px 0;
  background-color: #e2e2e2;
  width: 100%;
  height: 100%;
  text-align: center;
  font: "Open Sans", sans-serif;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .get-ready p {
    color: #4a4a4a;
    font-size: .9em;
    width: 50%;
    padding: 7.5px 0px 15px 0px;
    line-height: 20px; }
    @media screen and (max-width: 800px) {
      .get-ready p {
        width: 80%; } }
  @media screen and (max-width: 800px) {
    .get-ready {
      height: 100%; } }

footer {
  background: #22B99F;
  color: white;
  letter-spacing: 1.5px;
  width: 100%;
  margin: auto;
  bottom: 0;
  font: "Open Sans", sans-serif;
  padding: 1.5%;
  box-sizing: border-box;
  font-size: 12px; }
  footer p {
    margin: 0;
    padding: 0;
    text-align: center; }
    @media screen and (max-width: 800px) {
      footer p {
        margin-bottom: 5px; } }
  footer #contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  footer img {
    width: 100px;
    margin: auto;
    text-align: center;
    display: block;
    padding-top: 10px; }
  @media screen and (max-width: 800px) {
    footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

h2 {
  color: #22B99F;
  font: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 28px; }

#content #about {
  padding: 50px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: auto;
  text-align: center; }
  @media screen and (max-width: 800px) {
    #content #about {
      width: 100%; } }
  #content #about #about-box {
    width: 40%;
    margin: 40px 0 20px 0;
    background: #eeeeee;
    border-radius: 15px;
    padding: 15px; }
    @media screen and (max-width: 800px) {
      #content #about #about-box {
        width: 70%;
        margin: 20px 0 5px 0; } }
    @media screen and (max-width: 500px) {
      #content #about #about-box {
        width: 80%;
        margin: 5px 0 5px 0; } }
    #content #about #about-box h2 {
      padding-bottom: 10px;
      text-transform: uppercase;
      color: #FCB627;
      font-size: 18px; }
  #content #about p {
    text-align: left;
    font: "Open Sans", sans-serif; }

.accordion {
  font-family: "Open Sans", sans-serif;
  padding-top: 5%;
  width: 50%;
  margin: auto;
  margin-bottom: 5%; }
  @media screen and (max-width: 800px) {
    .accordion {
      width: 90%; } }

a.accordion-toggle:hover {
  color: white !important; }

.accordion-heading {
  text-align: center;
  background-color: rgba(128, 128, 128, 0.53);
  border-radius: 5px;
  padding: 3%;
  margin-bottom: 2%; }
  .accordion-heading a {
    text-decoration: none;
    color: white; }

.accordion-inner {
  margin-top: 2%;
  padding: 3%; }

a.accordion-toggle:hover {
  color: white;
  -webkit-transition-duration: 1s;
          transition-duration: 1s; }

#top {
  width: 3%;
  bottom: 0;
  right: 0px;
  position: fixed; }
  @media screen and (max-width: 1000px) {
    #top {
      width: 5%; } }
  @media screen and (max-width: 800px) {
    #top {
      width: 8%; } }

/*# sourceMappingURL=style.css.map */