@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
background: #EEEDE8 !important;
/* font-family: Roboto; */
}

/* Modify the background color */ 
          
.bg-light { 
background-color: #FFFFFF !important;
border-top: 3px solid #218838;
} 

.subscribe { 
background-color: #FFFFFF !important;
border-top: 3px solid #218838;
padding: 20px;
} 

.subscribe-title {
background-color: #28A745;
color: #FFFFFF;
padding: 15px;
margin-bottom: 15px;
}

.entry-title {
font-weight: 700;
font-size: 2.25em;
line-height: 1.385;  
} 

.card-body {
padding: 2.5rem !important;
min-height: 425px;
}

.top-border {
border-top: 3px solid #218838;
}

.img-thumbnail {
margin-right: 12px;
margin-bottom: 40px;
}

/*
.pagination > li > a
{
background-color: white;
color: #218838;
border: solid 1px #218838 !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
background-color: white;
color: #218838;
border: solid 1px #218838 !important;
}

.pagination > .active > a
{
color: white;
background-color: #218838 !important;
border: solid 1px #218838 !important;
}

.pagination > .active > a:hover
{
color: white;
background-color: #218838 !important;
border: solid 1px #218838 !important;
}
*/
