body
{
	background-color: #303030;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
}

#container
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
	
.rectangle
{
	width: 960px;
	margin: 10px;
	text-align: center;
}

.square
{
	width: 50%;
	float: left;
}

#logo
{
	font-family: 'Courgette', cursive;
	font-size: 70px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 1000px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

.tile1
{
	margin: 10px;
	width: 230px;
	height: 142px;
	background-color: #3095d3;
	float: left;
	text-align: center;
	cursor: pointer;
}

.tile1:hover
{
	background-color: #2084c2;
}

.tile2
{
	margin: 10px;
	width: 230px;
	height: 142px;
	background-color: #666666;
	float: left;
	text-align: center;
	cursor: pointer;
}

.tile2:hover
{
	background-color: #555555;
}

.tile3
{
	margin: 10px;
	width: 230px;
	height: 142px;
	background-color: #93c748;
	float: left;
	text-align: center;
	cursor: pointer;
}

.tile3:hover
{
	background-color: #82b637;
}

.tile4
{
	margin: 10px;
	width: 440px;
	height: 102px;
	background-color: #ee5a32;
	text-align: center;
	font-size: 24px;
	padding: 20px;
}


.tile5
{
	margin: 10px;
	width: 450px;
	height: 274px;
	background-color: #666666;
	text-align: justify;
	padding: 15px;
}

.tile6
{
	margin: 10px;
	width: 230px;
	height: 142px;
	background-color: #ee5a32;
	float: left;
	text-align: center;
	cursor: pointer;
}
.tile6:hover
{
	background-color: #dd4921;
}

.texttitle
{
	font-size: 24px;
	text-decoration: bold;
	margin-bottom: 25px;
	display: block;
}

.li
{
	margin: 10px;
	width: 105px;
	height: 142px;
	background-color: #0077B5;
	float: left;
}

.li:hover
{
	background-color: #0066A4;
}

.fb
{
	margin: 10px;
	width: 105px;
	height: 142px;
	background-color: #4668b3;
	float: left;
}

.fb:hover
{
	background-color: #3557a2;
}

.gh
{
	margin: 10px;
	width: 230px;
	height: 142px;
	background-color: #555;
	float: left;
	text-align: center;
}

.gh:hover
{
	background-color: #444;
}

a.tilelink
{
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 230px;
	height: 142px;
}

a.logolink
{
	color: white;
	text-decoration: none;
}

a.sociallink
{
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 105px;
	height: 142px;
}

a.ghlink
{
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 230px;
	height: 142px;
}

a.textlink
{
	color: #ffffff;
	text-decoration: bold;
}