@keyframes fadeInOpacityMap {
    0% {
        opacity: 0;
    }
    100% {
        opacity: .85;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    height: 100vh;
    margin: 0;
}

.full-height {
    min-height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.top-left {
    position: absolute;
    left: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 4em;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}

/* customizations */
#header-bar *,
#footer-bar *,
#header-bar *:after,
#header-bar *:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
html {
    font-size: 1em;
}
body {
    background-image: url('/images/bg/texture-paper.png');
    background-repeat: repeat;
    font-family: 'Raleway', sans-serif;
    line-height: 1.25;
    font-weight: 400;
    height: unset;
    min-height: 100vh;
    font-size: unset;
}
body:after {
    content:"";
    background: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:0;
}
body:not(.cv2):after {
    opacity:0;
    animation:bgFade 2s 2s forwards ease-in-out;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    transform: translate3d(0, 0, 0);
}
@keyframes bgFade {
    from {
        opacity:0;
    }
    to {
        opacity:.2;
    }
}
@keyframes bgFadeOut {
    from {
        opacity:.2;
    }
    to {
        opacity:0;
    }
}
#content {
    z-index: 5;
}
.content-title {
    font-size: 2.25em;
}
.content-standard p {
    font-size: 1.25em;
    padding-left: 12.5%;
    padding-right: 12.5%;
}
.subtitle {
    font-size: 3em;
}
.error {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.btn.btn-outline-primary {
    padding: .25em .5em .25em .5em;
    border: 2px solid dodgerblue;
    color: dodgerblue;
    background-color: transparent;
    text-decoration: none;
    transition: color .5s, background-color .5s;
}
.btn.btn-outline-primary:hover {
    border: 2px solid whitesmoke;
    color: whitesmoke;
    background-color: dodgerblue;
}
.content {
    min-width: 100%;
    padding-top: 4em;
    padding-bottom: 4em;
}
label,
p {
    color: #636b6f;
}
.card {
    transition: box-shadow .5s;
}
.card:hover,
.card.shadow-force-on {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.22)
}
.container-fluid {
    padding-left: 10%;
    padding-right: 10%;
}
.font-size-standard {
    font-size: 1em;
}
.font-size-larger {
    font-size: 2em;
}
a,
a:focus,
a:hover {
    text-decoration: none;
}

.force-no-v-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.nobr {
    white-space: nowrap;
}

#maps-container {
    width: 92vw;
    min-height: 80vh;
    box-sizing: content-box;
}
.color-warning {
    color: #c00000;
}
.force-no-left-padding {
    padding-left: 0 !important;
}
.force-left-padding-15px {
    padding-left: 15px !important;
}

.js-cookie-consent.cookie-consent {
    position: fixed;
    z-index: 200;
    width: 100%;
    text-align: center;
    bottom: 5%;
    background-color: orange;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25), 0 2px 5px rgba(0, 0, 0, 0.22);
    padding: 1em;
}
.js-cookie-consent.cookie-consent .cookie-consent__message {
    /*margin-right: 2em;*/
    padding-top: .5em;
}
.js-cookie-consent.cookie-consent .js-cookie-consent-agree.cookie-consent__agree {
    margin: 1em auto auto auto;
    display: block;
    padding: .25em .5em .25em .5em;
    border: 2px solid #ffeebc;
    color: #ffeebc;
    background-color: transparent;
    text-decoration: none;
    transition: color .5s, background-color .5s;
}
.js-cookie-consent.cookie-consent .js-cookie-consent-agree.cookie-consent__agree:hover {
    border: 2px solid whitesmoke;
    color: orange;
    background-color: #ffeebc;
}

#contact-form-who {
    display: flex;
    justify-content: space-evenly;
}
.g-recaptcha > div {
    margin: auto;
}
.special-field {
    display: none !important;
}
.alert.flash {
    position: fixed;
    padding: .75rem 1.25rem;
    top: 4rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    text-align: center;
    opacity: .8;
}

#minecraft-map {
    background-image: url('/images/bg/minecraft-map.png');
    background-position: center;
    background-size: cover;
    padding: 2%;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.22);
    opacity: 0;
    animation: fadeInOpacityMap .5s forwards;
}

.cursor {
    color: black;
}
.type-it-parent {
    margin-top: 1em;
}

.type-it-parent::after {
    content: "|";
    -webkit-animation: cursorBlink 1s infinite linear;
    animation: cursorBlink 1s infinite linear
}

