@import url("global.css");
@import url("https://fonts.googleapis.com/css2?family=Amita:wght@400;700&family=Redressed&family=Shippori+Mincho:wght@400;600;800&display=swap");
.footban {
  display: none;
}

footer {
  margin-top: 90px;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  footer {
    margin-top: 80px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 645px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  footer {
    margin-top: 60px;
  }
}
