:root {
    --accent: #707070;
    --accent-hover: #5C5C5C;
    --danger: #9a1a1e;
}

a {
    color: var(--accent);
}

a:hover {
    color: var(--accent-hover);
}

body {
    font-family: 'Montserrat', sans-serif;
}

.button, .button:hover, .button:focus {
    border: none;
    box-shadow: none;
}

.card.columns {
    margin: 0;
}

.card .column {
    display: flex;
    flex-direction: column;
}

.card-footer {
    margin-top: auto;
}
.card-footer .card-content {
    width: 100%;
}

.card .modal-content {
    width: 90vh;
    max-width: 90vw;
}

#collection section.is-header .column {
    display:flex;
    flex-direction:column;
    justify-content:space-between
}

#collection img {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1.5px 5px 0 rgba(0, 0, 0, 0.19);
    background-color: whitesmoke;
}

#collection .title {
    margin-bottom: 0;
}

#collection .section:nth-child(2) {
    padding-top: 1rem;
}

.dropdown-header {
    font-weight: bold;
}

.field.has-addons .control .button:hover {
    z-index: initial !important;
}

.hero .container, .hero-body .dropdown-menu {
    width: 100%;
}

.image.is-qr-code {
    height: 80px;
    width: 80px;
}

.level-item.no-space {
    margin-right: 0 !important;
}

.navbar-menu {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85em;
    font-weight: bold;
    text-transform: uppercase;
}

.navbar-descriptor {
    font-weight: normal;
}

.navbar-brand {
    font-family: 'Archivo Black', sans-serif;
    font-size: 2em;
    text-transform: uppercase;
}

a.navbar-item:hover, a.navbar-item:focus {
    background-color: transparent;
    color: var(--accent);
}

.button {
    border-radius: 0;
}

.button.is-primary {
    background-color: var(--accent);
}

.button.is-primary[disabled] {
    background-color: var(--accent);
}

.button.is-primary:hover, .button.is-primary:active  {
    background-color: var(--accent-hover);
}

.button.is-primary:focus  {
    box-shadow: none !important;
}

.carousel .slider-item {
    padding: 0.5rem;
}
.carousel img {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1.5px 5px 0 rgba(0, 0, 0, 0.19);
    background-color: whitesmoke;
}

.field-label {
    max-width: 30px;
}

.footer {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8em;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 3rem 1.5rem;
    text-transform: uppercase;
}

.footer a {
    color: #9a1a1e;
}

.form {
    padding-bottom: 3rem;
}

.is-bottom {
    margin-top: auto;
}

.nifty-name {
    font-family: 'Archivo Black', sans-serif;
}

.notification {
    border-radius: 0 !important;
    background-color: var(--accent);
    box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.05);
    color: white;
}

.notification.is-danger {
    background-color: var(--danger);
}

#piece .card {
    box-shadow: none;
}

#piece .card .column:nth-child(1) img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: whitesmoke;
}

#piece .card .column:nth-child(1) figure.image {
    margin-left: auto;
    margin-right: auto;
    max-width: 80vh;
}

#piece .card .column:nth-child(1) .modal img {
    margin-left: auto;
    margin-right: auto;
    max-height: 90vh;
    width: auto;
    height: 100%;
}

#piece .card .column:nth-child(2) {
    padding-left: 0.75rem;
}

#search .dropdown-content {
    max-height: 13em;
    overflow: auto;
}

section.is-header {
    position: sticky;
    background: white;
    top: 3.3rem;
    padding-bottom: 1rem;
    z-index: 25;
}

.section.is-fullheight {
    min-height: 100vh;
}

.tag {
    font-size: 0.8rem;
}

.tags.has-addons .tag:not(:first-child) {
    font-weight: bold;
}

i.is-loading {
    -webkit-animation: spinAround .5s infinite linear;
    animation: spinAround .5s infinite linear;
    border: 2px solid #dbdbdb;
    border-radius: 9999px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
}