@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600);
@import url('https://fonts.googleapis.com/css?family=Lato:300|Lora|Open+Sans+Condensed:300,700');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');


html,
body {
margin: 0;
  padding: 0;
	/* height: 100%;
  /* The html and body elements cannot have any padding or margin. */
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
}

.carousel-control.left, .carousel-control.right {
    background-image: none
}
/* standard stuff from ibym */
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding:2%;
line-height:1;
}

.dustheader {
	padding-left: 5%;
	letter-spacing: -1px;
	font-size: 200%;
	font-family: 'Playfair Display', serif;
	color: #f2bc44;
}

.dustsmall {
	font-size: 90%;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #4e5654;
	letter-spacing: -.07em;
}

img {
object-fit: cover;
overflow: hidden;
    }
.blrb {font-size:200%;
	font-family: 'Lora', serif;
	line-height:90% !important;
	color: #CF761D;
	}
.dirt {
	letter-spacing: -.05em;
	padding-left: 4px;
	padding-right: 2px;
}
.gry {
	line-height: 99%;
	letter-spacing: -1px;
		font-weight: 700;
}

cite {
	padding-left: 5%;
	font-size:60%;
}
.desc {
	line-height:95%;
	color:#000;
	font-style:normal;
	font-weight:100;
	
	}
.desc h1, h2, h3,h4,h5,h6 {
	padding:0%;
}
.detz {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #2B2828;
	line-height: 150%;
	letter-spacing: .1em;
	font-size:200%;
}
.stmnt {
	font-family: 'Lora', serif;
	font-size:95%;
	line-height:99%;
	padding-left:10%;
	padding-right:10%;
	text-align:justify;
	letter-spacing: -1px;
}
.pdd {
	padding-top:10%;
}
.section-heading small {
	letter-spacing: -1px;
}
#stitle {
	font-style: normal; 
	letter-spacing: -1px; 
}

.blurb {
	border:none;
	line-height:95%;
	color:#000;
	opacity:.9;
	font-size:110%;
	}

.compress 
{
	text-align: center;
	letter-spacing: 80%;
	font-size:90%; 
	word-spacing:.1em;

}

.grande-buffer{margin-top:15%;
margin-bottom:10%;
}
.expand {
	letter-spacing: .2em;
}

/* end standard */

#video-b {
  z-index: 0;
}
#b-play-button {
	float:right;
	z-index: 2000;
}

#b-pause-button {
	float:right;
	z-index: 2000;
}
.overlaydos #smallblurb  {
	font-family: 'Open Sans Condensed', sans-serif;
    position: absolute;
    z-index: 1000;
    height: 90%;
    width: 80%;
    padding-top: 13%;
    padding-left: 5%;
    color: #FFF;
    font-weight: 100;
    text-align: left;
    font-size: 20px; /**some fallback value**/
    font-size: 2.4vw; /**responsive size**/
	line-height:94%;
	color:#333333;
}

.textindent {
	padding-left: 10%;
	
}
.empsh {
	line-height: 150%;
	font-weight: 700;
	letter-spacing: .1em;
	padding-bottom:0;
}
.overlaydos #primeblurb  {
    position: absolute;
    z-index: 1000;
    height: 60%;
    width: 100%;
    padding-top: 45%;
    padding-left: 5%;
    color: #FFF;
    font-weight: 100;
    text-align: center;
    font-size: 20px; /**some fallback value**/
    font-size: 3.4vw; /**responsive size**/
}

.row {
  margin-left:0px;
  margin-right:0px;
}

/* Wrapper for page content to push down footer */
#wrap { 
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  
	margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
  
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background-color: #f5f5f5;
  margin-top:50px;
  padding-top:20px;
  padding-bottom:20px;
}


/* Custom page CSS
-------------------------------------------------- */
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

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

.shhh a {
	color: #000000;

}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
#myCarousel  .item {
  height: 600px;
  background-color:#bbb;
}
#myCarousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 600px;
}


#wrap > .container {
  padding: 2	px 15px 0;
  
}
.container .credit {
  margin: 20px 0;
}

#footer {
  background-color:#414141;
}

#footer a {
  color:#efefef;
}
/*
header {
  background: #333;
  color:#555;
}

header .dropdown-menu {
  top:74px;
  background: #ffcc33;
  border-width:0;
}
*/
/*
h1 {
  font-size:50px;
  color:#2E2E2E
}

p,h3 {color:#000000;
}
*/

.logo {
  font-size:40px;
  position:absolute;
  z-index:1200;
  color:#333;
  top:70px;
  text-align:center;
  width:100%;
}

#nav {
  width: 100%;
  position:static;
  top:-32px;
}

#nav.affix {
   position: fixed;
   top: 0;
   z-index:10;
   -webkit-transition: all .6s ease-in-out;
}

#footer > .container {
  
}

.navbar {
    margin-bottom: 0 !important;
}

@media (min-width: 767px) {
  .navbar-nav.nav-justified > li{
      float:none;
  }
}
  
.navbar-nav {
  margin: 1px 1px; 
}  
  
/* customize nav style */
.navbar-custom {
    background-color: #2e2e2e;
	font-weight:700;
    text-transform:uppercase;
    border-width:0;
}
.navbar-custom  .navbar-nav>li>a {
	color: #ddd;
}
.navbar-custom  .dropdown-menu li>a:hover {
	color: #eee;
}
.navbar-custom  .navbar-nav li>a:hover, .navbar-nav li .open, .navbar-custom .navbar-nav .active a  {
	background-color: #000;
}
.navbar-custom .navbar-nav>.dropdown>a .caret {
	border-top-color: #999;
	border-bottom-color: #999;
}

.navbar-collapse.in { /*3.0.2 bug workaround*/
    overflow-y: visible;
}

.navbar-toggle {
	outline:0;
}

.ltitle {
	color: #FFFFFF;
}

.divider {
	height:50px;
}

.panel {
	border-width:0;
}

@media (max-width: 768px) {
	header {
	
	}
}


.scroll-top {
   position:fixed;
   bottom:0;
   right:6%;
   z-index:100;
   background: #f2f3f2;
   font-size:24px;
   border-top-left-radius:3px;
   border-top-right-radius:3px;
}
.scroll-top a:link,.scroll-top a:visited {
  color:#222;
} 
 

section {
  color: #ffffff;
  min-height: 400px;
  height: auto !important;
  height: 100%;
  padding-top:100px;
}

.carousel-indicators li {
    background: #000000;
}

.carousel-indicators .active {
    background:#6F6A6A
		;
}

.panel .img-responsive {
	min-height:270px;
    max-height:270px;
}

#social {
	padding-top: 2px;
	padding-bottom: 0px;

}

#social i {
	font-size: 24px;
	color: #4a4a4a
}

#social i:hover {
	color: #333
}

