* 
{ 
	margin: 0px;
	padding: 0px;
}

body 
{
	background: #cff5fcff;
	color: #011518ff;
	font-family: 'Lato', sans-serif;
} 

h1
{
	margin-top: 10px;
	font-size: 64px;
}

h2
{
	margin-top: 10px;
	font-size: 22px;
}

a
{
        font-weight: bold;
        text-decoration: none;
	color: #011518ff;
}

a:hover, a:active
{
	color: #011518ff;
}

#logo_cont
{
	width: 100%;
	/*background: #F00;*/
	text-align: center;

}

img.fluid
{
	max-width: 100%; 
	height: auto;
}

#social-links
{
	margin: 50px auto;
}

#social-links h2 { margin-bottom: 20px; }
#social-links img { margin: 0px 10px; }


