/*
 * 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: 500px;
}





.carousel,
.item {
  height: 350px; 
}


.carousel-inner {
    height: 350px;
	
}




/* @media screen and (min-width: 550px) {
  */

.carousel,
.item {
  height: 500px; 
}




.carousel-inner {
    height: 500px;
	
}


/* } */





/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
 
	background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

	/* lisätty */
	max-width: 1480px;
    margin: auto;

	
}

footer {
    margin: 50px 0;
}