@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900');

body{
	background: #71858c;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
	color: #666666;
	font-size: 14px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

h1 {
    font-size: 50px;
}

h2 {
	font-size: 44px;
}

h3 {	
	font-size: 35px;
}

h4 {	
	font-size: 30px;
}

h5 {
	font-size: 22px; 
}

h6 {
	font-size: 17px;   
}

p {
    line-height: 24px;
}

li {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
	color: #666666;
	font-size: 14px;
  line-height: 24px;
}

a {
	color: #ffffff;
text-decoration:underline;
}

a: hover {color: #7ffe02;}

strong,bold{
	font-weight:600;
}



