/*
Theme Name: Boomers Theme
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.post-banner {
    display: block;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #5cb85c;
    color: #fff;
    text-align: center;
    border: 1px solid #4cae4c;
    border-bottom-width: 10px;
}

.post-banner h3 {
    font-family: "Amatic SC", cursive;
    margin: 0px;
    margin-bottom: 5px;
    font-size: 300%;
}

.post-banner p {
    font-size: 120%;
    margin: 0px;
}

.post-banner:hover {
    color: #fff;
    text-decoration: none;
    background-color:#4cae4c;
}

.row.tiled {
    margin-left: 0px;
    margin-right: 0px;
}

.tiled .col-tiled {
    padding: 0px;
    position: relative;
    border: 2px solid #fff;
}

.tiled .col-tiled .info {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0px 15px;
    background: rgba(0,0,0,.30);
    cursor: pointer;
}

.tiled .col-tiled .info:hover,
.tiled .col-tiled .info:focus {
    background: rgba(0,0,0,.50);
}

.info .entry-title {
    text-align: center;
    padding: 0px 25px;
    font-size: 250%;
    font-weight: 700;
    font-family: "Amatic SC", cursive;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 60px;
}

.info .entry-title a {
    color: #fff;

}

.info .entry-title a:hover,
.info .entry-title a:focus {
    text-decoration: none;
}

.info .meta {
    width: 100%;
    left: 0px;
    bottom: 45px;
    position: absolute;
    color: #fff;
    text-align: center;
}

.hero-art {
    width: 100%;
    height: 400px;
    background-image: url('./img/hero-arts.jpg');
    background-size: cover;
    margin-top: -25px;
    text-align: center;
    color: #fff;
    padding-top: 200px;
    margin-bottom: 15px
}

.hero-art h2 {
    font-family: "Amatic SC", cursive;
    font-size: 400%;
}

.hero-art .info {
    padding: 15px;
    background: rgba(0,0,0,.45);
}

#footer {
    margin-top: 25px;
}

