@font-face {
  font-family: "AGuarde";
  src: url("../fonts/ITCAvantGardePro-Bold.otf");
}
 
body {
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif; 
  font-size: 14px; 
  font-weight: 300;
  overflow-x:  hidden;
}

a {
  text-decoration: none;
  color: magenta;
}
a:hover {
  text-decoration: underline;
}

nav ul {
  display: inline;
}

nav li {
  display: inline;
}

nav {
  display: block;
  position: absolute;
  top: -45px;
  height: 68px;
  -webkit-transition: all 1s linear;
  opacity: 0.4;
  filter: alpha(opacity=40)
  z-index: 23;
}

nav:hover {
  top: -15px;
  opacity: 1;
  filter: alpha(opacity=100)
}

logo {
  position: relative;
  top: 40px;
  display: inline-block;
  margin-top: -25px;
  margin-right: 3px;
}

header {
  font: 86px/82px "AGuarde", Helvetica, Arial, sans-serif;
  margin-top: 36px;
  display: block;
  position: relative;
}

header h1{
  position: absolute;
  right:  0px;
  text-align: right;
  color:  white;
  font-size: 86px;
  padding: 10px 40px 10px 20px;
}

header h1#sub{
  background: rgba(0, 0, 0, 0.3);
  text-align: right;
  top:  0;
}

header h1#headline{
  top:  220px;
  font-size: 360px;
  padding-right: 31px;
}

section{

  display: block;
  width: 960px;
  clear: both;
  margin-left: 10px;
  margin-right: 10px;
  
}

section h2{
  width: 960px;
  font: 86px/82px "AGuarde", Helvetica, Arial, sans-serif;
  font-size: 86px;
  line-height: 82px;
  padding-top: 40px;
  z-index: 22;
}

section h3{
margin-bottom: 10px;
}

section p.caption{
  background-color: white;
  position: absolute;
  margin-top: -25px;
  padding-left: 10px;
  padding-right: 30px;
  
}

article{
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: 300px;
}

.small-shadow {
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 0px 6px #333333;
  -webkit-box-shadow: 0px 0px 6px #333333;
}

strong{
  font-weight: bold;
}

blockquote{
  display: block;
}

blockquote:before, blockquote:after {
color: #69c;
display: block;
font-size: 700%;
width: 50px;
}

blockquote:before {
content: open-quote;
height: 0;
margin-left: -0.55em;
}

blockquote:after {
content: close-quote;
height: 50px;
margin-top: -70px;
margin-left: 360px;
}

.alt{
  color: white;
}


.alt_container{
  background-color: black;
  color:white;
}

.alt_container hr {
  color:white;
  background-color: white;
}