#festTitle span {
    background-color: #F4DB9A;
    padding-right: 10px;
    padding-left: 10px;
}

#customPageTitle {
    display: none;
}

.centeredContent {
    width: 100% !important;
}

#eventTextInfoTitle {
    color: #EF94CC;
    font-weight: 800;
    font-size: 25px;
    text-align: center;
    line-height: 30px;
}

#content {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
}

#leftContent {
    width: 50%;
    float: left;
}

.eventTextInfo {
    text-align: center;
    color: #676767;
    margin: auto;
    line-height: 22px;
    margin: 30px auto;
    font-size: 18px;
}

#rightContent {
    width: 50%;
    height: auto;
    float: left;
}

#imgRight {
    margin: 70px 0;
    width: 90%;
}

#festTitle {
    height: auto;
    position: relative;
    color: white;
    line-height: 60px;
    font-weight: 900;
    font-size: 30PX;
    font-style: normal;
    letter-spacing: 0.05em;
    width: 100%;
    text-align: center;
    transform: rotate(-3deg);
    margin-top: 20px;
}


#infoContainer {
    width: 70%;
    margin: auto;
    margin-top: 140px;
}

#infoTitle {
    text-align: center;
    color: #676767;
    width: fit-content;
    margin: auto;
    line-height: 23px;
}



.contact_message {
    HEIGHT: 122PX !important;
    resize: none;
    line-height: 21px !important;
    padding-top: 13px;
}

.sendContact {
    position: relative;
    width: 126px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    font-weight: 900;
    background-color: #d66f9f;
    border: 1px solid #d66f9f;
    color: white;
    text-align: center;
    margin: 0 auto;
    margin-top: 6px;
    /*margin-bottom: 40px;*/
    cursor: pointer;
    transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    letter-spacing: 1px;
    border-radius: 100px;
    text-transform: lowercase;
}

.sendContact:hover {
    background-color: white;
    color: #d66f9f;
    border: 1px solid #d66f9f;
}

.contactInput {
    position: relative;
    width: calc(100% - 24px) !important;
    height: 40px;
    margin-bottom: 16px;
    padding-left: 20px;
    font-weight: 300;
    line-height: 35px;
    font-size: 13px;
    color: #636363;
    border-radius: 10px;
    background: rgba(196, 196, 196, 0.2);
    padding-right: 0;
    border: 0px;
    font-family: 'Poppins';
}

.contactDiv {
    position: relative;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    MARGIN-TOP: 30PX;
    margin-bottom: 2px;
}

#contentTitle {
    font-size: 60px;
    color: #D66E9E;
    font-weight: 900;
    text-align: center;
    margin-top: 60px;
}

#mobileBr {
    display: none;
}

@media screen and (max-width:768px) {
    #contentTitle {
        font-size: 30px;
        margin-top: 30px;
    }

    #desktopBr {
        display: none;
    }

    #festTitle {
        font-size: 20px;
        line-height: 35px;
    }

    #leftContent,
    #rightContent {
        width: 100%;
        margin-bottom: 50px;
    }

    #infoContainer {
        margin-top: 30px;
        width: 90%;
    }

    #imgRight {
        margin: auto 5%;
    }

    .eventTextInfo {
        margin: 25px auto;
        width: 90%;
        text-align: unset;
        line-height: 25px;
        font-size: 16px;
    }

    b {
        font-weight: 800;
    }

    #eventTextInfoTitle {
        font-size: 20px;
        width: 90%;
        margin: auto;
        text-align: left;
    }

    #mobileBr {
        display: block;
    }

}