﻿body {
}
main {
    margin: 0 auto;
    width: 100%;
    padding-top: 1em;
    min-height: 80vh;
}
#splash {
    width: 100%;
    height: 60vh;
    font-size: 7em;
    color: teal;
    font-weight: 900;
    float: right;
    
    text-align: center;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
    background: url(../images/July_2002_028.jpg) no-repeat center center;
    /*background-size: cover; opacity: 0.7;*/
}
/*
#divwelcome {
            float: none !important;
            font-size: 1rem !important;
            padding-right: 0 !important;
        }
    */
#divcallnow {
    /*
    font-size: 2em;
        */
}
.abpseal, .pcmhseal {
    width: 200px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}
#divabout {
    margin:  0 auto;
    background-color: teal;
    width: 100%;
    color: white;
    padding-top:  2em;
    padding:  2em;
    
}
    #divabout p {
        margin: 0 auto;
        width: 50%;
        font-size:  2em;
        
    }
@media only screen and (max-width: 768px) {
        #splash {
            height: auto !important;
            text-align: center;
            min-height: 40vh;
        }

        #divwelcome {
            float: none !important;
            font-size: 1rem !important;
            padding-right: 0 !important;
        }

    #divcallnow {
        /*
            font-size: 1em;
                */
    }

        #divpcmh {
            display: block !important;
        }

        .abpseal, .pcmhseal {
            max-width: 100%;
            height: auto;
            display: block;
            margin: auto;
        }

        #divabout {
            background-color: teal;
            width: 80%;
            color: white;
        }
    }