/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100% !important;
}

.carousel {
    overflow: hidden !important;
    width: 100%;
	background-color: #3a3a3a;
}
 
.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 50px 0;
}


.subhead, .headline {
  text-align: left;
  padding-right: 0px;
  color:#ffffff;
}


.headline {
  font-size: 58px;
  font-weight: bold;
}

.subhead {
  font-size: 28px;
  font-weight: normal;
}


@media screen and (min-width: 1401px) and (max-width: 1569px) {
	
	.headline {
	  font-size: 50px;
	  font-weight: bold;
	  margin-bottom:30px;
	}	

	.subhead {
	  font-size: 24px;
	  font-weight: normal;
	}
	
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {

	.headline {
	  font-size: 50px;
	  font-weight: bold;
	  margin-bottom:30px;
	}	

	.subhead {
	  font-size: 24px;
	  font-weight: normal;
	}	
	
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	
	.headline {
	  font-size: 50px;
	  font-weight: bold;
	  margin-bottom:30px;
	}	

	.subhead {
	  font-size: 20px;
	  font-weight: normal;
	}		
	
}

@media screen and (min-width: 768px) and (max-width: 991px) {

	.headline {
	  font-size: 40px;
	  font-weight: bold;
	  margin-bottom:30px;
	}	

	.subhead {
	  font-size: 24px;
	  font-weight: normal;
	}		
	
}

@media (max-width: 767px) {

	.subhead, .headline {
	  text-align: left;
	  padding-right: 0px;
	}
	
	.headline {
	  font-size: 43px;
	  font-weight: normal;
	  margin-bottom:0px;
	  width:100%;
	}	

	.subhead {
	  font-size: 24px;
	  font-weight: normal;
	  width:100%;
	}		
		
}
