﻿.jumbotron {
	height: 210px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
color: #262626;
text-decoration: none;
background-color: #90C1EB;
}


.well {
margin-top: 20px;
}

.well h2 {
	line-height: 1.3;
}

.nav-pills > li > a {
border-radius: 4px;
color: white;
background-color: #9B9B9B;
}

.nav-pills > li + li {
margin-left: 5px;
}


.dropdown-menu > li > a.active {
background-color: silver;
}


.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
color: black;
}

.center-block {
margin-top: 20px;
width: 50%;
}

.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 3px;
margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
.logo {
	display: none;
}
}



