/*!
 * Start Bootstrap - Round About HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 30px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
.navbar {
	background-color:  #393185;
}
.img-center {
	margin: 0 auto;
}

footer {
    margin: 50px 0;
}
.circle {
	height: 100px;
	width: 100px;
	background-color: #F3F3F3;
	border-radius: 500px; 
	text-align: center;
	margin: 0 auto;
	font-size: 50px;
	cursor: pointer;
}

.click a:hover {
	color: #393185;
}
.click a:active{
	color: #337ab7;
}
.fa {
	margin-top: 25%;
}
.nav li:hover{
	background-color: #337ab7;
}
.navbar-inverse .navbar-nav>li>a {
  color: #fff; 
}
.nounderline:hover {
text-decoration: none;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
   background-color: #393185; 
}
.navbar-inverse .navbar-brand {
   color: #fff; 
}
.activelink{
	background-color:#337ab7;
}
.foot {
	margin-top:20%; 
}
ul
{
    list-style-type: none;
}
