body {
  font-family: "Muli", sans-serif !important;
  color: black;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

img {
    width: 100%;
    height: auto;
}

#topbar {
    background-color: #F0FEF8;
    border-bottom: 1px solid #198754;
}

@media (max-width: 576px) {
    #topbar {
        border-bottom: none;
    }

    .navbar {
        padding-bottom: 20px;
        text-align: left;
    }

    .navbar button, .navbar button: focus {
        color: black;
        border: 1px solid #198754;
        text-align: center;
    }
}

.navbar-brand img {
    max-width: 75px;
}

.navbar {
    background-color: #F0FEF8;
}

.navbar .dropdown ul {
    background: #F0FEF8;
    box-shadow: 0px 2px 11px #198754;
}

.navbar .dropdown ul li {
    min-width: 10vw;
}

.navbar .dropdown ul li > a:hover {
    color: #F03C02 !important;
}

.navbar a,
.navbar a:focus,
.navbar a.dropdown-item {
    justify-content: start;
    font-size: 14px;
    color: #741C00;
    text-transform: uppercase;
}

.navbar a.dropdown-item {
    text-transform: uppercase !important;
    color: #741C00 !important;
    font-size: 20px;
}

.navbar i, .navbar a.dropdown-item i {
    padding: 10px 7px !important;
    font-size: 20px !important;
}

.btn {
    background-color: #3e3e3e;
    border-color: #3e3e3e;
}

.btn-info:hover {
    background-color: #2d2d2d;
    border-color: #2d2d2d;
}

.card {
    /*box-shadow: 3px 2px 17px #cac7c7;*/
    border: none;
}

.img-con {
    position: relative;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #2d2d2d;
}

.img-con:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.events {
    background: url('../images/events-bg.jpg') no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.importantInfo {
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    border-top: 1px solid #198754;
    border-bottom: 1px solid #198754;
    background-color: #FFEFBF;
    font-size: 14px;
}

.marquee {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 40s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

.scrollUp a {
    color: #FFFFFF;
    font-size: 25px;
}

.scrollUp a:hover {
    color: #22d502;
}

.tagline-btm {
    font-size: 14px;
}

.list-group-item,
.list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: transparent;
}

address p a,
.list-group-item-action {
    color: #fff;
}

address p a:hover,
.list-group-item-action:hover {
    color: #22d502;
}

address p a:hover {
    border: 0;
    text-decoration: none;
}

.sec404 h1 {
    font-size: 200px;
    font-weight: bold;
    line-height: 181px;
}

.gallery-media {
    width: 270px;
    height: 270px;
}

.gallery-marquee {
    width: 150px;
    height: 150px;
}

.img-thumnail-advance {
    padding: 1px !important;
    border: 1px solid #000;
}

.urs-card-blocks {
    height: 115px;
}

.history-slider-img {
    height: 450px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    font-size: 35px;
    margin-bottom: 55px;
    font-weight: bold;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 27;
}

.mainContent {
    background-color: #F1FBF3;
    margin-bottom: 0;
}

footer {
    margin-top: 0;
}

.back-to-top {
    background-color: #F0FEF8;
    border: 1px solid #198754;
}

.back-to-top:hover, .back-to-top:hover i {
    background-color: #198754;
    color: #F0FEF8;
}

.back-to-top i {
    color: #198754;
}

.breadcrumb {
    padding: 10px 20px;
    --bs-breadcrumb-divider: '>';
    background: #CFE2D3;
    box-shadow: 0px 0px 6px #198754;
}

.contactSendBtn {
    background: none;
}

.viladatImg, .battlePageImg {
    width: 150px;
    height: 150px;
}