/*
Conquer Template
http://www.templatemo.com/tm-476-conquer
*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif!important;
}
body {
  overflow-x: hidden;
}

h1 {
  font-size: 36px;
}
h2 {
  font-size: 26px;
  font-weight: 700;
}
h3 {
  font-size: 20px;
  font-weight: 700;
}
h4 {
  font-size: 18px;
  font-weight: 700;
}
p{
  font-size: 16px;
  line-height: 1.6em;
  margin: 0;
}

.fett{
  font-weight: 600;
}
a:hover { text-decoration: none; }

ul {
    padding: 0;
    margin: 0;
}
nav > ul > li { list-style: none; }

.m-top80{
  margin-top: 80px;
}
.m-top-minus{
  margin-top: -20px;
}

ul#menu {
background: #40475A none repeat scroll 0 0;
padding: 6px;
position: fixed;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
width: 100%;
z-index: 999;
    }


.ml-50{
  margin-left: 50px;
}
.ml-80{
  margin-left: 80px;
}
.mr-80{
  margin-right: 80px;
}
.fs-20{
  font-size: 20px;
}
.fs-18{
  font-size: 18px;
}


.center{
  text-align: center;
  align-items: center;
}

.h4{
  font-size: 25px;
  font-weight: 700;
  color: #524540;
}

h2 {
    color: #666666;
}

.mt-50{
  margin-top: 50px;
}


/* Media Queries
----------------------*/

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

  ul#menu { display:none; }

  .footer-content h4 { font-size: 16px; }
  
  .container {
    margin-left: 0;
    margin-right: 0;
  }
  .single-page-nav {
    background-color: #383E4C;
    max-height: 0;
    -webkit-transition: max-height 0.8s;
            transition: max-height 0.8s;
    overflow: hidden;
  }
  
}

