
body{
	margin:0;
	padding:0;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	font-size:13px;
	color:#808999;
	line-height:21px;
	text-align:center;
	background-color:#f1f5fc;
}/* CSS Document */


h1 {
	color: #393d43;
	font-size:50px;
	font-weight:lighter;
	margin-top:150px
}

h2 {
	color: #393d43;
	font-size:20px;
	font-weight:200; 
	text-align:left;
	line-height:0px;
}


a:link { 
	color: #23acb0;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
	color: #23acb0;
}

a:hover {
    text-decoration: underline;
	color: #393d43;
}

a:active {
    text-decoration: underline;
}



img
{
	border:0;
}


.center {
	
	margin-left:auto; 
	margin-right:auto;
	width:400px;
	height:400px;
	padding-top:40px;
}




.centercontainter {
	width:580px;
	margin-left:auto; 
	margin-right:auto;
}

.paragraph1 {
	padding-left:30px;
	padding-bottom:20px;
	padding-top:20px;
	width:270px;
	height:91px;
	float:left;
	text-align:left;
}

.paragraph2 {
	padding-left:30px;
	padding-bottom:20px;
	padding-top:28px;
	width:270px;
	height:91px;
	float:left;
	text-align:left;
}

.socialmediaicons {
	padding-top:17px;
	width:91px;
	height:91px;
	float:left;
}
	
	

	

	
	.footer {
		text-align:center;
		font-size:11px;
		color:#adb1b2;
		padding-top:100px;	
		padding-bottom:40px;
	}


@media (max-width:769px) {
	
	
	
	
	h1 {
		font-size:30px;
		margin-top:75px;
		line-height:40px;
	}
	h2
	{
		width:100%;
		text-align: center;
	}
	.center {
		width:100%;
		height:auto;
		padding-top:40px;
	}
	
	
	
	.centercontainter {
		width:375px;
	}
		
	.socialmediaicons {
		width:100%;
		height:71px;
	}
	.socialmediaicons img {
		max-width:71px; 
		max-height:71px;
		margin:0 auto;
	}
	
	.paragraph1, .paragraph2 {
		padding-left:0;
		padding-top:12px;
		padding-bottom:20px;
		width:100%;
		height:91px;
		text-align:center;
	}
	
	
}
