/* --------------------- 
   logo size 
   --------------------- */
.md-header__button.md-logo img {
    height: 40px !important;  /* You can adjust this size */
    max-height: none !important;
}
/* -------------------
   REMOVE ALL SHADOWS
------------------- */
.md-header,
.md-main__inner,
.md-content,
.md-typeset {
    box-shadow: none !important;
}

  /* Make header cleaner & larger logo */
.md-header {
    background-color: white !important;
    box-shadow: none !important; /* remove shadow */
}

/* Site name style */
.md-header__title {
    font-size: 1rem;
    font-weight: 400;
    color: #1a1a1a !important;
}

/* Increase navbar brand/title size */
.navbar-brand {
    font-size: 1rem;
    font-weight: 500; /* optional */
}

/* ------------------------------------------  
   Menu items (nav) on the right 
   ------------------------------------------ */
.md-tabs {
    margin-right: auto;
}

/* Menu link style */
.md-tabs__link {
    font-size: 1rem;
    font-weight: 500;
    color: #1f2d3d !important;
}

.md-tabs__link:hover {
    color: #3f91f4 !important; /* hover color */
}

/* --------------------- 
    Search icon style 
    ---------------------  */
.md-search__icon {
    color: #000 !important;
    font-size: 1.4rem !important;
    transform: scale(1.2);
    vertical-align: middle;
    line-height: 1;
}

/* ---------------------
   Remove partition line
--------------------- */
.md-header {
    border-bottom: none !important;
}
.md-tabs {
    border-bottom: none !important;
}
