@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
    padding-top: 6rem;
    margin-bottom: 60px;
    font-family: 'Noto Sans JP', sans-serif;
}

/* Set the size of the div element that contains the map */
#map {
    height: 400px; /* The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
}

.title {
    font-size: 6em;
    font-weight: 600;
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: #0000001a;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em #0000001a, inset 0 .125em .5em #00000026;
}

.headers {
    text-transform: uppercase;
}

.header-underlined {
    text-decoration: underline #ff8eef;
    text-underline-offset: 0.3em;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    font-size: 3em;
}

