/* ==========================================================================
   Author's custom styles
   ========================================================================== */

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

body {
  padding-bottom: 40px;
  color: #222;
  font-family: 'Open Sans', Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 300;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.1;
	color: inherit;
}
.btn{
	text-transform: uppercase;
	border-radius: 0px;
	transition: all 0.1s;
	letter-spacing: 1px;
}
.btn.white{
	background: transparent;
	border: solid 1px #fff;
	color: #fff;
}
.btn.black{
	background: transparent;
	border: solid 1px #222;
	color: #222;
}
.btn.white:hover{
	background: #fff;
	color: #222;
}
.btn.black:hover{
	background: #222;
	color: #fff;
}



/* 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;
}
.navbar-header {
	float: none;
	margin-top: 50px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: auto;
}
/* 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;
}
.navbar-brand{
	display: block;
	float: none;
	max-width: 300px;
	height: 227px;
	text-indent: -9999px;
	background: transparent url('../img/mdm-logo.png') 0 0 no-repeat;
	margin: 0 auto;
	background-size: contain;
}



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

/* Carousel base class */
.carousel {
	position: relative;
	height: 700px;
	margin-bottom: 60px;
	background-color: #000;
}
.carousel .item {
	height: 700px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.carousel .item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.5;
}

.slide1{
	background: url('../img/slider-9xx.jpg') center center no-repeat;
}
.slide2{
	background: url('../img/slider-bbs.jpg') center center no-repeat;
}
.slide3{
	background: url('../img/slider-hazet.jpg') center center no-repeat;
}
.slide4{
	background: url('../img/slider-kw.jpg') center center no-repeat;
}
.slide5{
	background: url('../img/slider-evoms.jpg') center center no-repeat;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
	top: 360px;
}
.carousel-caption h1 {
	font-size: 30px;
}



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

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

footer{
	text-align: center;
}


/* 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;
  }
  .carousel-caption h1 {
	font-size: 36px;
}

}

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