@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@200&display=swap');

body {
    width: auto;
    height: 100%;
    background-color:rgb(41, 41, 41);
    color: lightgrey;
    font-family: 'Roboto Mono', arial;
}

h1 {
    font-size: larger;
    text-align: center;
}

h2 {
    font-size: medium;
    text-align: center;
}

h4 {
    font-size: smaller;
}

.christmas {
    color: #ca5b4c;
}

.center {
    text-align: center;
}

@media (min-width: 0px) and (max-width: 768px) {
    #header {
        margin-top: 0;
    }
    body {
        padding: 1rem;
        padding-top: 1rem;
    }
}

@media (max-width: 768px){
    .paddingTop {
        padding-top: 6rem;
    }
}
@media (min-width: 768px) {
    #header {
        margin-top: 5%;
    }
    body {
        padding: 2rem;
    }
}

#fill-text {
    margin-top: 2%;
    text-align: center;
}

#registertable table {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 21.875rem;
}

form {
    margin-top: 25px;
}

form input[type=text], textarea, input[type=email] {
    border: none;
    height: 35px;
    width: 100%;
    max-width: 21.875rem;
    background-color: grey!important;
    margin-bottom: 10px;
}

form #id_limitations {
    height: 13.125rem;
}

#limitationstext {
    text-align: center;
    font-style: italic;
}

.datefield {
    width: 90%!important;
    max-width: 21.875rem!important;

}

.datefieldicon {
    padding: 0rem;
}

.messages {
    margin-top: 5px;
    text-align: center;
    list-style-type: none;
}

.messages .error {
    color: red;
}

.match {
    text-align: center;
    padding-top: 3rem;
}

.button {
    background-image: linear-gradient(to left, #BC453C, #ca5b4c);
    border: none;
    border-radius: 5px;
    padding: 1rem;
    margin-top: 1rem;
}

.footer {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    width: 100%;

}

.footer img {
    width: 65%;
    display: block;
    text-align: center;
    max-height: 520px;
    max-width: 1661px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 815px) and (max-height: 470px)
{
    .footer {
        visibility: hidden;
    }
}

.rein img {
    width: 100%;
}

@media (min-width: 1024px) and (max-width: 1440px) {
    .rein {
        visibility: visible;
        position: absolute;
        max-width: 21.875rem;
        bottom: 0;
        right: 2rem;
        margin-right: 0.875rem;
    }

}

@media (min-width: 1440px) {
    .rein {
        visibility: visible;
        position: absolute;
        max-width: 25.875rem;
        bottom: 0;
        right: 6rem;
        margin-right: 0.875rem;
    }

}

@media (min-width: 0px) and (max-width: 1024px) {
    .hide-on-mobile {
        display: none;
        visibility: hidden;
    }
}

