.divPageContent {
    text-align: center;
    margin-left: 15px;
    /* width: 810px; */
    width: 45%;
}

.divLogo {
    padding: 0px 0px 10px 0px;
}
.divLogo img {
    width: 400px;
}

.site_logo {
    max-width: 100%;
}

.social_icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

    margin-top: 25px;
}
.social_icons img {
    width: 80px;
}

.divYouTubePlayerWrapper {
    padding: 10px 0px;
}

.divYouTubePlayerWrapper iframe {
    /* width: 100%; */
    height: 50%;
}

.divTextWrapper {
    box-sizing: border-box;
    /* margin: auto; */
    
}
.divTextContent {
    color: #C9C9C8;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80%;
}
.divTextContent p {
    text-align: justify;
}
.divTextContent .siteLogo {
    margin-bottom: 50px;
    width: 200px
    /* align-self: flex-start; */
}
.divTextContent .imgSoon {
    width: 100%;
}

.divTextRightContent {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20%;
    padding-top: 10%;
}

.goldLineText {
    color: #85754e;
    font-weight: 900;
    font-size: 1.8em;
    line-height: 2;
    text-transform: uppercase;

    word-break: break-word;
}
.whiteLineText {
    /* margin-top: 50px; */
    color: #fff;
    font-weight: 900;
    font-size: 21px;
    line-height: 2;
    text-transform: uppercase;

    word-break: break-word;
}

/* Responsive */
@media only screen and (max-width: 960px) {
    .divLogo img {
        width: 100%;
    }
    .divTextWrapper {
        width: 100%;
    }
    .divTextContent {
        height: 140%;
        justify-content: center;
    }
    .divYouTubePlayerWrapper {
        height: 140%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media only screen and (max-width: 500px) {
    .navRoot {
        width: 100%;
    }
    .divLogo {
        display: none;
    }
    .divLogo img {
        width: 100%;
    }
    .divTextWrapper {
        width: 100%;
    }
    .divTextContent {
        height: 140%;
        justify-content: center;
    }
    .divYouTubePlayerWrapper {
        height: 140%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media only screen and (max-width: 375px) {
    .navRoot {
        width: 100%;
    }
    .divLogo {
        display: none;
    }
    .divLogo img {
        width: 100%;
    }
    .divTextWrapper {
        width: 100%;
    }
    .divTextContent {
        height: 140%;
        justify-content: center;
    }
    .divYouTubePlayerWrapper {
        height: 140%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media only screen and (max-width: 360px) {
    .navRoot {
        width: 100%;
    }
    .divLogo {
        display: none;
    }
    .divLogo img {
        width: 100%;
    }
    .divTextWrapper {
        width: 100%;
    }
    .divTextContent {
        height: 140%;
        justify-content: center;
    }
    .divYouTubePlayerWrapper {
        height: 140%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media only screen and (max-width: 320px) {
    .navRoot {
        width: 100%;
    }
    .divLogo {
        display: none;
    }
    .divLogo img {
        width: 100%;
    }
    .divTextWrapper {
        width: 100%;
    }
    .divTextContent {
        height: 140%;
        justify-content: center;
    }
    .divYouTubePlayerWrapper {
        height: 140%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media only screen  and (min-device-width: 320px)  and (max-device-width: 568px) and (orientation: portrait) {
    .divLogo img {
        width: 100%;
    }
    .divTextWrapper {
        width: 100%;
    }
    .divTextContent {
        height: 140%;
        justify-content: center;
    }
    .divYouTubePlayerWrapper {
        height: 140%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media only screen and (min-device-width: 350px) and (max-device-width: 812px) and (orientation: portrait) {
    .divLogo img {
        width: 100%;
    }
    .divTextWrapper {
        width: 100%;
    }
    .divTextContent {
        height: 140%;
        justify-content: center;
    }
    .divYouTubePlayerWrapper {
        height: 140%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media only screen and (min-device-width: 600px) and (max-device-width: 1180px) and (orientation: portrait) {
    .divLogo img {
        width: 100%;
    }
    .divTextWrapper {
        width: 100%;
    }
    .divTextContent {
        height: 140%;
        justify-content: center;
    }
    .divYouTubePlayerWrapper {
        height: 140%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}