/*
Theme Name: Dalchi Theme
Theme URI: https: //dalchihealthcare.co.uk/
Author: Paradise Junior Dube
Description: Custom theme based on the Dalchi HTML website.
Version: 1.0
*/


/* Responsive adjustments for tablets */
@media (max-width: 992px) {
    .site-content {
        margin: 60px 40px;
    }
}

/* Responsive adjustments for small screens */
@media (max-width: 576px) {
    .site-content {
        margin: 40px 20px;
    }
}

/* Force margins on the site-content block */
main.site-content {
    margin: 80px 120px;
}

html {
    scroll-behavior: smooth;
    background-color: #eceded;
}

/* Tablet screens */
@media (max-width: 992px) {
    main.site-content {
        margin: 60px 40px;
    }
}

/* Mobile screens */
@media (max-width: 576px) {
    main.site-content {
        margin: 40px 20px;
    }
}