
.md-grid {
    max-width: 50rem;
}

.sm-grid {
    max-width: 50rem;
}

[data-md-color-scheme="blockapps"] {
    --md-primary-fg-color:      #001b71;
    --md-footer-bg-color:       #001b56;
    --md-footer-bg-color--dark: #001b71;
}
.md-search__form {
    background-color:  rgba(255,255,255,.12)
}
.md-search__form:hover {
    background-color:  rgba(0,0,0,.26)
}

.float {
    background-color: #FF3300 !important;
    border-color: #FF3300 !important;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}

.float2 {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 100;
}

.md-sidebar__scrollwrap {
    max-height: 60vh;
}

.md-social {
    padding-top: 40px;
    left: 215px;
}

.md-footer-meta__inner {
    justify-content: left;
}

.md-sidebar--secondary {
    display: none !important;
  }

.red-text {
    color: #FF3300;
}

/* Custom heading styles */
h1, h2, h3 {
    font-family: 'Raleway', serif !important;
    line-height: 1.2 !important;
    margin-bottom: 0.5em !important;
}

h1 {
    font-size: 2.0rem !important;
    font-weight: 700 !important;
    color: #2c3e50 !important; 
    border-bottom: 2px solid #eaecef !important;
    padding-bottom: 0.3em !important;
} 

h2 {
    font-size: 1.6rem !important;
    font-weight: 600 !important;
    color: #34495e !important;
}

h3 {
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    color: #455a64 !important;
}

/* Improve readability for main content */
.md-content {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

/* Add some space between paragraphs */
.md-content p {
    margin-bottom: 1em;
}

/* Style links in the content */
.md-content a {
    color: #0066cc;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease-in-out;
}

.md-content a:hover {
    border-bottom-color: #0066cc;
}
