:root {
	--grey: #677181;
	--mobnav: #525252;
	--yellow: #FFDC0B;
}


/* Footer */

.footer-flex{display:flex; justify-content: space-between; align-content: stretch; grid-gap: 30px; margin: 0 auto; max-width: 70rem}

.menu-header .current_page_item a::after{  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--underline);
  margin: 10px auto 0;
}
.menu-header > li > a::after{
  content: ""; 
  display: block; 
  width: 0;
  height: 3px;
  background-color: var(--underline);
  margin: 10px auto 0;
  transition: all 300ms ease-in-out
}
.menu-header > li > a:hover::after{  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--underline);
  margin: 10px auto 0;
}


@media only screen and (max-width: 1600px) {

}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 1000px) {

}
@media only screen and (max-width: 900px) {

}
@media only screen and (max-width: 800px) {
	
}
@media only screen and (max-width: 700px) {
	
}
@media only screen and (max-width: 600px) {
	
}
@media only screen and (max-width: 500px) {

}