.front {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-image: url("images/splashbg.jpg");
    background-repeat: repeat-x;
    max-height: 540px;
    margin-bottom: 48px;
}
.frontpicture {
    text-align: center;
}

.front a {
    color: #ffffff;
    text-decoration: underline;
    border-style: none;
}

.frontadjustment {
    top: -135px;
}
.fronttext p {
    font-weight: lighter;
    font-size: 18px;
    line-height: 20px;
    font-style: normal;
}
.fronttext {
    width: 984px;
    min-width: 984px;
    max-width: 984px;
    text-align: center;
    position: relative;
    color: #ffffff;
}

.fronttext h1 {
    font-size: 60px;
    font-weight: normal;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0;
    padding-top: 58px;
    padding-bottom: 20px;
}

.fronttext h2 {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0;
    padding-top: 12px; /* TODO: Adjust this */
    padding-bottom: 18px; /* TODO: Adjust this */
}

.fronttext p {
    font-weight: lighter;
    font-size: 18px;
    line-height: 20px;
    font-style: normal;
}

