html {
    /*font-family: "Gill Sans Std Book", sans-serif; */
    letter-spacing: 0.1em;
    min-height: 100vh;
}
 body {
   font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
   font-feature-settings: "palt" !important;
 }
textarea {
    resize: none !important;
}
.navbar {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(24px);
    background-color: rgb(255, 255, 255);
}
.navbar-brand {
    font-weight: bold;
    padding-bottom: 8px;
}
 @media screen and (min-width: 481px) {
  .logo-size {
    width: 60px;
    height: 48px;
  }
}
.nav-item {
    font-size: 16px;
    padding-bottom: 8px;
    margin-right: 1.3rem;
}
.footer-heading {
    padding-top: 3rem;
    padding-bottom: .1rem;
    font-size: 1.3rem;
}
.footer-inner {
    padding-left: 1.5rem;
    font-size: .8rem;
}
.copylight {
    font-size: .3rem;
}
.wrapper-even {
    background-color: #e6eae6;
    padding-bottom:5rem;
}
.bg-frosty {
    background-color: #e6eae6 !important;
}
.nav-link-custom {
    display: block;
    padding: 0.5rem .8rem;
    text-decoration: none;
    color: rgba(0,0,0,.55);
}
.nav-link-custom:hover {
    color: #198754;
    border-bottom: 1.5px solid rgba(25, 135, 84, 0.5);
    padding: 0.45rem .8rem;
}
.btn-green {
    color: #fff !important;
    background-color: #198754 !important;
    border-color: #198754 !important;
    border-radius: 50rem !important;
    height: 3rem;
}
.btn-green:hover {
    color: #198754 !important;
    background-color: #fff !important;
    border-color: #198754 !important;
}
.border-green {
  border-bottom: 2px solid rgba(25, 135, 84, 0.8) !important;
}
.header-text {
    -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
    -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
    -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
    border-bottom: 3px solid rgba(25, 135, 84, 0.8);
    z-index: 1;
    letter-spacing: .1rem;
}
.link {
  color: inherit;
  text-decoration: none;
}
