.bcol
{
	background-color:#0ba3b2;
}
.hcol
{
	background-color:#162732;
	color:white;
}
.right
{
	text-align:right;
}

.uline
{
	text-decoration:underline;
}

#height
{
	height:650px;
}
.img
{
	height:20px;
	width:20px;
}

.button {
    background-color:lightgrey;
    border: none;
    color: #162732;
    width:300;
	height:50;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.button:hover
{
    background-color:grey;
    border: none;
    color: #162732;
    width:300;
	height:50;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;	
}

.selected
{
    background-color:grey;
    border: none;
    color: #162732;
    width:300;
	height:50;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;	
}

.paddright
{
	float:right;
}

.thecollege
{
	height:500;
	width:700;
}

.inn
{
	margin:10px;
}

.mapimage
{
	width:437;
	height:316;
}

.mapbutton {
	background-color: #e7e7e7;
	color:black;
	width:300px;
}

.mapbutton:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	background-color: #e7e7e7;
}