﻿.img-fluid {
    width: 100%;
}

.text_header {
    top: 300px;
    font-size: 30px;
    z-index: 222;
    position: absolute;
    color: white;
    text-align: center;
    font-family: Times New Roman;
    width: 100%;
    max-width: 100%;
}

.note {
    text-align: center;
    color: brown;
    font-weight: bold;
    font-size: 17px;
}

.Overlay_img {
    height: 200px;
    object-fit: cover;
}

.img_covering {
    padding: 0.5em;
    display: block;
    box-shadow: 0 0 5px rgb(12 29 90);
    transition: all .2s ease-in-out;
}

td {
    font-size: 15px;
}

.table_header {
    background-color: #3fbbc0;
    box-shadow: 1px 1px 30px 1px #00696c inset;
    /*background: rgb(5,37,38);
            background: linear-gradient(180deg, rgba(0,105,108,1) 0%, rgba(63,187,192,1) 30%, rgba(63,187,192,1) 70%, rgba(0,105,108,1) 100%);*/
    color: white;
    font-family: alegreya_sansregular;
}

.panel-default {
    border-color: #ddd;
    border-radius: 5px;
    border: 1px dashed #777;
    width: auto;
    padding: 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
    background-image: url('../img/page_bg_dimand.svg');
}

.About_DSYW {
    background-image: url('../img/background.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 100%;
    background-size: cover !important;
    height: auto;
    padding: 30px 0 30px;
    color: white;
}

    .About_DSYW th,
    .About_DSYW td {
        color: white;
        font-size: 15px;
    }

.image_gallery {
    background-image: url('../img/svg/overlapping-diamonds.svg');
    background-repeat: repeat;
    max-height: 100%;
    height: auto;
    padding: 30px 0 30px;
}

    .image_gallery h2 {
        color: black;
    }

.about {

}

    .about h2 {
        color: black !important;
    }

.card-title {
    text-align: center;
}

.card-text {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #424141;
    margin: 0px;
}

.card_row {
    margin: 5px 0px;
}

.Sports_Officer {
    padding: 25px 0px;
}

.Sports_Officer_tab_area {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    border: 1px solid #bbbbbb;
    background-image: url('../../../assets/img/svg/diamonds.svg');
}

.Sports_Officer th,
.Sports_Officer td {
    color: black;
    font-size: 15px;
}

.Sports_Officer img {
    max-width: 100px;
}

.about_layout_1 {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    border: 1px solid #bbbbbb;
    background-color: #ffffff;
    background-image: url('../../../assets/img/svg/diamonds.svg');
    padding: 25px;
}

.coaches {
    padding: 25px 0px;
}

.coache_tab_area {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    border: 1px solid #bbbbbb;
    background-image: url('../../../assets/img/svg/diamonds.svg');
}

    .coaches th,
    .coaches td {
        color: black;
        font-size: 15px;
    }

    .coaches img {
        max-width: 100px;
    }

@media (max-width: 991px) {
  .navbar .mobile-nav-toggle {
    display: block !important;
    color: #000 !important;
  }
}