/*
    Theme Name: Civil Legal Services Center placeholder
    Theme URI: https://civillegalservicescenter.org/
    Description: Civil Legal Services Center plageholder
    Version: 1.0
    Author: Corey Lang
    Author URI: 
    Tags: CLSC

    License: Commercial
    License URI: 
*/

*,
:after,
:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

html {
    font-size: 62.5%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}
body {
    font: 400 12px/1.4 'Roboto', 'Lato', 'Open Sans';
    color: #444444;
    min-height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #f9f8f6;
}
html, body {
    overflow: hidden;
}

.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear {
    clear: both;
}

.clear {
    zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: middle;
}
.pl {
    float: left;
}
.pr {
    float: right;
}

header {
    background-color: #f9f8f6;
}
header div.banner {
    padding: 10px 50px;
}
header div div.pn {
    padding-top: 20px;
}
header div div.pn a {
    color: #444444;
    font-size: 24px;
    text-decoration: none;
}

main {
    padding: 0 50px;
}
main div.content,
main div.content div {
    padding-top: 50px;
    text-align: center;
}
main div.content div.content-text {
    /* position: relative;
    top: 90px; */
}
main div.content div.content-image img {
    /* position: relative; */
    /* top: 120px; */
    /* bottom: -120px; */
    border-radius: 20px;
}

footer {
    color: #f9f8f6;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #444444;
    padding: 40px 50px;
}
footer div.cr {
    margin-left: 25%;
    text-align: center;
    font-size: 12px;
}
footer div.pn a {
    color: #f9f8f6;
    font-size: 18px;
    text-decoration: none;
}

@media (max-width: 1209px) {
    footer {
        padding: 20px 50px;
    }
    footer div.cr {
        float: none;
        margin-left: 0px;
    }
    footer div.pn {
        float: none;
        margin-top: 30px;
        text-align: center;
    }
}
@media (max-width: 396px) {
    header div div.pn a {
        font-size: 18px;
    }
}
@media (max-width: 354px) {
    header div div {
        float: none;
        text-align: center;
    }

}