/*
 Theme Name:   Lori Robbins Child
 Description:  Lori Robbins Child Theme
 Author:       Jesse Robbins
 Template:     festively
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

.hero h1 {
    text-align:right;
}

.hp-page-wrapper {
   max-width:75%;
   margin:0 auto;
}

.hp-row:after {
    content: "";
    display: table;
    clear: both;
  }

.hp-column {
    float: left;
    padding: 25px;
}

.left {
    width: 65%;
}

.left-no-image {
    width: 100%;
}

.right {
    width: 35%;
}

.book-row:after {
    content: "";
    display: table;
    clear: both;
}

.book-column {
    float: left;
    width: 50%;
    padding: 10px;
}

.book-column-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 600px) {
    .hp-column {
        width: 100%;
    }
    .book-column {
        width: 100%;
    }
}