body {
		background-color: #26596A;
		font-size: 50px;
		font-family: sans-serif;
	}

	a:active {
		text-decoration: none;
		color: #6C929F;
	}

	a:link {
		text-decoration: none;
		color: #6C929F;
	}

	a:visited {
		text-decoration: none;
		color: #6C929F;
	}
	
	a:hover {
		text-decoration: none;
		color: #6C929F;
	}
	
	#blog {
		width: 150px;
		height: 60px;
		background-color: rgba(2, 40, 53, 0.0);
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-top: 15%;
	}

	#blog:hover, #git:hover, #clips:hover {
		background-color: rgba(16, 64, 80, 1);
	        /* Firefox */
	        -moz-transition: all 1s ease-in;
	        /* WebKit */
	        -webkit-transition: all 1s ease-in;
	        /* Opera */
	        -o-transition: all 1s ease-in;
	        /* Standard */
	        transition: all 1s ease-in;
	}

	#git {
		width: 150px;
		height: 60px;
		background-color: rgba(2, 40, 53, 0.0);
		text-align: center;
		margin-left: 25%;
		margin-right: 75%;
		margin-top: 15%;
	}

	#clips {
		width: 150px;
		height: 60px;
		background-color: rgba(2, 40, 53, 0.0);
		text-align: center;
		position: float;
		margin-left: auto;
		margin-right: 25%;
		margin-top: -60px;
	}