@font-face {
    font-family: 'providence_sansregular';
    src: url('../webfonts/providence_sans_regular-webfont.woff2') format('woff2'),
        url('../webfonts/providence_sans_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.doodles-font {
    font-family: 'providence_sansregular';
    font-weight: 300;
    color: #000000d1;
}

.doodles-bold {
    font-weight: 500;
}

.logo-title img {
    float: left;
    width: 150px;
    height: 150px;
}

.logo-title h1 {
    position: relative;
    top: -10px;
    left: 10px;
    font-size: 2.8rem;
}

.logo-image {
    width: 100%;
    height: 100%;
}

.modal .title.doodles-font {
    color: #fff;
    font-size: 1.25rem;
}

.titlebar {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 0rem;
    box-shadow: none !important;
}

.gallery article {
    margin-left: .1rem;
    margin-bottom: .1rem;
}

article img {
    width: 2em;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.inner>img {
    background-color: #969696;
}

#contact {
    margin-top: 1rem;
}

#contact img {
    position: inherit;
}

section {
    scroll-margin-top: 5rem;
}

section#pets {
    box-shadow: none !important;
}

#dndCats .gallery article:nth-of-type(even),
#dndCats .inner>img[index='even'] {
    background-color: rgb(172, 187, 236);
}

.mailinglist {
    display: inline-block;
}

/* Media Queries should be flat, not nested */
@media only screen and (min-width: 1000px) {
    .mailinglist {
        margin-left: auto;
        margin-right: auto;
        width: 69%;
        display: block;
    }
}

@media screen and (orientation: landscape) {
    #wrapper {
        top: -1.5rem;
        position: relative;
    }

    .kickstarter-banner {
        max-width: 100%;
        margin: 0;
    }
}

@media screen and (orientation: portrait) {
    .kickstarter-banner {
        max-width: 95%;
        margin-top: 1.5vh;
    }
}

.date-launch {
    font-weight: 600;
    font-size: 18px;
}

.formkit-header {
    font-family: 'providence_sansregular';
}

.formkit-form {
    border: none !important;
    margin: auto;
}

.formkit-submit span {
    margin-top: -10px;
}

.formkit-fields {
    justify-content: center;
}

.calendar-description {
    line-height: 1.4;
    margin-bottom: 2em;
}

.calendar-description p {
    margin-bottom: 0.5em;
}