@charset "utf-8";

/* Background color for navbar and dropdown menus */
.navbar-custom, .navbar-custom .dropdown-menu {
    background-color: #353f4f;
}
/* Text color for navbar and dropdown menus */
.navbar-custom .navbar-brand, .navbar-custom .navbar-text,
.navbar-custom .navbar-nav .nav-link,
.navbar-custom .dropdown-item {
    color: #ecf0f1;
}
/* Background and text colors for current page link and links on hover and focus */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .dropdown-item:hover, 
.navbar-custom .dropdown-item:focus {
    background-color: #586B8A;
    color: #fff;
}
/* Border and text colors for menu icon on small screens */
.custom-toggler.navbar-toggler {
    border-color: rgba(236,240,241,1.00);
    color: #fff;
}
/* Hamburger icon - use same rgb values as previous rule for stroke */
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(236,240,241, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.row .col-12 .img-fluid {
}
.row .col-12 .img-fluid {
}
.row .col-12 .img-fluid {
    background-color: #353F4F;
}
.row .col-12 .img-fluid {
}
#Hero {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.bodytext {
    color: #010101;
    font-weight: normal;
    font-size: large;
}
.footerfill {
    background-color: #353F4F;
}
.bodytextwhite {
    color: #FCFBFB;
}
.m.auto {
}
.orangefill {
    background-color: #DB5C32;
}

#hero {
    padding-bottom: 0px;
    padding-left: 0px;
}
.h3 Navy {
    color: #364353;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
.row .col-12 .text-center {
}
.h3Navy {
    color: #263343;
}
.fillblue {
    background-color: #353F4F;
}
.bodytext {
    font-size: 14pt;
}
.h5white {
    color: #FFFFFF;
    font-size: 18pt;
    font-weight: bold;
}
 hr {
            border: none;
            height: 1px;
            background-color: white;
}
