@charset "UTF-8";
/* CSS Document */
@font-face{ 
	font-family: 'MyWebFont';
	src: url('WebFont.eot');
	src: url('WebFont.eot?iefix') format('eot'),
	     url('WebFont.woff') format('woff'),
	     url('WebFont.ttf') format('truetype'),
	     url('WebFont.svg#webfont') format('svg');
}
body{
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
}
*{
	cursor: help;
}
a:visited { color: #002DFF; 
}
.container{
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding: 50px;
}
.nav_colour{
	color: #002DFF;
	font-size: 2em;
	font-family: 'MyWebFont';
}
.nav_colour a{
	font-family: 'MyWebFont';
}
.nav_colour a:hover{
    text-decoration:line-through;
}

.nav_colour:hover{
	color: #FFFFFF;
}
.what_i_did{
	color: #FFFFFF;
	cursor: nesw-resize!important;
}
.center_text{
	
	position: absolute;
    top: 50%;
    left: 50%;
}

.lets_go a{
	color: #FFFFFF;
}
.blue{
	background-color: blue;
}
.white{
	background-color: #FFFFFF;
}
.i_trigger{
	 cursor: nesw-resize!important;
	border: solid;
	padding: 5px;
}
.i_trigger:hover{
	color: #002DFF;
}