@charset "utf-8";
:root {
  --bd-purple: #4c0bce;
  --bd-violet: #712cf9;
  --bd-orange: #fd7e14;
}
* {
  margin: 0;
  padding: 0;
}

.custom-navbar {
  background-color: orange; /* 背景色をオレンジに設定 */
}
.custom-navbar .navbar-nav .nav-link {
  color: white; /* テキスト色を白に設定 */
}

/* .font-size-menu {
  /* font-size: .45rem;
  padding: 4px; * /
  /* font-size:  * /
} */
.bd-navbar .navbar-brand {
  color: #fff;
  transition: transform 0.2s ease-in-out
}
.bd-navbar .navbar-brand:hover {
  transform: rotate(-5deg) scale(1.1)
}
#img-icon{
  width: 30px;
  height:30px;
}
.img-icon{
  width: 30px;
  height:30px;
}
@media (max-width: 768px){
  /**/
}