.container-fluid{
	margin:0;
	padding:0;
	
}
.profilemaindiv{
	width:100%;
	background-color:#EAEAEA;
}
.profilediv{
	margin:0;
	padding:0;
	background-color:#EAEAEA;
	overflow:hidden;
}



.firstdiv{
	float:left;
	font-family:Century Gothic, sans-serif;
	line-height:2.0em;
	text-align:center;
	color:#565552;
	margin:45px 0 25px 50px;
	width:27%;
	flex-wrap:wrap;
}
@media only screen and (max-width:40em) {
    .firstdiv {
        float:none;
        width:100%;
        margin-bottom:5px;
    }
}

.firstdiv h2{
	color:#33AAFF;
	font-size:2.0em;
}

.viewref{
	font-family:tahoma, times;
	font-size:0.8em;
}

.viewref:hover{
		text-decoration:none;
		background-color:#123360;
		padding:10px;
		color:#F8F8F8;
	
}
.viewref a:link{
	text-decoration:none;
	
}