#header {padding-top:20px;}
section {
    padding-top: 60px;
}
.jumbotron {
    position: relative;
}
.jumbotron h1 {
    font-size: 60px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 9px;
}
.jumbotron p {
    font-weight: 300;
    margin-bottom: 18px;
}
.jumbotron .btn-large {
    border-radius: 6px 6px 6px 6px;
    font-size: 20px;
    font-weight: normal;
    margin-right: 10px;
    padding: 14px 24px;
}
.jumbotron .btn-large small {
    font-size: 14px;
}
.masthead {
    margin-bottom: 72px;
    padding-top: 56px;
}
.masthead h1, .masthead p {
    text-align: center;
}
.masthead h1 {
    margin-bottom: 18px;
}
.masthead p {
    font-size: 24px;
    line-height: 30px;
    margin-left: 5%;
    margin-right: 5%;
}
.footer {
    border-top: 1px solid #E5E5E5;
    margin-top: 45px;
    padding: 35px 0 36px;
}

.post-info {
    font-size: 0.9em;
    color: #999;
}

.txt-right {
    text-align: right;
}

span.required {
    color: #FF0000;
}

