*{
	margin:0 auto;
}
html{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    &:after, &:before {
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
}

body{
    font-family: 'Play', Arial, helvetica, sans-serif;
}



.main-section{
	width:100%;
	min-height:100vh;
	display:block;
	position:relative;
	background:url('../img/Background_Image.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	text-align:center;
  	float:left;
}
.container-fluid{
	margin:0 auto;
	padding:0 15px;
	max-width:1560px;
	padding-top:55px;
}
.logo{
	width:100%;
	display:block;
	position:relative;
	img{
		max-width:300px;
		margin: 20px auto;
		@media (min-width:820px){
			max-width:385px;
		}
	}
}
.title, h1,h2,h3,h4,h5{
	font-size:52px;
	color: white;
	margin:0px auto 10px;
	line-height: 100%;
}
.text-row{
	margin-bottom:15px;
}
p{
	color:#fff;
	font-size:18px;
}
.element{
	max-width: 900px;
	width: 100%;
	img{
		width: 100%;
	}
}
@media (max-width:480px){
	.title, h1,h2,h3,h4,h5{
		font-size:35px;
		margin:20px auto;
	}
	p{
		font-size:14px;
	}
}