html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    font-family: "Open Sans", sans-serif;
/*    background-color: #f7f7d17d;*/
}

.post{
    padding-top:30px;
}

h1,h2{
    font-family:  "Lato", sans-serif;
    color:#376b36;
    font-weight: normal;
    padding-bottom:20px;
}

.notfound-content {
    padding: 60px 20px;
}

.notfound-content h1 {
    font-size: 6rem;
    margin-bottom: 20px;
}

.notfound-content p {
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.notfound-content .btn {
    margin-top: 10px;
}

.btn-primary {
    background-color: #004236 !important;
    border-color: #004236 !important;
    color: #fff !important;
}

.btn-primary:hover {
    background-color: #376b36 !important;
    border-color: #376b36 !important;
}


.navbar {
	background-color: #fff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#menu-navigation a {
	font-size: 1.1rem;
    color:#004236 !important;
    text-decoration: none;
    padding:5px;
}

#menu-navigation .current-menu-item a,
#menu-navigation .current_page_item a {
    font-weight: bold;
}

.navbar .navbar-brand{
    font-size: 40px;
    font-weight: bold;
    font-family: "Arial Narrow", Arial, sans-serif;
    padding-left: 20px;
    text-transform: uppercase;
    color:#004236 !important;
    text-align: left;
}
 
.second-color {
    background-color:  #004236;
}

.second-color .container {
    color:  #fff;
}

footer {
    margin-top: auto;
    font-size: 1.05rem;
}

#facebook{
    width: 200px;
    background: #fff;
    padding: 15px;
    margin: 20px;
    border-radius: 10px;
}

#mappin{
      width: 60px;
}

#logo{
    margin: 10px 0px 10px 10px;
    padding-right:20px;
    background: #fff;
    border-right: 2px solid #004236;
    width: 90px;
}

.is-style-rounded img {
    border-radius: 20px;
}

h1{
    padding-bottom: 20px;
    padding-top: 30px;
}

.single-post h1, .post h2 {
    padding-bottom: 20px;
}

.single-post .entry, .post .entry {
    padding-top: 30px;
}


.post a{
    color:#000000
}

.wp-block-group:not(:first-child) {
    padding: 50px;
}

.wp-block-group:nth-child(even){
    background-color: #4b994a52;

}

.wp-block-table td, .wp-block-table th
{
    border:none !important;
}
/* Events table styling */
.events-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    margin-top: 30px;
}

.events-table table tr {
    display: flex;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #d3c8c8;
    margin-bottom: 15px;
    overflow: hidden;
    min-height: 75px;
}


.events-table table td {
    display: flex;
    align-items: center;
    padding: 20px;
    border: none;
}

.events-table table td:first-child {
    width: 250px;
    min-height: 100%;
    text-align: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
}

.events-table table td:last-child {
    display: block;
    width: calc(100% - 250px);
    padding: 20px;
}

.events-table table tr:nth-child(odd) td:first-child {
    background-color: #4b994a;
}

.events-table table tr:nth-child(even) td:first-child {
    background-color: #004236;
}

 
.header-image{ padding-bottom: 50px; width: 100%;}