@-webkit-keyframes cursorBlink {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes cursorBlink {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
#full-bg {
    transform: translate3d(0, 0, 0);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position:fixed;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100vh;
    width: 100vw;
    z-index: -1000;
}

.content-standard {
    text-align: left;
}
@media (min-width: 1400px) {
    .content-standard,
    .mc-content-standard {
        font-size: 1em;
    }
}
@media (max-width: 1399px) {
    .content-standard,
    .mc-content-standard {
        font-size: .95em;
    }
}
@media (max-width: 800px) {
    .content-standard,
    .mc-content-standard {
        font-size: .85em;
    }
}

#footer-support-link {
    text-align: center;
    position: absolute;
    right: .75%;
}
a.kofi-button {
    opacity: 0;
    line-height: unset !important;
}
a.kofi-button.styled {
    line-height: unset !important;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.2);
    min-width: 150px;
    display: inline-block!important;
    background-color: #1e90ff;
    padding: 0 8px !important;
    text-align: center !important;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    overflow-wrap: break-word;
    vertical-align: middle;
    border: 0 none #fff !important;
    font-family: 'Quicksand',Helvetica,Century Gothic,sans-serif !important;
    text-decoration: none;
    text-shadow: none;
    font-weight: 700!important;
    animation-delay: 2s;
    animation: fadeIn 1s forwards;
}

span.kofitext.styled {
    color: #fff !important;
    letter-spacing: -0.15px!important;
    text-wrap: none;
    vertical-align: middle;
    padding: 0;
    text-align: center;
    text-decoration: none!important;
    text-shadow: 0 1px 1px rgba(34, 34, 34, 0.3);
    font-size: .9em;
    line-height: unset !important;
}
div#content.mega-maker div.block:not(.force-solid) {
    opacity: .5;
    animation:bgFade50 1s 1s forwards ease-in-out;
    -webkit-animation-delay: .75s;
    -moz-animation-delay: .75s;
    -o-animation-delay: .75s;
    animation-delay: .75s;
    transform: opacity 1s;
}
div#content.mega-maker div.block {
    transform: translate3d(0, 0, 0);
    background-color: #0079fb;
    border-radius: 15px;
    padding: .1em .5em;
    margin-bottom: 1em;
    overflow: hidden;
    transition: opacity .5s, box-shadow .5s;
}
div#content.mega-maker div.block.card {
    width: 75%;
    margin-left: 12.5%;
}
div#content.mega-maker div.block:hover {
    opacity: 1;
}
.force-solid {
    opacity: 1 !important;
}

