/* Set background image to match theme */
body,hr:after {font-size:14px;color:#000 !important; background-color:#acc5e0 !important;}

/* set HR colors to w3-theme-d5 color*/
hr {color:#1e3752 !important;border-color: #1e3752 !important;}

.w3-theme-l5 {color:#000 !important; background-color:#f2f6fa !important}
.w3-theme-l4 {color:#000 !important; background-color:#d5e2f0 !important}
.w3-theme-l3 {color:#000 !important; background-color:#acc5e0 !important}
.w3-theme-l2 {color:#fff !important; background-color:#82a8d1 !important}
.w3-theme-l1 {color:#fff !important; background-color:#588bc1 !important}
.w3-theme-d1 {color:#fff !important; background-color:#376393 !important}
.w3-theme-d2 {color:#fff !important; background-color:#305883 !important}
.w3-theme-d3 {color:#fff !important; background-color:#2a4d73 !important}
.w3-theme-d4 {color:#fff !important; background-color:#244262 !important}
.w3-theme-d5 {color:#fff !important; background-color:#1e3752 !important}

.w3-theme-light {color:#000 !important; background-color:#f2f6fa !important}
.w3-theme-dark {color:#fff !important; background-color:#1e3752 !important}
.w3-theme-action {color:#fff !important; background-color:#1e3752 !important}

.w3-theme {color:#fff !important; background-color:#3d6ea4 !important}
.w3-theme-text {color:#3d6ea4 !important}
.w3-theme-border {border-color:#3d6ea4 !important}

.w3-theme-hover:hover {color:#fff !important; background-color:#3d6ea4 !important}
.w3-theme-hover-text {color:#3d6ea4 !important}
.w3-theme-hover-border:hover {border-color:#3d6ea4 !important}