@charset "utf-8";

/* Background color for navbar and dropdown menus */
.navbar-custom, .navbar-custom .dropdown-menu {
    background-color: #fff700;
}
/* 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: #257c20;
}
/* 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: #257c20;
    color: #F9F7F7;
}
/* Border and text colors for menu icon on small screens */
.custom-toggler.navbar-toggler {
    border-color: rgba(37,124,32,1.00);
    color: #257c20;
}
/* 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(37,124,32,0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


#hero {
    padding-left: 0px;
    padding-right: 0px;
}
.h4Green {
    -webkit-box-shadow: 0px 0px rgba(17,90,47,1.00);
    box-shadow: 0px 0px rgba(17,90,47,1.00);
    color: rgba(18,89,47,1.00);
    font-style: normal;
    font-weight: bold;
    font-size: x-large;
}
.h5Green {
    color: #145B2D;
    font-weight: bold;
    font-size: larger;
}
.bodytext {
    color: rgba(1,1,1,1.00);
    font-weight: normal;
    font-size: 13pt;
}
.h6Green {
    color: #00591E;
    font-size: large;
}

.yellowfill {
    background-color: #FFF700;
}
.fillgreen {
    background-color: #00591E;
}
.smText {
    color: #010101;
    font-weight: normal;
    font-size: small;
}
.h5Green {
}
.box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: thin solid #B4B4B4;
    -webkit-box-shadow: 0px 0px 2px;
    box-shadow: 0px 0px 2px;
}
.H4Red {
    color: #FC0004;
    font-size: x-large;
    font-weight: bold;
}
