﻿body {
    height: auto;
    overflow-x: hidden;
    font-family: "Baloo Thambi 2", system-ui;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.row {
    max-width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
}

.dropdown-item {
    white-space: normal;
}

.navbar {
    transition: all 0.5s;
    height: 95px;
}

.navbar-scrolled {
    background-color: darkcyan;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}



/*Navigation Style*/
.photo {
    text-align: center;
    display: table;
}

    .photo div {
        display: table-cell;
        vertical-align: middle;
    }

        .photo div h1 {
            font-size: xx-large;
            margin-left: 20px;
        }

        .photo div img {
            width: 80px;
            height: 80px;
        }

.navbar-nav > li {
    font-size: 15px;
    font-weight: bold;
}

.dropdown-menu > li {
    font-size: 15px;
    font-weight: bold;
}

/* xxl */
@media(max-width:1400px) {
   

    .photo div h1 {
        font-size: xx-large;
        margin-left: 20px;
    }

    .photo div img {
        width: 80px;
        height: 80px;
    }
}

/* xl */
@media(max-width:1200px) {
    

    .photo div h1 {
        font-size: x-large;
        margin-left: 40px;
    }

    .photo div img {
        width: 80px;
        height: 80px;
    }
}

/* lg */
@media(max-width:992px) {
    .navbar-collapse {
        background-color: rgb(30, 30, 30);
        margin: -1px -10px 0 -11px;
        padding: 13px;
    }

    .photo div h1 {
        font-size: x-large;
        margin-left: 20px;
    }

    .photo div img {
        width: 80px;
        height: 80px;
    }
}

/* md */
@media(max-width:768px) {
    .navbar-collapse {
        background-color: rgb(30, 30, 30);
        margin: -1px -10px 0 -11px;
        padding: 13px;
    }

    .photo div h1 {
        font-size: x-large;
        margin-left: 20px;
    }

    .photo div img {
        width: 80px;
        height: 80px;
    }
}

/* sm */
@media(max-width:576px) {
    

    .welcomequote {
        color: black;
    }

    .bg-img {
        content: url('../Images/Walls/Ctd_TemplePray_MV.jpg');
        height: 100vh;
        width: 100vw;
        object-fit: cover;
        filter: brightness(0.6);
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .photo div h1 {
        font-size: medium;
        margin-left: 20px;
    }

    .photo div img {
        width: 80px;
        height: 80px;
    }
}

/* xs */
@media(max-width:576px) {

    .navbar-collapse {
        background-color: rgb(30, 30, 30);
        margin: -1px -10px 0 -11px;
        padding: 13px;
    }

    .photo div h1 {
        font-size: small;
        margin-left: 20px;
    }

    .photo div img {
        width: 80px;
        height: 80px;
    }
}