div.mega-maker-download {
    text-align: center;
}
.download-button a {
    text-decoration: none;
    color: white;
}
.download-button:hover {
    background-color: #ff5722;
}
.download-button svg {
    position: absolute;
    margin-top: .15em;
    margin-left: .25em;
}
.download-button span {
    display: block;
    margin-left: 4em;
}
.profile-card {
    padding: 2.5% 1em 1em 1em !important;
    position: absolute;
    top:1em;
    left:0;
    right:0;
    background-color: #0079fb;
}
@media screen and (max-width: 425px) {
    .level-weapons {
        display: none !important;
    }
    .level-character {
        display: none !important;
    }
}
@media screen and (max-width: 600px) {
    .download-button {
        display: none;
    }
    .profile-photo {
        margin-top: 2em !important;
    }
    .level-launch {
        display: none !important;
    }
    .level-name {
        max-width: 100% !important;
    }
}
@media screen and (max-width: 1024px) {
    .profile-card .profile-photo {
        min-height: 32px;
        max-height: 64px;
        height: 64px;
        float:left;
        margin-top:1.5em;
    }
    .level-card {
        padding: 1em !important;
        /*animation: fadeIn 1s forwards;*/
        opacity: 0;
        width:100%;
        margin: auto;
    }
    .download-button {
        padding: .5em .5em;
        border: 2px dashed white;
        border-radius: .5em;
        color: white;
        height: 50%;
        min-height: 50%;
        position: absolute;
        right: 1em;
        width: 12em;
        text-align: left;
        margin-top: 1.5em;
    }
    .level-card .level-name {
        font-size: 1.25em;
        max-width: 50%;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .profile-card .profile-photo {
        min-height: 32px;
        max-height: 64px;
        height: 64px;
        float:left;
        margin-top:.75em;
        border-radius: 1em;
    }
    .level-card {
        padding: 1em !important;
        /*animation: fadeIn 1s forwards;*/
        opacity: 0;
        width:75%;
        margin: auto;
    }
    .download-button {
        padding: .5em .5em;
        border: 2px dashed white;
        border-radius: .5em;
        color: white;
        height: 50%;
        min-height: 50%;
        position: absolute;
        right: 1em;
        width: 12em;
        text-align: left;
        margin-top:.75em;
    }
    .level-card .level-name {
        font-size: 1.5em;
    }

}
@media screen and (min-width: 1601px) and (max-width: 2000px) {
    .profile-card .profile-photo {
        min-height: 32px;
        max-height: 64px;
        height: 64px;
        float:left;
        margin-top:0;
        border-radius: 1em;
    }
    .level-card {
        padding: 1em !important;
        /*animation: fadeIn 1s forwards;*/
        opacity: 0;
        width:60%;
        margin: auto;
    }
    .download-button {
        padding: .5em .5em;
        border: 2px dashed white;
        border-radius: .5em;
        color: white;
        height: 50%;
        min-height: 50%;
        position: absolute;
        right: 1em;
        width: 12em;
        text-align: left;
        margin-top:0;
    }
    .level-card .level-name {
        font-size: 1.5em;
    }

}
@media screen and (min-width: 2001px) {
    .profile-card .profile-photo {
        min-height: 32px;
        max-height: 64px;
        height: 64px;
        float:left;
        margin-top:-1em;
        border-radius: 1em;
    }
    .level-card {
        padding: 1em !important;
        /*animation: fadeIn 1s forwards;*/
        opacity: 0;
        width:45%;
        margin: auto;
    }
    .download-button {
        padding: .5em .5em;
        border: 2px dashed white;
        border-radius: .5em;
        color: white;
        height: 50%;
        min-height: 50%;
        position: absolute;
        right: 1em;
        width: 12em;
        text-align: left;
        margin-top:-1em;
    }
    .level-card .level-name {
        font-size: 1.5em;
    }

}
.level-card:hover {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25), 0 2px 5px rgba(0, 0, 0, 0.22);
}
.spinner {
    color: white;
    font-size: 1.5em;
    font-weight: 700;
}
.profile-card .profile-name {
    text-transform: uppercase;
    display: block;
    position: absolute;
    text-align: left;
    top: 2em;
    left: 96px;
    color: white;
    font-weight: 700;
    font-size: 1.5em;
}
.mega-maker .row {
    width:100%;
}

.level-card a {
    float: left;
    display: block;
}
.level-card .level-image {
    border-radius: .5em;
    border: 2px solid white;
}
.level-card .level-score {
    position: absolute;
    font-size: 1.25em;
    left: 1.15em;
    top: .85em;
    color: white;
    font-weight: 700;
}
.level-card .level-name {
    text-transform: uppercase;
    display: block;
    position: absolute;
    top: 1em;
    left: 160px;
    color: white;
    font-weight: 700;
}
.level-card .level-id {
    text-transform: uppercase;
    display: block;
    position: absolute;
    top: 1em;
    right: 1em;
    color: white;
    font-weight: 700;
    font-size: 1.5em;
}
.level-card .level-character {
    display: block;
    position: absolute;
    bottom: 1em;
    left: 160px;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    background-size: cover;
    border: 1px solid white;
    border-radius: 1em;
}
.level-card .level-weapons {
    display: block;
    position: absolute;
    bottom: 1em;
    right: 1em;
}
.level-card .level-launch {
    display: block;
    position: absolute;
    top: 1em;
    right: 1em;
    border: 2px dashed white;
    min-height: 1.5em;
    border-radius: .5em;
    color: white;
    padding: .25em 1em;
}
.level-card .level-launch:hover {
    background-color: #ff5722;
}
.level-card .level-discuss {
    display: block;
    position: absolute;
    top: 1em;
    right: 1em;
    border: 2px dashed white;
    min-height: 1.5em;
    border-radius: .5em;
    color: white;
    padding: .25em 1em;
}
.level-card .level-discuss:hover {
    background-color: #ff5722;
}

.tdc-services span {
    display: block;
}

.tdc-services i,
.tdc-services svg {
    margin-right: 1em;
}

.mc-build-content p {
    padding-bottom: 1em;
    padding-top: 1em;
    font-weight: 600;
}

.mc-build-content {
    max-width: 100%;
    margin-bottom: 2em;
}

.mc-build {
    max-width: 75%;
}

.mc-build-introduction {
    padding-bottom: 1em;
    max-width: 75%;
}
