.u-section-1 {
    /*background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/image/TA.png');*/
    background-image: url('/image/TA.png');
    background-position: 50% 50%;
    background-size: contain;
}

.u-section-1 .u-sheet-1 {
    min-height: 800px;
}

.u-section-1 .u-text-1 {
    font-size: 6rem;
    font-weight: 700;
    margin: 60px auto 0;
}

.u-section-1 .u-text-2 {
    margin: 27px auto 0;
}

.u-section-1 .u-btn-1 {
    background-image: none;
    text-transform: uppercase;
    font-weight: 700;
    margin: 43px auto 60px;
}

.u-text-2 {
    text-shadow: -3px 3px 3px black;
    font-size: 2em;
}

.u-section-1, #footer, body {
    background-color: #000616;
}


.u-backlink span {
    font-size: 0.7rem;
    color: #5d5d5d;
}
.u-backlink .u-link {
    text-decoration: none;
}


@media (max-width: 1199px) {
    .u-section-1 .u-sheet-1 {
        min-height: 660px;
    }

    .u-section-1 .u-text-1 {
        font-size: 4.5rem;
    }
}

@media (max-width: 991px) {
    .u-section-1 .u-sheet-1 {
        min-height: 506px;
    }
}

@media (max-width: 767px) {
    .u-section-1 .u-sheet-1 {
        min-height: 380px;
    }

    .u-section-1 .u-text-1 {
        font-size: 3.75rem;
    }
}

@media (max-width: 575px) {
    .u-section-1 .u-sheet-1 {
        min-height: 439px;
    }

    .u-section-1 .u-text-1 {
        font-size: 3rem;
    }

    .u-section-1 .u-text-2 {
        width: auto;
        margin-top: 0;

    }

    .u-section-1 .u-btn-1 {
        margin-top: 22px;
        margin-right: 10px;
    }
}
