/*
Theme Name: Boston Child
Theme URI: https://www.famethemes.com/themes/boston
Template: boston
Author: FameThemes
Author URI: https://www.famethemes.com
Description: Boston is a minimal Wordpress Theme designed for blogger, it provides many features that blogger will love. Whether you are looking to share your own thoughts, write about your latest findings, Boston is designed to fulfill these and a lot more. Get free support at https://www.famethemes.com/contact/ and check the demo at http://www.famethemes.com/preview/?theme=Boston
Tags: one-column,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-logo,custom-menu,featured-images,full-width-template,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,blog,news
Version: 1.1.1
Updated: 2022-10-21 15:12:51

*/
div#featured-content {
    background: #ffffff63;
}
div#content {
    background: #ffffffc4;
	min-height:100vh;
}
footer#colophon {
    background: gray;
	color:#fff;
}
.archive__layout1 {
    display: grid;
    grid-template-columns: auto auto;
    gap: 2rem;
}
.widget-title {
    background: gray;
    color: #fff;
    font-weight: bolder;
}
.site-topbar {
    background: gray;
}

nav#site-navigation ul li a {
    color: #fff;
    font-weight: bolder;
}
.archive__layout1 .entry-more a {
	border: 1px solid #d65456;
	    color: #000;
}
@media screen and (max-width : 480px){
	.archive__layout1 {
    display: block;
    
}
}