/* Add here all your CSS customizations */

h1 {
color : #fff;
}

#header p {
color : #fff;
}

#main h5 {
    color: #ccc;
    font-size: 1.2em;
    font-family: "Shadows Into Light", cursive;
}

#footer 	{
	background : #007c30;
	}

#footer p, 
#footer li {
	color: #fff;
	}

#footer .footer-ribbon {
    background: #98b314;
	}

#footer .footer-ribbon:before {
    border-right-color: #6a7d0e;
    border-left-color: #6a7d0e;
	}

div.header-logo {
	height : 150px;
	}
	
.header {
	margin-bottom : 0;
	}
	
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

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

div.stretchy-wrapper {
	width: 100%;
	position: relative;
	}

div.stretchy-wrapper.aspectratio-19-7 {
	padding-bottom: 37%;
	}

div.stretchy-wrapper > div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	}


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


@media (max-width: 768px) {
	h1 {
  font-size: 14px;
		}
	}