/*///// Default elements /////*/

* {
    transition: all 0.5s ease;
}

html, body {
    background-color: #121212;
    background-image: url('../img/blacopac.png'), url('../img/td-garden.jpg');
    background-position: fixed, left top;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    color: white;
    height: 100%;
    font-family: sans-serif;
    font-size: 16px;
    margin: 0;
    min-height: 100dvh;
    min-width: 360px;
    padding: 0;
    width: 100%;
}

a, a:active, a:link, a:hover, a:visited {
    color: #ff4d4d;
    text-decoration: none;
}

button {
    background-color: transparent;
    border: none;
}

h1 {
    color: #ff4d4d;
    display: block;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 48px;
    margin-top: 48px;
    text-align: center;
}

h2 {
    color: white;
    display: block;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 48px;
    margin-top: 48px;
    text-align: center;
}

h3 {
    color: #a9a9a9;
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 32px;
    margin-top: 32px;
    text-align: left;
}

p {
    margin: 0;
    line-height: 2.5em;
    margin-top: 1.25em;
    padding: 0;
    text-align: left;
    width: auto;
}

p:first-child {
    margin-top: 0px;
}

section {
    height: 100%;
    min-height: 100%;
    padding: 0;
    padding-top: 0;
    text-align: center;
    width: 100%;
    z-index: 9;
}

span {
    color: #ff4d4d;
}

/*///// Classes /////*/

.content_container {
    background-color: #121212;
    border: 1px solid #8e3131;
    display: inline-block;
    height: auto;
    margin: 192px auto;
    max-width: 820px;
    min-height: 512px;
    padding: 32px;
    text-align: center;
    width: calc(100% - 96px);
}

.content {
    height: 100%;
    margin-top: -108px;
    width: 100%;
}

.logo {
    background-color: #121212;
    border: 1px solid #8e3131;
    height: 96px;
    margin: 0px auto;
    padding: 24px 32px 24px 32px;
    width: auto;
}

.signature {
    float: right;
    height: 24px;
    margin-right: 32px;
    margin-top: 48px;
    opacity: 0.8;;
    width: auto;
}

/*///// Media Queries /////*/

@media screen and (max-width: 960px) {

}

@media screen and (max-width: 896px) {

    h1 {
        font-size: 24px;
    }

    .content_container {
        margin: 128px auto;
    }

    .content {
        margin-top: -92px;
    }

    .logo {
        height: 64px;
        padding: 24px;
    }

    .signature {
        height: 20px;
        margin-right: 16px;
    }

}

@media screen and (max-width: 740px) {

}

@media screen and (max-width: 666px) {

}

@media screen and (max-width: 512px) {

}

@media screen and (max-width: 360px) {

}
