@import url(https://fonts.googleapis.com/css?family=Fredericka+the+Great);

.navbar-brand{
	font-family:'Fredericka the great','rye';
	font-weight: normal;
}
.navbar-light.bg-light {
	color:black;
	font-weight: bold;
	padding:0px 10px;
	background-color: white!important;
	border-bottom:1px solid gray;
}

.navbar-light .navbar-brand {
    font-size:33px;
	color:mediumblue;
}
.navbar-light .navbar-brand:hover {
	color:mediumblue;
}
.navbar-light .navbar-brand img{
    height: 70px; 
}
.navbar-light a.navbar-brand{
    padding: 0px;
}
.navbar-light .navbar-nav .nav-link {
	text-align: center;
}
li.nav-item.active {
    border: 1px solid lightgray;
    border-radius: 15px;
    background-color: #eee;
}
.titulo{
	font-family: 'Fredericka the great','rye';
    text-align: center;
    font-size: 40px;
}

.navbar-light .navbar-nav .active>.nav-link{
	color:mediumblue;
}

.navbar{
	z-index: 1;
}