/* Ludlow Arts: Classical - single page stylesheet */

body{
width: 100%;
margin: auto;
}

.package {
    max-width: 600px;
    min-width: 300px;
    margin: auto;
}

.title {
    font-size: xx-large;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
}

.container-page-heading {
    width: 100%;
    height: 43px;
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    padding-top: 2px;
    padding-bottom: 6px;
    margin-bottom: 0;
    z-index: 0;
    color: white;
    background-image: linear-gradient(to right, #000000, #909090, #000000);
}

.container {
    /*main content*/
    max-width: 600px;
    display: inline-block;
    margin-top: 3px;
    z-index: -1;
}
.content-box {
    min-height: 400px;
    border-style: none none solid none;
    font-size: 12pt;
    padding: 0px;
    line-height: 1.0;
    margin-bottom: 20px;
    border-color: #dd0101;
}
