/* @override 
	http://greenlanehd.hmgdev.com/css/style.css */


/* @group Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.38em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

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

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* @end */

/* @group General */

body {

  margin: 0;
  padding: 0;
}
h1 {
  font-family:"Arvo";
  font-weight:normal;
  font-size: 55px;
  text-align: center;
  color: #fff;
  line-height: 1.38em;
  margin: .5em 0;
  padding: 0;
}
h2 {
  font: 40px/1.38em "Arvo";
  font-weight: normal;
  text-align: center;
 
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
}
h3 {
  font-family: Oswald;
  font-weight: normal;
 
  text-align: center;
  margin: 5px 0;
  padding: 0;
  z-index: 1;
  position: relative;
  line-height: 1.38em;
}
p {
  line-height: 1.38em;
  
  margin: 1em 0;
}
ul {
  
  margin-left: 2em;
  margin-top: .5em;
  margin-bottom: .5em;
}
ul li {
  line-height: 1.38em;
}
.center {
  margin: 0 auto;
}
.content {
  font-family: Oswald;
  font-weight: 100;
  margin: 0 auto;
  word-spacing: 2px;
  box-sizing: border-box;
}
.clear {
  clear: both;
}
.imgRight {
  float: right;
}
.imgLeft {
  float: left;
}
/* @end */

/* @group Header */
#rmenu {
    display: none;
}

#header {
  width: 100%;
  height: 80px;
  position: fixed;
  margin-top: 0px;
  z-index: 99;
  background-color: #453f3e;
  padding: 10px 25px;
}

#logo a {
  color: #fff;
  text-decoration: none;
  float: left;
  font-size: 30px;
  margin-top: 20px;
  color: #fff;
  font-family:"Wellfleet";
  font-weight: bold;
}

/* @group Menu */
#nav {
  width: 450px;
  float: right;
  margin-top: 20px;
  margin-right: 25px;
}
#nav ul {
  list-style: none;
  display: block;
  margin: 0 auto;
  list-style: none;
}
#nav li {
  margin-top: 9px;
  float: left;
  padding-left: 21px;
}
#nav li a {
  color: #fff;
  opacity:0.6;
  font-size: 16px;
  text-decoration: none;
  font-family:'Wellfleet';
}
#nav li a.active {
  color: #fff;
  opacity:1;
  border-bottom: 2px solid #fff;
}
#nav li a:hover {
  color: #fff;
  opacity:1;
}

/* @end */

/* @end */

/* @group Text */
.content {
  width: 100%;
  max-width: 960px;
}
.text_container {
  width: 90%;
  max-width: 960px;
  margin:  auto;
  line-height: 1.38em;
}
.dropShadow {
  text-shadow: 0 2px 2px black;
}
h3 {
  font-size: 2.0em;
  line-height: 1.68em;
}
/* @end */

/* @group Slides */

#home {
  background:url('../img/slide1.jpg') center center no-repeat;
  color: #fff;
  height: 600px;
  margin: 0;
  padding: 200px 0 260px 0;
  background-size: cover;
}
#greenlaneHD {
  width: 70%;
  height: auto;
  margin: auto;
  margin-top: 20%;
}

#benefits {
  background-color: #fff;
  color: #333333;
  min-height: 600px;
  margin: 0 auto;
  overflow: hidden;
  padding: 100px 0 50px 0;
}
#expertise {
  background: url(../img/expertise.jpg) center center no-repeat ;
  background-size: cover;
  color: #fff;
  height: 600px;
  padding: 170px 0 0 0;
}
#facility {
  background-color: #fff;
  color: #333333;
  min-height: 600px;
  padding: 100px 0;
}
#focus {
  background: url(../img/focus.jpg) center center no-repeat;
  background-size: cover;
  min-height: 410px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 70px;
  color: #fff;
  background-size: cover;
}
#thanks {
  box-sizing: border-box;
  background: url(../img/thanks.jpg) center center no-repeat;
  background-size: cover;
  min-height: 100vh;
  margin: 0 auto;
  padding-top: 250px;
  padding-bottom: 250px;
  color: #fff;
  background-size: cover;
}
/* @end */

/* @group Form */
form {
  max-width: 960px;
  clear: both;
  margin-bottom: 25px;
}
label {
  font-size: 1.3em;
  display: block;
  padding: 9px 0;
  width: 100%;
  clear: right;
  text-shadow: 0 1px 2px black;
}
input, textarea {
  font-family: Oswald;
  width: 96%;
  padding: 6px 10px;
  clear: both;
  font-size: 1.1em;
  color: #494949;
  border-radius: 4px;
  -webkit-appearance: none;
  border: 1px solid #8f8f8f;
  box-shadow: inset 2px 2px 5px #d3d2d2;
  margin: auto;
}
textarea {
  height: 150px;
}
button{
  border-radius: 6px;
  display: block;
  margin: 15px auto;
  width: 33%;
  height: 40px;
  font-size: 1.1em;
  font-family: Oswald;
  background-color: #060606;
  border: 1px solid #ffffff;
  box-shadow: 0 1px 3px #444;
  color: #fff;
}
/* @end */

/* @group Footer */

#copyright {
  color: #fff;
  font-family:"Wellfleet";
  font-size: 14px;
  text-align: right;
  background-color: #453f3d;
  padding: 25px 100px;
}
#copyright a {
  text-decoration: none;
  color: #fff;
}
.grecaptcha-badge {
  display: none;
}
/* @end */
@media only screen and (max-width: 1024px) {
  #header {
    box-sizing: border-box;
    padding: 10px 25px;
  }
}
@media only screen and ( max-width:800px) {

  #header {
    box-sizing: border-box;
    padding: 10px 25px;
  }
  #rmenu {
      box-sizing: border-box;
      display: block;
      font-size: 2em;
      float: right;
      margin: .5em 1.5em;
      color: #fff;
      text-decoration: none
  }

  #nav {
    display: none;
  }
  #sidr {
    width: 40%;
  }
  #sidr a {
    font-size: 1.5em;
    letter-spacing: 5px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    text-decoration: none;
  }
  .sidr.right {
    right: -40%;
  }  
}
@media only screen and ( max-width: 480px) {
  html,body {
    width: 100%;
  }
  .text_container {
    font-size: 1.25em;
  }
  
  #logo a{
    font-size: 20px;
  }
  #home, #benefits, #greenlaneHD, #expertise, #facility, #focus {
    width: 100% ;
    max-width: 100% !important;
  }
  .imgLeft, .imgRight {
    float: none;
    max-width: 100%;
  }
  /* @group Sidr */
  sidr {
    width: 60%;
  }
  #sidr a {
    font-size: 1em;
    letter-spacing: 5px;
    font-family: 'Open Sans';
  }
  .sidr.right {
    right: -60%;
  }
  
  .dark, .basic {
    padding: 50px 30px;
  }
  
  
  /* @end */
}