.container-xl{
    --bs-gutter-x: 0rem;
}
body{
    background-color: white;
    overflow-x: hidden;
}
.homeSpacer{
    height: 50px;
}
.openingBubbleWrapper{
    margin: 0;
    padding: 10px;
}
.openingBubbleWrapper .col{
    margin: 10px;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.mainTextBody{
    text-align: left;
}
.openLineOne{
    white-space: normal;
    /* white-space: nowrap; */
    word-wrap: break-word;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 42px;
}
.openLineTwo{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 2;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    white-space: normal;
    /* white-space: nowrap; */
    word-wrap: break-word;
}

/* special style text */
.sst{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    /* color: #FD6000; */
}
/* special rutgers text */
.srt{
    color: #cc0033;
    font-weight: 00;
    word-wrap: break-word;
    white-space: normal;
}
.srt > a{
    color: #cc0033;
    font-weight: 800;
    text-decoration: none;
    transition: 0.3s;
}

.alignCenterIMG{
    /* 5 x 7 Aspect Ratio the Image Needs to be */
    width: 375px!important;
    height: 525px!important;
    float: right;
    border-radius: 25px;
}
#specialText{
    width: 100%;
    min-width: 557px!important;
}
@media (max-width: 1050px) {

    /* Old Code for the IMG, but this new code works for both IMG and TEXT */
    /* .imgOpenWrapper {
        text-align: center;
    }
    .alignCenterIMG {
        float: none;
        display: inline-block;
    } */

    .alignCenterIMG {
        float: none;
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    #specialText{
        display: block;
        justify-content: center;
    }
    .mainTextBody{
        text-align: left;
        margin-left: 20px;
        margin-right: 20px;
    }

}
@media (max-width: 575px) {
    #specialText{
        width: 100%;
        min-width: 250px!important;
    }
}
@media (max-width: 420px){
    .alignCenterIMG{
        width: calc(375px - 20vw)!important;
        height: calc(525px - 28vw)!important;
    }
}

.custom-linebreak{
    width: 100%;
    height: 2px;
    background-color: #4721FF;
    opacity: 0.3;
}
.custom-linebreak-container{
    padding: 20px;
    padding-top: 125px;
    padding-bottom: 75px;
}
.custom-linebreak-container-sm{
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 25px;
}
