@charset "UTF-8";

#footer{
  height: 35vh;
  padding-top: 50px;
}
#footer-in .footer-center{
  width: 60%;
/* 	flex: 60%; */
}
#footer-in .footer-center ul.menu{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
#footer-in .footer-right{
  display: none;
}
