/* DEFAULT TAG STYLE */
body {
    min-width: 400px;
    max-width: 1000px;
    width: auto !important;
    margin: auto;
    padding: 0 50px;
    font: 125%/1.4 Cormorant, serif, "Open Sans", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    background-color: #1b1b1b;
    font-size: 1.4em;
    text-rendering: optimizeLegibility;
}

a:link {
    color: #c54242;
}

a:visited {
    color: #c66d6d;
}

h1,
h2,
h3 {
    line-height: 1;
}

hr {
    overflow: visible; /* For IE */
    height: 20px;
    width: 80%;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}

hr:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

/* CUSTOM CLASSES */
.content-wrapper {

}

.page-background {
    background-image: url('../assets/modeste_logo.png');
    background-repeat: no-repeat;
    background-size: 20em;
    background-position: center;
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
}

.page-title {
    text-align: center
}

