#header {
    height: 150px;
    width: 100%;
    color: white;
    background-image: url("images/header-image-left.png");
    background-repeat: no-repeat;
    background-size: cover;
    
    margin-bottom: 50px;
}

#header-text {
    padding-top: 50px;
    padding-left: 50px;
}

#header-text a {
    color: white;
    text-decoration: none;
}

#customTextSection {
    margin-bottom: 50px;
}

#imagePreview {
    max-height: 200px;
    max-width: 500px;
    display: none;
}

.checkboxLink {
    font-size: 14px;
    margin-right: 14px;
    margin-bottom: 14px;
    cursor: pointer;
    color: #007bff;
}

#documentSections {
    margin-bottom: 100px;
}

#createDocumentFooter {
    position: fixed;
    padding: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    background-color: #F7A81B;
}

#bottomSpacing {
    height: 100px;
}

.uploadMessage {
    text-align: center;
}

.downloadBox {
    margin: 0 auto;
    width: 800px;
    border: 1px solid #999900;
    background-color: #FFFFDD;
    margin-bottom: 20px;
}