/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	background: #fff;
	color: #4e4942;
	font-size: 13px;
	line-height: 24px;
	font-family: 'Latin', 'Times New Roman', Times, serif;
}
a {
	color: #cc2229;
}
a:hover {
	color: #bd0a12;
	text-decoration: none;
}
img {
	max-width: auto;
}
h1 {
	margin-bottom: 20px;
}
h2 {
	color: #9f8c7a;
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	line-height: 28px;
	margin-bottom: 20px;
}
h3 {
	font-size: 16px;
	color: #cdc1b5;
	font-weight: normal;
	line-height: 28px;
}
.wrap.container {
	background: #fff;
	padding: 50px 0 70px;
}
footer {
	background: #28211c;
	padding-bottom: 50px;
	margin: 0 -20px;
}
footer img {
	margin-top: -70px;
}
footer p {
	margin-top: -30px;
	color: #9f8c7a;
}

@font-face {
    font-family: 'Latin';
    src: url('font/lmroman10-regular-webfont.eot');
    src: url('font/lmroman10-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/lmroman10-regular-webfont.woff') format('woff'),
         url('font/lmroman10-regular-webfont.ttf') format('truetype'),
         url('font/lmroman10-regular-webfont.svg#LatinModernRoman10Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Latin';
    src: url('font/lmromandemi10-regular-webfont.eot');
    src: url('font/lmromandemi10-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/lmromandemi10-regular-webfont.woff') format('woff'),
         url('font/lmromandemi10-regular-webfont.ttf') format('truetype'),
         url('font/lmromandemi10-regular-webfont.svg#LatinModernRomanDemi10Regular') format('svg');
    font-weight: bold;
    font-style: normal;

}



/* 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;
  margin-top: 20px;
  margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
}
.navbar-wrapper .navbar {

}

/* Remove border and change up box shadow for more contrast */
.navbar .navbar-inner {
  border: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
     -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
          box-shadow: 0 2px 10px rgba(0,0,0,.25);
}

/* Downsize the brand/project name a bit */
.navbar .brand {
  padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

/* Navbar links: increase padding for taller navbar */
.navbar .nav > li > a {
  padding: 15px 20px;
}

/* Offset the responsive button for proper vertical alignment */
.navbar .btn-navbar {
  margin-top: 10px;
}



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

/* Carousel base class */
.carousel {
  margin-bottom: 0px;
}

.carousel .container {
  position: relative;
  z-index: 9;
}

.carousel-control {
  height: 80px;
  margin-top: 0;
  font-size: 120px;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
  background-color: transparent;
  border: 0;
  z-index: 10;
}

.carousel .item {
  height: 500px;
	overflow: hidden;
}
.carousel .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 1920px;
}

.carousel-caption {
  background-color: transparent;
  position: static;
  padding: 0 20px;
  margin-top: 80px;
	text-align: center;
}
.carousel-caption h1,
.carousel-caption .lead {
  margin: 0;
  line-height: 1.25;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
}
.carousel-caption .btn {
  margin-top: 10px;
}



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

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


/* Helpers
------------------------- */
.align-center {
	text-align: center;
}





/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 979px) {

  .container.navbar-wrapper {
    margin-bottom: 0;
    width: auto;
  }
  .navbar-inner {
    border-radius: 0;
    margin: -20px 0;
  }

  .carousel .item {
    height: 500px;
  }
  .carousel img {
    
  }

  .featurette {
    height: auto;
    padding: 0;
  }
  .featurette-image.pull-left,
  .featurette-image.pull-right {
    display: block;
    float: none;
    max-width: 40%;
    margin: 0 auto 20px;
  }
}


@media (max-width: 767px) {

  .navbar-inner {
    margin: -20px;
  }

  .carousel {
    margin-left: -20px;
    margin-right: -20px;
  }
  .carousel .container {

  }
  .carousel .item {
    height: 500px;
  }
  .carousel img {
  }
  .carousel-caption {
    padding: 0 40px;
    margin-top: 50px;
  }
  .carousel-caption h1 {
    font-size: 30px;
  }
  .carousel-caption .lead,
  .carousel-caption .btn {
    font-size: 18px;
  }

  .marketing .span4 + .span4 {
    margin-top: 40px;
  }

  .featurette-heading {
    font-size: 30px;
  }
  .featurette .lead {
    font-size: 18px;
    line-height: 1.5;
  }
	.wrap.container .span4 {
		border-bottom: 1px solid #f1f1f1;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

}




/* ==========================================================================
   Base
   ========================================================================== */

body { }



/* =============================================================================
   Header
   ========================================================================== */

.banner { }



/* ==========================================================================
   Content
   ========================================================================== */

.content { }



/* ==========================================================================
   Primary Content
   ========================================================================== */

.main { }



/* ==========================================================================
   Sidebar
   ========================================================================== */

.sidebar { }



/* ==========================================================================
   Posts
   ========================================================================== */

.hentry header { }
.hentry time { }
.hentry .byline { }
.hentry .entry-content { }
.hentry footer { }



/* ==========================================================================
   Footer
   ========================================================================== */

.content-info { }



/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */

.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }
figure.alignnone { margin-left: 0; margin-right: 0; }



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (max-width: 767px) {

}
