@charset "UTF-8";
/* footer styles */

.footer{
	min-height: 100px;
}

.footer h2{
	padding-bottom:10px
}

.foot-color{
	background: #F8E4CC;
	width:100%;
	min-height: 485;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
}

.footbar{
	background: #F8E4CC;
	min-height:40px;
	border-top: #E5C8A5 solid 1px;	
}

.footbar p{
	color: #382612;
}


/* footer links */
.footer a{
	text-decoration: none;
}

.footer a:link {color:#382612!important;}
.footer a:visited {color:#382612!important;}
.footer a:hover {color:#DA6B59!important;}
.footer a:active {color:#382612!important;}

.socials{
	display:flex;
	gap:9px;
	margin-top:10px;
	margin-bottom:10px
}

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23382612' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}


/* Start Sign Up*/
.footer_signup{
	height:47px !important;
     border-color: #E5C8A5!important; 
     margin-top:2px !important;
	width:250px !important;
}

.form-control{
	background-color:#FEFBFA;
	color:#382612 !important;
	border-radius:1em;
}


.accordion button{
	background-color: #F8E4CC;
}

.accordion-item{
	background-color: #F8E4CC;
	border-color:#F8E4CC;
	border-bottom-color:#E5C8A5
}

/*colors

darkgreen #615A2E
lightgreen #AAC299

black #382612
tan #E5C8A5
cream #F8E4CC
white #FEFBFA

salmon #DA6B59
yellow #FFCA69

*/