.blog-pic {
    border-radius: 6px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 256px;

    background-color: hsl(141, 53%, 53%);
}


.featured-page-image {
    border-radius: 6px;
    background-color: hsl(141, 53%, 53%);
    min-height: 300px;
    max-height: 1024px;
    background-image: url('');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

table.roundedCorners { 
    border: 0px solid rgb(255, 255, 255);
    border-radius: 15px; 
    border-spacing: 1rem;
    margin: auto;
    background: rgba(49, 49, 49, 0.5);
    }
  table.roundedCorners td, 
  table.roundedCorners th { 
    border-bottom: 0px solid rgb(255, 255, 255);
    padding: 10px; 
    }
  
    table.roundedCorners body {
        -webkit-text-size-adjust: none;
    }
    table.roundedCorners mark {
        background-color: transparent;
        color: inherit;
    }
    table.roundedCorners input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
    table.roundedCorners input, select, textarea {
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        appearance: none;
    }