/*
 * 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 {
    overflow: hidden !important;
    width: 100%;
}
 
.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
	opacity: 1;
    width: 100%;
    height: 100%;
    background-position: left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	background-image: url(../img/homepagebg.jpg);
}

@media (min-width: 768px) and (max-width: 1500px) {
	.fullcoverhome-inner .fill {
		background-position: center;
	}
}

@media (max-width:767px) {
	.fill {
		background-position: center;
		background-image: url(../img/homepagebg.jpg);
	}
}