
html {
    scroll-behavior: smooth;
}

:target:before {
    content: "";
    display: block;
    height: 100px;
    margin: -100px 0 0;
}

*/
/* Default Font Style */
.default-font {
	font-family: "Roboto Slab", "Times New Roman", serif;
}


html:not(.sticky-header-active) #header.header-semi-transparent-light .header-body {
	background-color: rgba(183, 45, 0, 0.8) !important;
}

html:not(.sticky-header-active) #header.header-semi-transparent-custom .header-body {
	background-color: rgba(183, 45, 0, 0.6) !important;
}

.bg-dark-custom {
	background-color: rgba(183, 45, 0, 1.0) !important;
	
}

.custom-bg-footer {
  background-image: url("img/bg/footer-2.jpg"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 360px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.custom-bg-color-footer-2 {
		background-color: #CC0000 !important;
}

.social-icons li:hover.social-icons-nextdoor a {
	background: #8ed500 !important;
}