@charset "utf-8";
/* CSS Document */

	
body {
	padding-top: 0px;
	font-family: 'Questrial', sans-serif; !important;
}

@media (min-width: 1200px) {
   .container {
       width: 970px;
   }
   .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}

h1 {
  font-size: 4.7vh;
}
h2 {
  font-size: 3.7vh;
}

.carousel-control.left, .carousel-control.right {
   background-image:none !important;
   filter:none !important;
}

.navbar {
    margin-bottom: 0;
	font-family: 'Questrial', sans-serif !important;
	background-color: #51a3dd;
	color:#000;
}

.panel-body {
	text-align: left;
}

.panel-heading {
	color: #51a3dd !important;
}

	
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar {
background-color: #6dadda;
}

.dropdown {
	text-align:center;
}

.dropdown-menu {
	text-align:center;
	background-color: #a9cf3c;
}


 @media only screen and (min-width : 480px) {
  .dropdown-menu li {
    background-color: #a9cf3c;
			color:#000;
}

.dropdown-menu li:hover {
    background-color: #000;
			color:#000;
}

.dropdown-menu li > a:hover {
    text-decoration: none;
				color:#000;
}
}

    }