#nav{
  position: relative;
}


/* LOGO  Stuff*/

#logo_section_img{
  background: url(/images/logo_flag.png) bottom no-repeat;
}

#tag_line{
  color:white;
  margin: 20px;
  font-weight: 100;
  font-size: 18px;
  letter-spacing: 3px;
}

#logo_btn {
  margin-top: 0px;
}

.center_align{
  text-align: center;
}

#logo_section{
  background: #D0F0FE url(/images/bg_image_gaussian.jpg) top fixed no-repeat;
}

/*
#bg-1-fade {
    position: absolute;
    top: 0;
    bottom: 15px;
    left: 0;
    right: 0;
    background: url(/images/bg_image_sharp.jpg) center fixed;
    z-index: -2;
}
#bg-2-fade {
    position: absolute;
    top: 0;
    bottom: 15px;
    left: 0;
    right: 0;
    background: url(/images/bg_image_gaussian.jpg) center fixed;
    z-index: -1;
}*/

/* Secondary Affixed Navbar */

#secondary-nav .divider-vertical {
  height: 100px;
}

#secondary-nav li a{
  height: 80px;
}

#secondary-nav p {
  max-width: 200px;
}

#secondary-nav btn{
  margin-top: 20px;
}

#secondary-nav h4{
  color:#005580;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%
}

#eye_img{
  background: url(/images/eye-shaded.png) center center no-repeat;
  width:150px;
  height: 100px;
}


/* Content Area */

.padding_top{
    padding-top: 20px;
}


/* Footer */

footer{
  margin-top: 4em;
  background: url(/images/assault.png) repeat;
  color: #eee;
  height: 300px;
}

footer h3{
  color: #999;
}

footer a{
  padding-right: 10px;
}


