body {
	min-height: 200vh;
    height: 200vh;
	background: #04519b;
    background: linear-gradient(to bottom, white, rgba(4,81,155,1)); /* Backround Gradient */
}

h1  {
	margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
	color: #ed1c24;
}

table {
    border-collapse: collapse;
	width: 50%;
}

th, td {
	padding-left: 5px;
	padding-right: 5px;
}

.carousel-img img {
  width: auto !important;
  height: 550px !important;
  max-height: 550px !important;
}

.pagination>li>a, .pagination>li>span {
	color: #ed1c24;
}

.text-muted {
	color: #F0FFF0;
}

.text-medium {
	font-size: 135%;
}

.text-large {
	font-size: 200%;
}

#banner {
	width: 100%;
	height: 190px;
    background-image: url(../img/logo.gif);
    background-size: 559px 188px;
    background-repeat: no-repeat;
	background-position: center;
}

#content {
	background: #ffffff;
	padding: 55px 20px 25px 20px;
    min-height: 90%;
	width: 90%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#topnavbar {
	margin: 0;
}
#topnavbar.affix {
	position: fixed;
	top: 0;
	width: 100%;
}

.dropdown-menu {
	background-color: #04519b;
}

.dropdown-menu>li>a {
	color: #ffffff;
}

.dropdown-menu>li>a:hover {
	background-color: #022f5a;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

footer {
	width: 95%;
}

.center { 
	margin: 0 auto; 
	width: 80%;
}

.form-actions {
    margin: 0;
    background-color: transparent;
    text-align: center;
}

.navbar-nav.nav-justified > li{
    float:none;
}

@media (min-width:992px) {
	.desktop-only {
		display:block !important;
	}
    .navbar-brand {
        visibility:hidden;
    }
}

@media (max-width: 991px) {
	.desktop-only {
		display:none !important;
	}
    .navbar-brand {
        visibility:visible !important;
    }
}

.services-container {
    width: 85%;
    max-width: 1000px;
    margin: 10px auto;
    border: 8px solid red;
    background-color: #000066;
    text-align: center;
    
}

.services-container h2 {
	color: #fff;
}

.services-container h1 {
	color: #ffff00;
	font-style:italic;
	font-weight:bold;

}

@media (max-width: 650px) {
	.services-container {
	    width: 99%;	    
	}
	
	.services-container h2 {
		font-size: 19px;
	}
	
	.services-container h1 {
		font-size: 22px;
	
	}
}
