/*
 * 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: 450px;
}

.carousel-inner {
    height: 450px;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 450px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.slide_1{
	background-image: url(../img/slide_1.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	width:100%;
}

.slide_2{
	background-image: url(../img/slide_2.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	width:100%;
}

.slide_3{
	background-image: url(../img/slide_3.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	width:100%;
}

.carousel-caption{
	text-align:right;
	text-shadow: 2px 2px 10px #000000;
}