/**{border: 1px solid red;}*/
body {
  max-width: 1400px;
  margin: 0 auto;
  font-family: "davis-sans", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 16px;
}

#header{
  margin: 0 auto;
  text-align: center;
}

.menu{
  font-family: "termina", sans-serif;
  text-transform: lowercase;  
}

a {
  color: #000;
  text-decoration: underline;
}

.topnav {
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  text-align: center;
  padding: 14px 16px;
  font-size: 17px;
}

li>a{
  text-decoration: none;
}

.topnav .icon {
  display: none;
}

.section{
  width: calc(100% - 30px);
  margin: 15px;
}

h2{
  font-family: "termina", sans-serif;
  text-align: center;
  font-size: 2.3em;
}

h3{
  margin-top:45px;
  font-family: "termina", sans-serif;
  text-transform: lowercase;
  font-weight: 100;
  text-align: center;
  font-size: 2em;
}

h4{
  font-weight: 100;
  font-size: 1.3em;
  margin:.5em 0;
}

#products h4{
  margin-top: 2em;
}

h5{
  font-weight: 600;
  font-size: 1em;
  margin:.5em 0 .25em;
}

/*Carousel*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body { font-family: sans-serif; }

.gallery {
  background: #EEE;
}

.gallery-cell {
  width: 100%;
/*  min-height: 600px;*/
/*  margin-right: 10px;*/
/*  background: #666;*/
  counter-increment: gallery-cell;
}
.gallery-cell img{
  width: 100%;
}

.gallery-cell:before {
  display: none;
}

.slbArrow.prev:before {
  border-right-color: #000;
}

.slbArrow.next:before{
  border-left-color: #000;; 
}

/**********/

#flexContainer {
  display: block;
}

footer{
  height: 60px;
}

@media only screen and (min-width: 420px) {
  body{
    font-size: 18px;
  }
}

@media screen and (min-width:600px){
  .section{
    width: calc(80% - 30px);
    margin: 0 auto;
  }
}

@media only screen and (min-width: 800px) {
  #flexContainer {
      display: flex;
  }

  .flexItem{
    flex: 50%;
    margin: 0 60px 0 0;
  }
}

@media screen and (max-width: 500px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

@media screen and (max-width: 800px) {
  .mobileHide{
    display: none;
  }
}



/*
font-family: "davis-sans", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "davis-sans", sans-serif;
font-weight: 400;
font-style: italic;

font-family: "davis-sans", sans-serif;
font-weight: 700;
font-style: normal;

font-family: "davis-sans", sans-serif;
font-weight: 700;
font-style: italic;

font-family: "termina", sans-serif;
*/

