/*Common Style*/
.first-word-uppercase-h1::first-letter {
    font-size: 60px;
}




/*Welcome page wallpaper and blockquote*/
.bg-img {
    content: url('../Images/Walls/Ctd_TemplePray.jpg');
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.welcomequote {
    margin-top: 350px;
    color: white;
    overflow: hidden;
    text-align: center;
}



/*About use section style*/
.aboutsec {
    margin-top: 200px;
    background: #FFEFBA; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #FFFFFF, #FFEFBA); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #FFFFFF, #FFEFBA); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    text-align: justify;
}

/*Event use section style*/
.event_sec {
    margin-top: 600px;
    background: white; /* fallback for old browsers */
    text-align: justify;
}






/*Vision Mission section*/
.visionmisson {
    margin-top:100px;
}

.visionmisson .row{
    margin:0 auto;
}


/*Team info section style*/
.teaminfo {
    margin:0 auto;
}

    .teaminfo .row {
        margin:0 auto;
    }



/*Fade in logic*/
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fade-in-text {
    font-family: Arial;
    font-size: 150px;
    animation: fadeIn 5s;
}




/* xxl */
@media(max-width:1400px) {
}

/* xl */
@media(max-width:1200px) {
}

/* lg */
@media(max-width:992px) {
}

/* md */
@media(max-width:768px) {
}

/* sm */
@media(max-width:576px) {
}

/* xs */
@media(max-width:576px) {

    /*Welcome page wallpaper and blockquote*/
    .bg-img {
        content: url('../Images/Walls/Ctd_TemplePray_MV.jpg');
    }

    .welcomequote {
        margin-top: 400px;
        color: white;
        overflow: hidden;
        text-align: center;
    }

    /*About use section style*/
    .aboutsec {
        margin-top: 200px;
    }
}
