p {
    font-size: 1.2em;
    margin-bottom: 0.5rem;
}

#main li {
    font-size: 20px;
}

h2 {
    font-size: 1.8em;
    margin-bottom: 0.2rem;
    text-align: center;
}

.vt-page-title {
    font-weight: bold;
    font-size: 2.2rem;
}


.vt-header {
    height: 90px; /* Example height value */
    /* Other CSS properties */
}


/* Main Banner */
   /* Styling for the title */
.banner_title {
    font-size: 2.5em !important; /* Larger font size for the title with !important */
    font-weight: 900 !important; /* Extra bold weight with !important */
    color: #FFFF00 !important; /* Bright yellow color with !important */
    text-align: center !important; /* Centered text with !important */
}

/* Center title */

.custom-center-title {
    text-align: center;
}


/* Strong Tag */
#block-revolt-welcomemessage p strong{
 font-size:20px;
 text-align:center;
}



/* Strong Tag */
#block-revolt-welcomemessage p strong{
 font-size:20px;
 text-align:center;
}

/* Paragraph */
.vt-view-id-section .vt-views-field-body p{
 font-family:Verdana,Geneva,sans-serif;
}

/* Division */
.vt-view-id-section .views-view-responsive-grid--horizontal{
 transform:translatex(0px) translatey(0px);
}

/* Strong Tag */
.node--view-mode-full p strong{
 font-family:Tahoma,Verdana,Segoe,sans-serif;
 font-weight:400;
 font-size:19px;
 color:#000000;
}

/* Button */
.vt-direction-column .vt-flex a{
 background-color:#009bc6;
 font-size:24px;
}



/* Paragraph */
.vt-view-id-section .vt-views-field-body p{
 font-family:Verdana,Geneva,sans-serif;
}

/* Division */
.vt-view-id-section .views-view-responsive-grid--horizontal{
 transform:translatex(0px) translatey(0px);
}

/* Strong Tag */
.node--view-mode-full p strong{
 font-family:Tahoma,Verdana,Segoe,sans-serif;
 font-weight:400;
 font-size:19px;
 color:#000000;
}


/* Column 3/12 */
#main .clearfix .sidebar_right{
 position:relative;
}

/* Region */
#main main .vt-region{
 position:relative;
}

.sidebar_right:empty {
    display: none;
}

.sidebar_right:empty + .vt-region {
    width: 100%;
}



