@charset "utf-8";

/* Background color for navbar and dropdown menus */
.navbar-custom, .navbar-custom .dropdown-menu {
    background-color: #b6b7b9;
}
/* 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: #000000;
}
/* 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: #000000;
    color: #ffffff;
}
.hamburger-icon {
  color: black; /* This will change the color of the lines */
}
/* Border and text colors for menu icon on small screens */
.custom-toggler.navbar-toggler {
    border-color: rgba(0,0,0,1.00);
    color: #000000
}
/* 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='00000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1.00)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.row .col-12 .img-fluid {
}
/* Target carousel main headings (h1, h2, h3, etc.) */
.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption h4,
.carousel-caption h5,
.carousel-caption h6 {
  color: #000000 !important; /* Sets text color to black, !important helps override existing styles */
}
/* Target general caption text (paragraphs, spans, etc.) */
.carousel-caption p {
  color: #000000 !important; /* Sets text color to black, !important helps override existing styles */
}
body {
    margin: 0px;
}
	
.bodytext {
    color: #010101;
    font-weight: normal;
    font-size: large;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.bodytextwhite {
    color: #FCFBFB;
}
.m.auto {
}
.bodytextwhite {
}

.container-fluid .row .img-fluid {
}
body {
}
.footertextwhite {
    color: #F9F7F7;
    font-size: small;
}
.grayfill {
    background-color: #B6B7B9;
}.d.block {
}
