@media (max-width: 978px) {
    *{
        padding:0px;
        margin: 0px;
    }
    .container {
      padding:0;
      margin:0;
    }

    body {
      padding:0;
    }

    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
      margin-left: 0;
      margin-right: 0;
      margin-bottom:0;
    }
}
@media screen and (max-width: 768px) {
body, div.container{
    margin:0 auto
    }
}
body{
  background:#e1faef;
  font-size: 16px;
}

.m2{
  margin-top: 2px;
}
.bg-white{
  background:#FFFFFF;
}
.m5{
  margin-top: 5px;
}
.m10{
  margin-top: 10px;
}
.m20{
  margin-top: 20px;
}
.m30{
  margin-top: 30px;
}
.m-20{
  margin-top: -20px;
}
.m-30{
  margin-top: -30px;
}
.mb-10{
  margin-bottom: 10px;
}
.padzero{
  padding: 0px;
}
.text-white{
  color:#FFFFFF;
}
.b{
  font-weight: bolder;
}
.btn-link{
  text-decoration:none; 
  color:#FFFFFF;
}
.btn-link:hover{
  text-decoration:none; 
  color:#000000;
}
.f-link{
  text-decoration:none; 
  color:#FFFFFF;
}
.f-link:hover{
  text-decoration:none; 
  color:#36c9ff;
}

.free-button-background { 
  display: inline-block;
  background:#454142;
  box-shadow: 0px 0px 3px #ccc;
  position: relative;
  border-bottom:4px solid #fb6727;

}

.free-button-background:hover { 
  background:#848687;
  border-bottom-width: 0;
  border-bottom: 4px solid #3ab074;
}

.free-button-text-nav {
  color: #FFFFFF;
  font-size:16px;
  font-family: Calibri, sans-serif;
  padding: 1em 2em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}               
.free-button-text-nav:hover{
 color:#292c2e;
}



.free-button-background-fq:hover { 
  background:red;
  border-bottom-width: 0;
}

.free-button-text-nav-fq {
  color: #FFFFFF;
  font-size:16px;
  font-family: Calibri, sans-serif;
  padding: 1em 2em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}               
.free-button-text-nav-fq:hover{
 color:#000000;
}
.header-top{
  background:#014f38;
}
.header-main{
  background:#959594;
}
.contact{
  color:#FFFFFF;
  text-align: center;
  font-size: 22px;
  margin-top: 0px;
}
.footer{
  background:#014f38;
}
.footer2{
  background:#004038;
  border-top:2px solid #FFFFFF;
}
.footer-down{
  background:#000000;
}
.bord{border:1px solid red;}
.text-head{
  color:#09a053;
}
.footwork{
  color:#FFFFFF;
  font-size: 12px;
  text-align: center;
}




