@charset "utf-8";
/* CSS Document */
body {
    color: #000000;
    background-color: #010425;
}

.footer {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
    font-size: 13px;
    border-top: 33px solid #DDA73A;
}
.footer-bkgd {
    background-color: #4E4E4E;
    margin-top: 4px;
}
.footer a {
    color: #ffffff;
    text-decoration: none;
    margin-top: 5px;
    padding-bottom: 10px;
}
.footer2 {
    color: #000000;
}
.header {
    background-color: #DDA73A;
    padding-top: 14px;
    padding-bottom: 33px;
}
.header-bkgd {
    background-image: url(../images/header-bkgd.jpg);
    background-size: cover;
    padding-top: 22px;
}
.navy {
	background-color: #010425;
}
img {
    margin-bottom: 6px;
}
.white {
    background-color: #FFFFFF;
	margin-top: 15px;
	padding-top: 15px;
    padding-bottom: 10px;
}
h1 {
    font-size: 28px;
    color: #000000;
    font-family: copperplate, serif;
    font-weight: 300;
    font-style: normal;


}
h2 {
    font-size: 18px;
    color: #000000;
    
    font-weight: bold;
    font-style: normal;
}
h3 {
    font-size: 15px;
    color: #000000;
    font-family: copperplate, serif;
    font-weight: 300;
    font-style: normal;
    
}
 a {
    color: #339933;
    text-decoration: underline;
    font-weight: bold;
}
.footer-heading{
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 9px;
}
.top-pad {
   
    margin-top: 15px;
    margin-bottom: 10px;
}
hr {
    border-top: 1px solid #010425;
}
.card {
    background-image: url(../images/block.jpg);
}
.card img{
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 6px;    
}
/*menu fixes*/
ul#css3menu1 *{
-webkit-box-sizing:content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;

}
ul#css3menu1 *:before,
ul#css3menu1 *:after{
 -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;
}

/* this menu only */

ul#css3menu1 {
    width:100%!important;
    margin-left: 0px!important;
    margin-right: 0px!important;
    border-width: 0px!important;
}

.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
	margin-right: 0;
	margin-left: 0;
}
.image-fw img {
  width: 100%;
  height: auto;
}
.caption {
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}
.navbar-toggler-icon {
    color: rgba(255,255,255,1.00)!important;
}
.navbar-toggler {
    color: rgba(255,255,255,1.00)!important;
	border-color: rgba(255,255,255,1.00)!important;
}
.nav-white {
    background-color: #FFFFFF;
}
.nav-link {
    color: #ffffff!important;
    font-family: copperplate, serif;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
}
.nav-link:hover {
    color: #5E5C5C!important;
    font-weight: bold!important;
}
.dropdown-menu {
    background-color: #d5c69b!important;
}
.dropdown-item {
    background-color: #d5c69b!important;
}