@charset "UTF-8";
/* CSS Document */


.bg-slider {
	width: 100vw;
	height: 60vh;
	background-position:center center;
	    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 200px 0;
	margin: 30px auto 0 auto;
	
}

.bg-slider__title{
	color: #fff;
	font-size: 48px;
	line-height: 1.5;
	font-weight: bold;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
}


