/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@font-face {
    font-family: 'days_oneregular';
    src: url('daysone-regular-webfont.eot');
    src: url('daysone-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('daysone-regular-webfont.woff2') format('woff2'),
         url('daysone-regular-webfont.woff') format('woff'),
         url('daysone-regular-webfont.ttf') format('truetype'),
         url('daysone-regular-webfont.svg#days_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
}

.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;
}

@media screen and (max-width: 800px){
	h2,h3{font-size:1.3em;
	-webkit-text-stroke: 1px black;
	padding-bottom:20px;
	text-shadow:0px 0px 0 #000,
	-1px -1px 0 #000,  
    1px -1px 0 #000,
   -1px  1px 0 #000,
    1px  1px 0 #000;
	}
}