body {
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
	font-family: 'Roboto', sans-serif;
}

a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
img{
	border: none;
	outline: none;
}
ul , li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
p {
		font-size: 14px;
		font-family: 'Roboto', sans-serif;
		font-style: normal;
		font-weight: 200;
		line-height: 1.4;
}
h1 , 
h2 ,
h3 ,
h4 ,
h5 ,
h6 , {
		font-family: 'Roboto', sans-serif;
		font-style: normal;
		}

h1 {
	font-size: 60px;
	color: #fff;
	font-weight: bold;
}		
h2{
	color: #8ec756;
	font-size: 24px;
	font-weight: 600;
}


section{
	width: 100%;
}

button{
	outline: none;
}

.container:after{
	content: '';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}

.container{
	max-width: 980px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}