* {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
    }

html, body {
  background: #fff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  color: #777;

  height: 100%;
  width: 100%;
  top: 0;
}


#main{
  height: 100%;
  top: 0;
  position: relative;
}

header{

}

#logo {
  width: 240px;
  position: fixed;
  left: 40px;
  padding-top: 10px;
}

#logo img{
  width: 100%;
}


#mobbtn {display: none;}
#mobnav {
  display: none;
  text-align: center;
}
#mobnav li {
  display: block;
}
#mobnav a {
  padding: 20px 0px;
  font-size: 16px;

}



.banner {
  width: 100%;
  height: 70%;
  text-align: center;
  display: block;
  position: relative;
  margin: 0 auto;
}

.bannercontent {
  position: absolute;
  top: 40%;
  height: 40%;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}



.one {
  background: url(images/bg.jpg) no-repeat center center;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}


/* section content */

section{
  padding: 0px;
  height: 50%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

article{
  width: 100%;
  padding: 100px 0px 80px;
  text-align: left;
  font-size: 0;
}

article .inner {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}

article#products {
  background-color: #222;
}

article#products h3, article#contact h3 {
  color: #fff;
}

article#contact {
  background-color: #912829;
  color: #fff;
}

article#contact .inner {
  max-width: 800px;
}

article#products .inner {
  max-width: 1400px;
}

article iframe{
margin-bottom: 20px;
    width: 100%;
    max-width: 800px;
    height: 400px;
}

.half {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

.third {
  display: inline-block;
  width: 32%;
  vertical-align: top;

}

.third img {
  width: 90%;
  max-width: 300px;
}

.third li {
  line-height: 1.5em;
  margin-left: 18px;
  font-size: 16px;
  font-weight: 300;
}

.two-third {
  display: inline-block;
  width: 64%;
  vertical-align: top;
}

.attorney {
  padding: 80px 0px 60px;
  border-bottom: 1px solid #999;
}

.product {
  width: 25%;
  display: inline-block;
  text-align: center;
  margin: 10px 0px 40px;
  vertical-align: top;
}

.anc {
  width: 33%;
}

h3.ancillary {
  border-top: 1px solid #333;
  padding: 80px 0px 40px;
  margin-top: 40px;
}

.product p {
  text-align: center;
  padding: 10px 0px;
}

.product img {
  width: 80%;
}

img.back {
  position: absolute;
  right: 15px;
  bottom: 18px;
}





h1,h2,h3,h5,h6{

}

p{
  line-height: 1.6em;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
}

a {
  color: #666;
  text-decoration: none;
}

a:hover {}


h1{
  font-family: 'Playfair Display', serif;
  text-align: center;
  width: 100%;
  font-size: 80px;
  letter-spacing: 0.02em;
  color: #fff;
}

h2{
  text-align: center;
  width: 100%;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.1em;
}

h3{
  font-family: 'Playfair Display', serif;
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
  letter-spacing: 0.02em;
  color: #222;
}

h4 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #222;
  line-height: 28px;
}

h5{

}

h6{

}


/* nav */

nav {
  position: fixed;
  top: 0;
  margin: 0 auto;
  width: 100%;
  text-align: right;
  list-style-type: none;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 100;
}

nav ul {
  margin: 0px;
  padding-right: 20px;
}

nav li {
  position: relative;
  display: inline;
  margin: 0 auto;
}

nav a{
  display: inline-block;
  padding: 30px 25px;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-decoration: none;
}



nav li:first-child:before{
  content: none;
}

nav ul li ul li:before{
  content: none;
}

nav ul li ul li:first-child:before{
  content: none;
}

nav a:hover{
  background-color: ;
  color: #666;
}

nav ul ul{
  position: absolute;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  width: 0px;
  top: 26px;
  -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

nav ul li ul li a{
  padding: 10px 20px;
  width: 135px;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  color: #000;
}

nav ul li ul li a:hover{
  background-color: ;
}

nav li:hover ul {
  display:block;
  opacity: 1;
  visibility: visible;
  top: 36px;
}





/* footer */

footer{
  background-color: #fff;
  color: #888;
  width: 100%;
  text-align: center;
  position: relative;
}

footer p {
  margin-bottom: 0px;
  padding: 30px;
  text-align: center;
  font-weight: 300;
  font-size: 12px;
}



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

  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 20px;
  }
  .third {width: 100%; padding: 20px 0px;}
  .two-third {width: 100%;}

  #mobbtn {display: block; padding: 20px;}

  #logo {width: 180px; padding-top: 20px;}
  nav ul.mainmenu {display: none;}

  .one, .two, .three, .four {
    background-attachment:scroll;
    background-size: 300%;
  }

}


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

  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 16px;
  }

  .one, .two, .three, .four {
    background-attachment:scroll;
    background-size: 300%;
  }

  .half {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }

  .product {
    width: 100%;
  }


}

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

}
