body {
    background-color: #D1DFEA;
}

.maincontainer
{
    background-color: #fff;
    margin-top: 1%;
    padding-top: 1%;
}

.tabheader
{
   border-bottom: 1.5px solid #000;
}

.tabheader > a
{
    color: #000;
}

.tablist, p
{
    text-align: justify;
}

.footerbottom {
    /* position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;  */
    background-color: #FFFFFF;
    color: #484B59;
    font-weight: 500;
}

.usericon
{
    font-size: 26px;
    color: #fff;
}

.apptitle
{
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.nav-pills .nav-link.active
{
    background-color: #1677FF;
}

.imgstyle
{
    text-align: center;
}

.imgsize
{
    width: 40%;
}

.posterwork
{
    background-color: #1677FF;
    padding-left: 2%;
    padding-right: 2%;
}

.bannertext
{
    color: #fff;
    margin-top: 5%;
    font-size: 20px;
    font-weight: 600;
    margin-top: 5%;
}

.participatebtn
{
    text-decoration: none;
    font-weight: 500;
    font-size: 24px;
    color: red;
}

.participatebtn:hover
{
    color: #fff;
}

.participatediv:hover
{
    background-color: #1677FF;
}

.participatetext
{
    text-align: center;
}

.bannergirl {
    width: 38%;
}

.titles
    {
        display: none;
    }

.about-imgsize {
    width: 55%;
}


/* media queries start */

/* Media Query for Mobile Devices */
@media (max-width: 480px)
{
    .bannergirl {
        width: 60%;
        margin-right: 2%;
    }

    .bannertext
    {
        color: #fff;
        font-weight: 600; 
        font-size: 11px; 
        margin-top: 6%;
    }

    .titles
    {
        display: block;
        text-align: center;
        font-weight: 600;
        font-size: 18px;
    }

    .imgsize
    {
        width: 80%;
    }

    .about-imgsize {
        width: 80%;
    }
    
}

/* Media Query for low resolution Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px)
{
    .bannergirl {
        width: 60%;
        margin-right: 2%;
    }

    .bannertext
    {
        color: #fff;
        font-weight: 600; 
        font-size: 11px; 
        margin-top: 6%;
    }

    .titles
    {
        display: block;
        text-align: center;
        font-weight: 600;
        font-size: 18px;
    }

    .imgsize
    {
        width: 80%;
    }

    .about-imgsize {
        width: 80%;
    }
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px)
{
    .bannergirl {
        width: 60%;
        margin-right: 2%;
    }

    .bannertext
    {
        color: #fff;
        font-weight: 600; 
        font-size: 18px; 
        margin-top: 6%;
    }

    .titles
    {
        display: block;
        text-align: center;
        font-weight: 600;
        font-size: 18px;
    }

    .imgsize
    {
        width: 80%;
    }

    .about-imgsize {
        width: 80%;
    }
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px)
{
    .titles
    {
        display: none;
    }
}

/* Media Query for Large screens */
@media (min-width: 1281px)
{
    
}

/* media queries end */