/* 
	                 O    $$                
	               OOO    $$$7              
	              OOOO    $$$$$D            
	            8OOOOO    $$$$$$$O          
	           OOOOOOO    $$$$$$$$$         
	         8OOOOOOOO    $$$$ $$$$$$       
	       OOOOOO8OOOO    $$$$   $$$$$$     
	      OOOOOO OOOOO    $$$$  $$$$$$      
	    8OOOO8            $$$$ $$$$$        
	   OOOOO              $$$$$$$$$                     This site was hand-coded by the bastards for DSN S 546 at Iowa State.
	 8OOOO8               $$$$$$$                       Now this is how you do a studio project.
	OOOOO     OOOOOOO     $$$$$$                        Peace on, live long, and eat at the GB Food Hub.
	 8OOOOD   OOOOOOO     $$$$$$$$$$$$$$$$              With love -jwe, po, ts, sgw
	   OOOOO     OOOO     $$$$$$$$$$$$$$$   
	    8OOOOO   OOOO     $$$$     $$$$D    
	      OOOOO  OOOO     $$$$   $$$$$      
	       8OOOO8OOOO     $$$$  $$$$        
	        8OOOOOOOO     $$$$$$$$$         
	          8OOOOOO     $$$$$$$           
	           8OOOOO     $$$$$$            
	             OOOO     $$$$              
	              O8O     $$$               
	                O     $                 

	
	
	GLOBAL STYLES
-------------------------------------------------- */
/* material icons via http://mervick.github.io/material-design-icons/ */


h1, h2, h3, h4, h5, .navbar-brand { 
	font-family: LeHavreRough-Primary; 
	font-weight: normal; 
	font-style: normal; 
}

.navbar-brand>img {
    display: inline-block;
    height: 90%;
    padding-right: 10px;
}
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carouselhead.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carouselhead.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carouselhead.carousel .item {
  height: 500px;
  background-color: #222;
}
.carouselhead .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
blockquote {
    font-family: LeHavreRough-Primary;
    font-size: 13px;
    width: 80%;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #de6900;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
img.bottomspace {
	padding-bottom: 40px;
}
.docsheader img {
 	width: 40%;
}
.docsheader {
	padding: 60px 0 30px;
	text-align: center;
	background: #EEE;
	color: #2b3e50;
}
.docsbody .modal-content {
    background: #fff;
}
.docsbody .modal-title {
    color: #fff;
}
.docsbody {
	padding: 60px 0 60px;
	background: #FFF;
	color: #2b3e50;
}
.sidenav {
	
}
.sidenav .nav {
	
}
.sidenav .nav .nav {
	display: none;
}
.sidenav .nav li.active .nav {
	display: block;
}
.sidenav .nav li.active .nav li {
	font-size: 13px;
}
.sidenav .nav li.active .nav li a {
	margin-left: 10px;
	padding: 6px 15px;
}
.sidenav .nav li.active>a,
.sidenav .nav li.active .nav li.active a {
	color: #2b3e50;
}
.docscontent h1, .docscontent h2 {
	padding-top: 30px;
}
.docscontent hr {
	margin: 60px 0 10px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
  .docsheader img {
	  width: 80%;
  }
  .docsheader {
  	padding: 100px 0 50px;
  	text-align: left;
  }
  .docsbody {
  	padding: 60px 0 60px;
  }
  .affix {
  	width: 213px;
  	top: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 60px;
  }
  .affix {
  	width: 213px;
  }

}@media (min-width: 1200px) {
  .featurette-heading {
    margin-top: 60px;
  }
  .affix {
  	width: 263px;
  }

}