@charset "utf-8";

/* CSS Document */
body {
}

h1 {font-size: 25px;
	color: #253D6D;
}

h2 {font-size: 20px;
	color: #253D6D;
}

h3 {font-size: 20px;
}
.navbar {

    background-color: rgba(0,0,0,0);
}
.nav-item {
    font-weight: bold;
    font-size: 25px;
    margin-left: 9px;
    margin-right: 9px;
}
.nav-link {
    color: #990000;
}
.nav-link:hover {
    color: #000066;
    text-decoration: underline;
}
.nav-link.active {
	color: #000066!important;
}
.head-bkgd {
	background-color: #ffffff;
	padding-bottom: 21px;}
.header{
}
.bold-links{
    
    text-align: center!important;
  
}
a {
	color: #000066;
}
.bold-links a{
    font-weight: bold;
    text-align: center!important;
    font-size: 20px;
    text-decoration: underline;
}
.topbar, .topbar a {
    text-align: right;
    color: #FFFFFF;
	background-color: #000066;
    padding-top: 3px;
    text-decoration: none;
    font-weight: bold;
}
#jumbo{
    background-image: url(../images/jumbo.webp);
    background-position: center center;
    background-size: cover;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 12px solid #990000;
    background-color: #000000;
    height: 250px;
}
#bluebar {
    background-color: #000066;
    height: 12px;
}
.dark-blue {
    background-color: #000066;
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
}
.dark-red, .dark-red h2 {
    background-color: #990000;
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
}
.dark-red a {
    color: #FFFFFF;
    text-decoration: underline;
}
.blue-text {
    color: #5277c8;
}
.bars {
    background-image: url(../images/container-bars.webp);
    background-repeat: repeat-x;
}
.card-pic {
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer {
	background-color: #000066;
	color: #FFFFFF;
	border-top: 10px solid #990000;
	background-image: url(../images/footer.webp);
	background-size: cover;
	margin-top: 25px;
	padding-top: 15px;
	padding-bottom: 15px;

}

.footer a{
	color: #FFFFFF!important;
	text-decoration: underline;
	font-weight: bold;

}
@media only screen and (max-width: 600px) {
 .topbar, .topbar a {
    text-align: center;
    color: #FFFFFF;
    padding-top: 3px;
    text-decoration: none;
    font-weight: bold;
}
}
