.boysiebutton:hover {
    cursor: default;
}

.simply-countdown > .simply-section {
    animation: none;
}

#fh5co-logo {
    width: 100px;
}

label {
    color: white;
}

.label-inline {
    display: inline;
}

.color-white {
    color: white !important;
}

.start-c {
    padding-top: 10em !important;
    text-align: center;
    height: 100% !important;
}

.boarding-button {
    margin: 1.5em auto 3em auto;
}

.boarder #fh5co-event .display-tc {
    height: auto !important;
}

.js-fh5co-nav-toggle {
    display: none;
}

#feedback {
    margin: 1em auto 1em;
    color: white;
    background: darkred;
    border-radius: 1em;
    display: none;
}

#boarder-bg, #boarder-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}

#boarder-overlay {
    background: rgba(0, 0, 0, 0.4);
}

form.loading #form-feedback {
    display: block;
}

form.loading button[type='submit'] {
    display: none;
}

#form-feedback {
    width: 2em;
    height: 7em;
    margin: auto;
    display: none;
}

.center{
    display: flex;
}

.loader-heart {
    position: absolute;
    margin: auto;
    top: -1em;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #9AB7A8;
    height: 50px;
    width: 50px;
    transform: rotate(-45deg);
    animation-name: beat;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.loader-heart:after {
    background-color: #9AB7A8;
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0px;
    left: 25px;
}
.loader-heart:before {
    background-color: #9AB7A8;
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 50px;
    height: 50px;
    top: -25px;
    left: 0;
}

@keyframes backdiv {
    50% {
        background: #ffe6f2;
    }
}

@keyframes beat {
    0% {
        transform: scale(1) rotate(-45deg);
    }
    50% {
        transform: scale(0.6) rotate(-45deg);
    }
}

#note {
    width: 100%;
    height: 6em;
    color: white;
    background: #807d6f;
    border: none;
    border-radius: 7px;
    padding: 1em;
}

input[type="checkbox"] {
    margin-top: 0;
}

#pics img {
    max-width: 100%;
}