@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');
/* CSS Document */
html, body {
	width:100%;
	height:100%;
}
body {
	margin:0;
	padding:0;
	font-family:'Roboto Condensed',Arial, Helvetica, sans-serif;
	font-weight:300;
	color:white;
}
ul, ol {
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
}
a:link, a:visited {
	color:white;
}
a:hover {
	color:red;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	background-position:center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-text-shadow:1px 1px 3px rgba(0,0,0,0.5);
	   -moz-text-shadow:1px 1px 3px rgba(0,0,0,0.5);
            text-shadow:1px 1px 3px rgba(0,0,0,0.5);
}
h1 {
	font-weight:300;
	margin:0;
}