.main-title {
    color: #ffffff;
    font-family: "Poppins", Sans-serif;
    font-size: 66px;
    font-weight: bold;
    letter-spacing: -1px;
    text-shadow: 0px 0px 10px #000000;
    background-color: rgba(0, 0, 0, 0.58);
    padding: 17px;

    border-radius: 0px 0px 0px 15px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 15px;

}

.carousel-text {
    max-width: 1200px;
    margin: 0 25px 0 auto;
}

.parallax-window-bottom {
    background: transparent;
 }
.centered {
    display: flex;
    justify-content: center;
    margin-left: 10%; 
    margin-right: 10%;
}
.verticaly-centered {
    position: relative;
  top: 50%;
  transform: 			translateY(-50%);
}

.text-block {
    width: 800px;
    margin-top: 15px;

    font-family: "Nunito Sans", Sans-serif;
    color: rgba(51, 54, 57, 0.73);
    font-size: 24px;
    font-weight: 500;
    line-height: 1em;

    text-align: center;
    padding: 0;
    margin: 15px 0px;
}

.text-block-smaller {
    color: #7A7A7A;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 1.3em;
    line-height: 1.3em;

    text-align: center;
    max-width: 1000px;
    margin-bottom: 10px;
}

.text-title {
    color: #333639;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 3.4em;
    font-weight: 800;
    line-height: 1;
    text-align: center;

    padding-top: 10px;
}

.title-separator {
    padding: 0;
    padding-bottom: 15px;
    width: 100px;
    height: 1px;
    border-top: 3px #8900d2 solid;
    display: flex;
    margin: auto;
}

.brackets-container{
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
}

.brackets {
    color: #8900D2;
    font-size: 50px;
    margin: 10px;
}

.footer-separator {
    margin-top: -1px;
    background-color: #7A7A7A;
}

.scaled-img {
    width: 100%;
    max-height: 556px;
    object-fit: none;
    object-position: 92% 64%;
}


@media (max-width: 768px) {
    .main-title {
        font-size: 19px;
        margin-left: 10px;
        margin-right: 10px;
        width: 80%;
    }

    .carousel-text {
        margin: 4vw 25px 0 auto;
    }

    .text-title{
        font-size: 1.3em;
    }

    .text-block {
        font-size: 15px;
    }
    
    .text-block-smaller {
        font-size: 15px;
    }

    .scaled-img {
        object-fit: contain;
    }
}