body {

}

header {
	position: relative;
}

header img.hero {
	height: 500px;
	margin-left: -40px;
	/*background-image: url('../img/body-background.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;*/
}

h1 {
	position: absolute;
	left: 330px;
	top: 170px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 72px;
	color: rgb(26, 26, 26);
	color: black;
	line-height: 72px;
}

h1 span {
	display: none;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 8px;
	color: rgb(104, 104, 104);
	text-indent: 4px;
	line-height: 24px;
}

header a.license {
	display: block;
	position: absolute;
	right: 94px;
	bottom: 22px;
	width: 160px;
	height: 153px;
	padding: 45px 100px 0 0;
	background-image: url('../img/artistic-license.png');
	background-repeat: no-repeat;
	background-position: 100% 0;
	text-align: right;
	font-size: 18px;
	font-weight: lighter;
	line-height: 20px;
}

@media (max-width: 479px) {
	header img.hero {
		height: auto;
		margin-left: -20px;
	}

	h1 {
		left: 110px;
		top: 60px;
		font-size: 22px;
		line-height: 14px;
	}

	h1 span {
		font-size: 10px;
		text-indent: 1px;
		line-height: 10px;
	}

	header a.license {
		position: relative;
		right: auto;
		bottom: auto;
		float: right;
		margin-top: -40px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	header img.hero {
		height: auto;
		margin-left: -20px;
	}

	h1 {
		left: 180px;
		top: 90px;
		font-size: 36px;
		line-height: 30px;
	}

	h1 span {
		font-size: 14px;
		text-indent: 1px;
		line-height: 14px;
	}

	header a.license {
		position: relative;
		right: auto;
		bottom: auto;
		float: right;
		margin-top: -100px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	header img.hero {
		height: auto;
	}

	h1 {
		left: 290px;
		top: 140px;
		font-size: 56px;
		line-height: 56px;
	}

	h1 span {
		font-size: 18px;
		margin-bottom: 4px;
		text-indent: 2px;
		line-height: 18px;
	}

	header a.license {
		right: 40px;
		bottom: 10px;
	}
}

@media (min-width: 1200px) {
	h1 {
		font-size: 96px;
		line-height: 96px;
		top: 130px;
	}

	h1 span {
		font-size: 32px;
		margin-bottom: 12px;
		text-indent: 6px;
		line-height: 32px;
	}

	header a.license {
		right: 160px;
	}
}

div.subnav {

}

section {
	height: 700px;
	padding-top: 90px;
}




/* Subnav */
.subnav {
  width: 100%;
  height: 36px;
  background-color: #eeeeee; /* Old browsers */
  background-repeat: repeat-x; /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
  background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
  background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
  background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.subnav .nav {
  margin-bottom: 0;
}
.subnav .nav > li > a {
  margin: 0;
  padding-top:    11px;
  padding-bottom: 11px;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.subnav .nav > .active > a,
.subnav .nav > .active > a:hover {
  padding-left: 13px;
  color: #777;
  background-color: #e9e9e9;
  border-right-color: #ddd;
  border-left: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
     -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
          box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}
.subnav .nav > .active > a .caret,
.subnav .nav > .active > a:hover .caret {
  border-top-color: #777;
}
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
  border-left: 0;
  padding-left: 12px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}
.subnav .nav > li:last-child > a {
  border-right: 0;
}
.subnav .dropdown-menu {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}


@media (max-width: 767px) and (max-width: 979px) {

  .subnav {
    position: static;
    top: auto;
    z-index: auto;
    width: auto;
    height: auto;
    background: #fff; /* whole background property since we use a background-image for gradient */
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .subnav .nav > li {
    float: none;
  }
  .subnav .nav > li > a {
    border: 0;
  }
  .subnav .nav > li + li > a {
    border-top: 1px solid #e5e5e5;
  }
  .subnav .nav > li:first-child > a,
  .subnav .nav > li:first-child > a:hover {
      -webkit-border-radius: 4px 4px 0 0;
         -moz-border-radius: 4px 4px 0 0;
              border-radius: 4px 4px 0 0;
  }

}

/* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */
@media (min-width: 980px) {
  .subnav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
    border-color: #d5d5d5;
    border-width: 0 0 1px; /* drop the border on the fixed edges */
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
       -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
            box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
  }
  .subnav-fixed .nav {
    width: 938px;
    margin: 0 auto;
    padding: 0 1px;
  }
  .subnav .nav > li:first-child > a,
  .subnav .nav > li:first-child > a:hover {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
}

@media (min-width: 1200px) {
	.subnav-fixed .nav {
		width: 1168px;
	}
}




/* Landscape phones and down */
@media (max-width: 480px) {

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}

/* Large desktop */
@media (min-width: 1200px) {

}
