/* Reset
_________________________________________________________________ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* Setup
_________________________________________________________________ */

@import url(http://fonts.googleapis.com/css?family=Anton|Oswald:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);


.Content{
  content: " ";
  height: 20px;
}

.header {
  background: url(../img/header.jpg); 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
  width: 100%;
  margin-bottom: -100vh;
}

.headings {
  height:70vh; 
  margin-top:280px;
}

.clients li {
  list-style: disc;
  margin-left: 20px;
  font-size: 0.9em;
}

/* Base Styles
_________________________________________________________________ */

body {
  background: #FFF;
  font-family: 'Helvetica', sans-serif;
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  color: #000;

}

/* Typography
_________________________________________________________________ */

h1,h2,h3,h4,h5,h6{
  font-weight: 700;
  text-transform: uppercase;
}
h1 {
  font-size: 3em; 
  margin-bottom: -5px;
  line-height: 1em;
  letter-spacing: -0.05em;
}
h2 {
  font-size: 2em; 
  line-height:1em;
  letter-spacing: -0.05em;
}
h3 {
  font-size: 1.2em; 
  line-height:2em;
  color: #ED2E38;
  margin-top: -5px;
}
h4 {
  font-size: 0.8em; 
  font-weight: 400;
  line-height:2em;
}
p {
  font-size: 0.9em;
  line-height: 1.4em;
  font-weight: 300;
  margin: 10px 0;  
}

.quote {
  font-size: 2.2em; 
  letter-spacing: 0.01em;
}

.contact p {
  margin: 2px 0;  
}

.push-right {
  margin: 10px 0 10px 60px;
}
a {
  text-decoration: none;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #000;
}

h6 {
  margin: 10px;
}

.heading { 
  text-align: center;
  font-weight: 700;
  padding: 5px;
  color: #FFF;
  font-size:70px;
  line-height: 70px;
  background-color: rgba(237,46,56,0.8);
  text-transform: uppercase;
  display: table;
  margin: auto;
}

.subheading {
  margin: 5px;
  padding: 5px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFF;
  font-size:20px; 
  line-height:20px; 
  background-color: rgba(0,0,0,0.5); 
  font-weight: 700;
  text-transform: uppercase;
  display: table;
  margin: auto;
}

.section-about {
  text-align: center;
}

.section-3 {
  padding: 50px 10px;
}

a:hover {
  color: #ED2E38;
}
i {
  margin-right: 10px;
}
::selection {
  background: #ED2E38;
}

li {
  list-style-type: none;
  font-size: 0.9em;
  line-height: 1.4em;
  font-weight: 300;
  margin: 0;  
}


li b{
  font-weight: 500;
}

/* UI
_________________________________________________________________ */

.button {
  border: 2px solid #ED2E38;
  color: #ED2E38;
  background: none;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 10px;
  padding-right: 2px;
  padding-left: 13px;
  margin: 10px 0;
  font-weight: 700;
  font-size: 0.7em;
}

.button:hover {
  background: #ED2E38;
  color: #FFF;
}

.buttonhire {
  border: 4px solid #ED2E38;
  color: #ED2E38;
  background: none;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 20px 40px;
  margin: 10px;
  font-weight: 700;
  font-size: 1em;
}

.buttonhire:hover {
  background: #ED2E38;
  color: #FFF;
}

.planthirebox {
  width:460px; 
  margin:auto; 
  margin-top:-80px; 
  margin-bottom:50px;
}

.headerbtn {
  margin-top: 15vh;
}

.headerbtn p{
  color: #FFF;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}

hr {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 70px;
  border-style: solid;
  border-width: 2px;
  border-color: #ED2E38;
}

input {
  width: 100%;
  height: 30px;
  border: none;
  background: #F5F5F5;
  margin: 5px 0;
  padding: 5px;
}

textarea {
  width: 100%;
  height: 100px;
  border: none;
  background: #F5F5F5;
  padding: 5px;
  margin: 5px 0;
}

label {
  font-size: 1em;
  font-weight: 500;
}

.buttonsubmit {
  border: 2px solid #ED2E38;
  color: #ED2E38;
  background: none;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 10px 0;
  padding: 15px;
  line-height: 0;
  font-weight: 700;
  font-size: 0.7em;
}

.buttonsubmit:hover {
  background: #ED2E38;
  color: #FFF;
}

/* Menu
_________________________________________________________________ */

#menu-icon {
  display: none;
  float: right;
  width: 40px;
  height: 40px;
  margin-top: -10px;
  background: url(../img/menu-icon.png) center;
}

#logo {
  width: 50px;
  float: left;
  margin: 5px 10px;
}

.menu {
  position:fixed;
  width:100%;
  height: 80px;
  z-index:10;
  background: #F5F5F5;
}
.menu ul {
  margin-top: 10px;
  list-style-type: none;
  float: right;
}
.menu li {
  display: inline-block;
  text-decoration: none;
  margin: 12px 10px;
  font-size: 10px;
  font-weight: 300;
  text-align: center;
}

/* Footer
_________________________________________________________________ */

#logoFooter {
  width: 50px;
  float: left;
  margin: 0;
}

.footer {
  text-align: left;
}

.footer a {
  letter-spacing: 0em;
  font-weight: 500;
  font-size: 0.9em;
  line-height: 0.9em;
  color: #FFF;
}

.footer h4 {
  color: #FFF;
}

/* Media Queries
_________________________________________________________________ */


@media (max-width: 480px) {
  .heading { font-size:40px; line-height:40px; }
  .subheading { font-size:15px; line-height:15px;}
  .quote { font-size: 1.5em; }
  h1 { font-size: 2em; }
  .headings {height:80vh; margin-top:180px; }
  .planthirebox { margin-top:-60px; width: 300px; }
  .buttonhire { padding: 15px 15px; font-size: 0.7em; border: 2px solid #ED2E38;}
}

@media (min-width: 480px) and (max-width: 600px) {
  .heading { font-size:35px; line-height:35px; }
  .subheading { font-size:15px; line-height:15px; }
  .quote { font-size: 1.6em; }
  h1 { font-size: 2em; }
}

@media (min-width: 600px) and (max-width: 800px) {
  .heading { font-size:45px; line-height:45px; }
  .subheading { font-size:15px; line-height:15px; }
}

@media (min-width: 0) and (max-width: 800px) {
  #menu-icon { display:inline-block; }

  nav ul { 
    display: none;
    position: absolute;
    background: #F5F5F5;
    border-bottom: 2px solid red;
    top: 50px;
    right: 0px;
    width: 200px;
  }

  nav li {
    width: 100%;
    padding: 5px 10px;
    margin: 0;
  }

  nav:active ul {
    display: block;
  }

  nav:hover ul {
    display: block;
  }


}
