.top-section-header-text {
    font-family: Roboto, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.5em;
    line-height: 63px;
    letter-spacing: 0.02em;
    color: white;
}

.top-section-middle-text {
    font-family: Roboto, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: white;
}

.top-section-get-started {
    border: 1px solid #727171;
    box-sizing: border-box;
    border-radius: 25px;
    text-align: center;
}

.top-section-get-started-text {
    font-family: 'Roboto', sans-serif !important;
    font-size: 25px;
    font-weight: 400;
    line-height: 36px;
    color: white;
}

.twitch-player-carousel-holder {
    height: 320px;
    width: 560px;
    border: 10px solid #000000;
    filter: drop-shadow(0px 0px 50px rgba(17, 162, 177, 0.5));
    border-radius: 10px;
}



.top-section-get-started-button {

    background:#04bbaf;
    box-shadow: 0px 10px 10px rgba(17, 162, 177, 0.25);
    border-radius: 25px;
    border-color:#04bbaf;
}

.top-section-feature-title {
    font-family: 'Roboto', sans-serif !important;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: white;
}

.top-section-feature-description {
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: white;
}

.middle-section {

    background: #181818;
}

.middle-section-title {
    font-family: Roboto, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 54px;
    line-height: 63px;
    letter-spacing: 0.02em;
    color: #fdb008;
    text-align: center;
}

.get-started-section {
    background: black;
}

.get-started-title {
    font-family: Roboto, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;

    /* identical to box height, or 36px */
    letter-spacing: 0.02em;
    color: white;
}

.get-started-description {
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.02em;
    text-align: center;

    color: white;
}

.get-started-button {
    background:#04bbaf;
    box-shadow: 0px 10px 10px rgba(17, 162, 177, 0.25);
    border-radius: 25px;
    border-color:#04bbaf;
}

.get-started-button:hover{
    background: #0F8795;
    border-color: #0F8795;
}

.need-help-section {
    background:#04bbaf
}

.need-help-title {
    font-family: Roboto, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 54px;
    line-height: 63px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.need-help-button-twitter {
    background: #00A2F3;
    box-shadow: 0px 10px 10px rgba(0, 162, 243, 0.25);
    border-radius: 25px;
    border-color:#04bbaf;
}

.need-help-button-discord {
    background: #8697F6;
    box-shadow: 0px 10px 10px rgba(134, 151, 246, 0.25);
    border-radius: 25px;
    border-color:#04bbaf;
}

.need-help-button-contact {
    background: #FFFFFF;
    box-shadow: 0px 10px 10px rgba(255, 255, 255, 0.25);
    border-radius: 25px;
    border-color:#04bbaf;
    color: black;
}


.get-started-image {
    height: 311px;
}

@media screen and (min-width: 1500px) {
    .d-flex-twitch-player {
        display: flex !important;
        justify-content: start !important;
    }

}

@media screen and (max-width: 1500px) {
    .d-flex-twitch-player {
        display: flex !important;
        justify-content: center !important;
    }
}


.get-started-mobile-image {
    width: 150px;
    filter: drop-shadow(0px 10px 10px rgba(17, 162, 177, 0.25));
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
    .get-started-mobile-image {
        width: 120px !important;
        filter: drop-shadow(0px 10px 10px rgba(17, 162, 177, 0.25)) !important;
    }
}

.testimonial-section {
    border: 1px solid #727171;
    box-sizing: border-box;
    border-radius: 25px;
    text-align: center;
}

.carousel-control-prev {
    background-color: transparent;
    border-color: transparent;
}

.carousel-control-next {
    background-color: transparent;
    border-color: transparent;
}