body {
    background-color: darkgray;
    padding: 0;
}
.bi {
    vertical-align: 0;
    fill: white;
}
.bn {
    fill: white;
}
.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: 0rem 0rem;
    color: transparent;
    background-color: transparent;
}
.btn-toggle:hover,
.btn-toggle:focus {
    color: transparent;
    background-color: transparent;
}

.btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
    color: transparent;
}
.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    background-color: transparent;
}

.rounded-4 { border-radius: .5rem; }
.rounded-5 { border-radius: .75rem; }
.rounded-6 { border-radius: 1rem; }

.modal-sheet .modal-dialog {
    width: 380px;
    transition: bottom .75s ease-in-out;
}
.modal-sheet .modal-footer {
    padding-bottom: 2rem;
}

.modal-alert .modal-dialog {
    width: 380px;
}

.border-right { border-right: 1px solid #eee; }

.modal-tour .modal-dialog {
    width: 380px;
}

.nav-sidebar {
    background-color: #3b3b3b;
    height: 100vh;
    width: 250px;
    position: fixed;
}

.costume-page {
    text-align: center;
    margin-left: 250px;
    margin-top: 80px;
    overflow: auto;
}

.footer-text {
    text-align: right;
    margin-right: 20;
    color: white;
}

.carousel {
  margin-bottom: 4rem;
}

.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.carousel-item {
  height: 42rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 42rem;
}

.form-select {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>");
}

.navbar {
    //position: fixed;
}