/* Start custom CSS */h1.entry-title {
    font-weight: 500;
}
body{
    overflow-x: hidden;
}
header.entry-header.alignwide:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0000006e;
    top: 0;
    left: 0;
    z-index: -1;
}
header.entry-header.alignwide {
    background-image: url(https://www.gettum.com/wp-content/uploads/2020/12/wood-white-and-charcoal-modern-exterior-paint-themes.jpg);
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    padding: 120px 50px;
    margin: 0 auto;
    max-width: 100%;
    border: none;
    position: relative;
    z-index: 0;
}

header.entry-header.alignwide h1 {
    color: #fff;
    text-align: center;
}/* End custom CSS */