﻿#pdfImage {
    width: 70%;
    height: auto;
    border: 2px solid #ddd;
    box-shadow: 10px 10px 5px grey;
}

.pdf {
    text-align: center;
}

#footerLogos {
    text-align: center;
    filter: grayscale(100%);
}

.downloadButton {
    border-color: #5d0859 !important;
    color: #5d0859 !important;
}

.downloadButton:hover {
    background-color: #5d0859 !important;
    color: white !important;
}

@media screen and (max-width: 767px) {
    
    .downloadButton {
        text-align: center;
    }
}

#spacerBasic {
    margin-bottom: 99px;
}

#spacerPro {
    margin-bottom: 66px;
}

.submitButton {
    background-color: #5d0859 !important;
    border-color: #5d0859 !important;
}