/*
Theme Name: Happy Thoughts
Theme URI: https://happythoughts.com/
Description: Child theme of OceanWP WordPress theme
Author: echoQuest, Inc.
Template: oceanwp
Version: 1.0
*/

.page-header {
    box-shadow: inset 0px 3px 10px -2px #000;
    text-shadow: 1px 1px 5px #000;
}

.homebox {
    box-shadow: 0px 0px 10px 0px #586c89;
    padding: 15px;
    border-radius: 5px;
    min-height: 250px;
    line-height: 1.8em;
    font-size: .9em;
}

.content-area {
    margin:0 auto !important;
    position: relative !important;
    width: 95% !important;
    padding: 0 30px !important;
    border-right-width: 1px !important;
    border-style: solid !important;
    border-color: #f1f1f1;
}

#banner-bottom { 
    width: 100%;
    margin: 0;
    background-image: url('/wp-content/uploads/2021/10/cropped-Web-Banner.jpg');
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 350px;
}

@media only screen and (max-width: 480px) {
    #banner-bottom { 
        min-height: 100px;
    }
}

