.ld-compliance-score {
    font-family: Georgia, serif;
    font-size: 2rem;
    color: #333;
    text-align: center;
}


/** To hide header*/
.ast-main-header-wrap.main-header-bar-wrap {
    /* display: none; */
} 

/** To change the background of navbar */
.ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item {
    background: #013b4e;
}

/** To hide footer*/

footer#colophon {
    display: none;
}


.hfe-before-footer-wrap {
    display: none;
}

/** To hide the "Start Learning" button */
.ast-custom-button {
    display: none;
}

/* Add margin between the buttons */
.all-courses-button {
    margin-right: 20px; /* Adjust the margin as needed */
}

.ast-button {
    margin-right: 10px;
}

/*To adjust height of custom logo */
header .custom-logo-link img {
    max-width: 250px;
    max-height: 100px;
}

/* TO hide primary menu item */
li#menu-item-1765 {
    display: none;
}