 /* home banner <p> font size increase */
[data-element-id="52259000000005215"] [text-id="52259000000012002"] p:nth-of-type(4){
    font-size: 100px;
}
/* Reduce the size of the yellow section (IOS and Android )in home page */
[data-section-id="52259000000153794"] .foreground-layer,
[data-section-id="52259000000029041"] .foreground-layer {
    padding: 0px !important;
}
/* ticket 4000 cutoff */
[data-element-id="52259000000005959"] [data-field-id="52259000000012169"] .ticket-price-secondary ,
[data-element-id="52259000000005959"] [data-field-id="52259000000261011"] .ticket-price-secondary {
        font-size: 36px;
    color: black;
    padding: 20px;

}
[data-element-id="52259000000005959"] [data-field-id="52259000000012169"] .grb-lbl.bs-label,
[data-element-id="52259000000005959"] [data-field-id="52259000000261011"] .grb-lbl.bs-label {
        height: 80px;
    width: auto;
    font-size: 21px;
    line-height: 32px;
}
/* Hiding I'm Attending */
[data-form-id="52259000000012091"] .ui.checkbox {
    display: none;
}
/* Increase of SPONSORSHIP TIERS FOR UTKARSH image */
.bs-section.community-section-mediaWithButton-7 .bs-mediaText-wgt .media-image {
    width: 1200px;
}
.bs-section[class*=community-section-ticketClass] .bs-btn-wgt.default .bs-button.st-fill {
color: white;
}

/* Mobile View */
@media only screen and (max-width: 767px) {
[data-element-id="52259000000005959"] [data-field-id="52259000000012169"] .grb-lbl.bs-label {
        height: 90px;
        width: auto;
        font-size: 16px;
        line-height: 40px;
}
[data-element-id="52259000000005959"] [data-field-id="52259000000012169"] .ticket-price-secondary {
    font-size: 26px;
    color: black;
    padding: 20px;

}

}