/* css document */

.align-right{
  text-align: right;
}

.clear{
  clear:both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width:0;
  height:0;
}

.banner{
  text-align: center;
  background: #ea0b25;
}

.banner span{
  display: block;;
  color: #fff;
  font-size: 2.5em;
  font-weight: 400;
  margin: 0.75em 0;
}
.slicknav_menu{
  display: none;
}

.relative{
  position: relative;
}

body{
  font-size: 1em;
  line-height: 1.4;
}

h2{
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2.375em;
}

#gallery img{
  weight:300px;
  height: 170px;
}

#footer{
  margin-top: 1em;
  border-top: 1px solid #c6c6c6;
  padding: 2em 0;
  font-size: 0.8em;

}

/* @font-face */

@font-face {
  font-family: "D3 Egoistism";
  src: url("../fonts/D3Egoistism/D3Egoistism.eot?") format("eot"),
  url("../fonts/D3Egoistism/D3Egoistism.woff") format("woff"),
  url("../fonts/D3Egoistism/D3Egoistism.ttf") format("truetype"),
  url("../fonts/D3Egoistism/D3Egoistism.svg#D3Egoistism") format("svg");
  font-weight: 700;
  font-style: normal;
}

/* navigation top menu */
#nav{
  position: fixed;
  width:100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.125em;
  padding: 1em 0;
  background: #fff;
  z-index: 999;
}

#nav h1{
  padding: 0;
  margin: 0;
  font-family: "D3 Egoistism";
  color: red;
}

#nav ul{
  padding: 0;
  margin: 0;
  line-height: 30px;
}

#nav li{
  display: inline-block;
  padding: 0.5em 0.5em;
}

#nav a{
  color: #333;
  text-decoration: none;
}

#nav a:hover{
  border-bottom: 4px solid #ea0b25;
}

#slogon{
  font-size: 1.875em;
  font-weight: 300;
  padding: 0.5em 0;
  background: #fff;
}

#mobileMenu{
  display: none;
}

/* Media Queries */

/* Tablet Protait size to base 996px */

@@media only screen and (min-width:768px) and (max-width: 995px) {
  #nav{
    font-size: 0.938em;
  }
}

/* All Mobile Sizes */

@media only screen and (max-width:767px){
  .js #nav .grid_9{
    display: none;
  }

  .js .slicknav_menu{
    display: block;
    position: fixed;
    width: 100%;
    z-index: 1000;
  }

  .js #nav{
    text-align: center;
  }

  .banner span{
    line-height: 1em;
    font-size: 1em;
  }

  #nav{
    position: relative;
    padding-top: 3.375em;
  }

.no-js #nav{
  padding-top: 1em;
}

  #slogon{
    text-align: center;
    font-size: 1.4em;
  }
}
