.site-post {
    width: 100%; /* This ensures the content takes the full width available */
    max-width: 1200px; /* You can adjust this value to your desired maximum width */
    margin: 0 auto; /* This centers the content if it's less than the max-width */
    padding: 0 20px; /* This adds some space on the sides so the text doesn't touch the edges */
}

#content article.post h2.entry-title {
    font-size: 24px; /* Adjust this value to your desired font size */
}

#content article.post {
    padding: 30 30px 30px 30px; /* Top, Right, Bottom, Left */
	
	
}

#secondary {
    display: none;
}

/* Remove any max-width and padding from the content area */
.site-main {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}

/* Ensure the entire container of the site is full width */
.container, .site-content, .content-area {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
}

/*


.body .content-area {
    width: 100% !important;
}



.widget.widget_block.widget_media_image {
    background-color: #FFFFFF;
} !important


.widget.widget_categories	 {
    background-color: #FFFFFF;
} !important


.sidebar-primary {
    background-color: #FFFFFF;
}

#media_image-5 {
    background-color: #FFFFFF; /* White background */
}

#wpcom_social_media_icons_widget-2 {
    background-color: #FFFFFF; 
	color: black; /* White background */
}


#text-2 {
    background-color: #FFFFFF; /* White background */
}

#text-2 a {
    color: #00008B; /* Dark blue color for unvisited links */
}

#text-2 a:visited {
    color: #00008B; /* Dark blue color for visited links */
}


#text-12 {
    background-color: #FFFFFF; /* White background */
}

#text-12 a {
    color: #00008B; /* Dark blue color for unvisited links */
}

#text-12 a:visited {
    color: #00008B; /* Dark blue color for visited links */
}


#text-7 {
    background-color: #FFFFFF; /* White background */
}

#text-7 a {
    color: #00008B; /* Dark blue color for unvisited links */
}

#text-7 a:visited {
    color: #00008B; /* Dark blue color for visited links */
}


#rss_links-3 {
    background-color: #FFFFFF; /* White background */
}

#rss_links-3 a {
    color: #00008B; /* Dark blue color for unvisited links */
}

#rss_links-3 a:visited {
    color: #00008B; /* Dark blue color for visited links */
}


#categories-2 {
    background-color: #FFFFFF; /* White background */
}

#categories-2 a {
    color: #00008B; /* Dark blue color for unvisited links */
}

#categories-2 a:visited {
    color: #00008B; /* Dark blue color for visited links */
}

#blog_subscription-2 {
    background-color: #FFFFFF;
	color: black /* White background */
}

#rss_links-2 {
    background-color: #FFFFFF; /* White background */
}

#rss_links-2 a {
    color: #00008B; /* Dark blue color for unvisited links */
}

#rss_links-2 a:visited {
    color: #00008B; /* Dark blue color for visited links */
}
}


}



