
/*Style to center-align the navbar contents*/
/*.nav.navbar-nav{*/
    /*float: none;*/
    /*margin: 0 auto;*/
    /*display: table;*/
    /*table-layout: fixed;*/
/*}*/


header{
    background: #5c89c7;

}

#kv_logo{
    width: 100px;
    position: absolute;
}

.site_title{
    text-transform: uppercase;
    font-size: 2rem;
}

.site_subtitle{
    font-size: 2rem;
    font-weight: lighter;
    font-style: italic;
}

.extra_large{
    font-size: 3rem;
    color: gold;
}


.diabetes-color{
    color: #5c89c7;
}

.gold-color{
    color: gold;
}

header .container {
  padding-top: 50px;
  padding-bottom: 50px;
}


#department_head i{
    margin-right: 10px;
}


#department_head_image{
    height: 200px;
    overflow: hidden;
}

#department_head_image img{
    width: 100%;
}

#department_head_description{
    text-align: justify;
    padding-top: 25px;
}


#about_coe{
    background-color: rgba(185, 185, 185, 0.15);
    text-align: justify;
}

.section-heading i{
    margin-right: 10px;
}


#patient_care_facilities_list{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}


.patient_care_facility {
    padding: 10px;
    max-width: 250px;
    margin: 3px;
    border: 1px dotted grey;
    border-radius: 11px;
    color: #5c89c7;
}


.panel-title i{
    font-size: 30px;
    vertical-align: sub;
    margin-right: 5px;
}

#contact-us{
    border-top: 1px solid grey;
}


.panel-body p{
    font-size: 1.4rem;
}


#about_care_center_bullets{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

#about_care_center_bullets ul{
    list-style: none;
}

#about_care_center_bullets ul li{
    font-size: 1.7rem;
    margin-bottom: 1rem;
}

#about_care_center_bullets ul li i{
    margin-right: 5px;
    font-size: 2rem;
    color: brown;
}


@media (min-width: 768px){
    header .container {
        padding-top: 75px;
        padding-bottom: 25px;
    }


    .site_title{
        font-size: 5rem;
    }

    .extra_large{
        font-size: 7rem;
        color: gold;
    }

    #department_head_description{
        padding-top: 0;
    }

    #department_head .container{
        box-shadow: 1px 1px 21px lightgrey;
        padding: 0px 25px 25px;
    }

    #about_coe .container, #patient_care_facilities .container, #faqs .container{
        padding: 0px 25px 25px;
    }

    .navbar-custom {
        padding: 0px 0;
    }

}

#diseases-list{
    margin-top: 25px;
    padding: 5px 5px 0;
    border: 1px dotted grey;
}