header {
    background-color: none;
    color: white;
}
footer {
    background-color: black;
    color: white;
    text-align: center;
    margin: 0 auto;
    padding: 10px 10px;
    font-size: 0.7em;
}
body, html {
    height: 100%;
    margin: 0 auto;
}
main {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px;
}
.clearfix {
    clear: both;
}
.parallax {
    /* The image used */
    background-image: url("/img/paralax4.jpg");

    /* Set a specific height */
    height: 450px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#lightbox {
    text-align: center;
    margin: 20px auto;
    padding: 0 0;
    max-width: 100%;
}
a {
    float: left;
    padding: 0px 0px;
}
.top {
    height:300px;
    text-align: center;
    background-color: white;
    margin: 0 auto;
    font-size:36px
}
img {
    width: 100%;
}
h1 {
    font-family: 'Francois One', sans-serif;
    font-size: 2em;
    color: #f15a2c;
}
h2, h3 {
    color: #f15a2c;
    font-family: 'Francois One', sans-serif;
}
p {
    font-size: 1em;
    float: none;
    font-family: 'Questrial', sans-serif;
    text-align: center;
}
p.about {
    text-align: center;
}
.logo {
    
}
.nav {
    
}
ul.topnav {
  list-style-type: none;
  background-color: black;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul.topnav li {
    float: right;
}

ul.topnav li a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 15px 15px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
}

ul.topnav li a:hover {background-color: none;}

ul.topnav li.icon {display: none;}

ul.par {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
li {
    text-align: center;
}

ul {
    background-color: none;
    color: black;
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.menu {
    background-color: none;
    text-align: center;
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li a {
    display: block;
    text-align: center;
    width: 60px;
    color: black;
    padding: 8px 16px;
    text-decoration: none;
}
li a:hover {
    background-color: none;
    color: #f15a2c;
    transition: 0.3s;
}
li a.active {
    background-color: black;
    color: white;
}
li a:hover:not(.active) {
    background-color: none;
    color: #f15a2c;
}
.wrapper {
    width: 100%;
}
.test {
    width: 75%;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1280px;
    min-height: 100px;
}
.span-50 {
    width: 50%;
    float: left;
    background-color: none;
    text-align: center;
}
.gallery {
    float: none;
    background-color: none;
    text-align: center;
}
.black {
    width: 100%;
    margin: 20px auto;
    float: left;
    background-color: none;
    text-align: center;
}
#mobile-hero{display: none;}
@media (max-width: 600px) {
    .row {
        display: none;
    }
    .col-50 {
        float: none;
        width: none;
    }
    iframe {
        padding: 0 0;
        margin: 0 0;
    }
    #hero{
      display: none;
    }
    #mobile-hero{
      display: block;
        margin: auto;
        text-align: center;
        background-color:rgba(50,50,50,0.9);
        color: white;
    }
    ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
    ul.para li.para{
    display: none;
    }
}
@media screen and (max-width:680px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}
@media screen and (max-width:680px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}
@media (max-width: 600px) {
  .facet_sidebar {
    display: none;
  }
}
@media only screen and (max-device-width: 1024px) {
    .parallax {
        background-attachment: scroll;
    }
}
@media screen and (max-width:680px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}