
body{
    background-color: ghostwhite;
}
.wrapper{
    margin: 0 5em;
}

blockquote{
    width: auto;
    box-sizing: border-box;
    background: none repeat scroll 0% 0% #F5F5F5;
    padding: 10px 10px 5px;
    margin: 10px 0px 20px;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 3px #888;
}

.inlineCode {
    padding: .2rem .5rem;
    margin: 0 .2rem;
    font-size: 90%;
    border: 1px solid #000;
    background-color: lightgray;
    font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace;
    word-break: keep-all;
}

img {
    height: auto;
    width: auto;
}

.sect{
    padding: 1em;
}

h4{
    padding: 2em;
    line-height: 150%;
}
h2{
    padding: 2em;
    text-align: center;
}

ul{
    font-weight: bold;
    padding: 0 20em;
    font-size: 12px;
}


p{
    padding: 2em 15em 2em 15em ;
    font-weight: bold;
    font-size: 12px;
    line-height: 200%;
    
}

li.menu > a{
    color: #ffffff;
}

footer {
    background-image: url(http://subtlepatterns.com/patterns/footer_lodyas.png);
    background-size: cover;
    text-align: center;
}

footer img{
    height: 80px;
    width: 80px;
}

footer > p {
    color: white;
    text-shadow: 0px 1px 1px #000;
}

.social > li {
    display: inline-block;
}

.content-footer {
    margin-top: 3em;
    padding: 1em;
    font-weight: 300;
    letter-spacing: 0.05em;
    max-width: none;
}

.content-footer > p{
    font-weight: 300;
    padding: 10px;
    letter-spacing: 0.05em;
    text-shadow: 0px 1px 5px #fff;
}