.creditsTitle {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.2em;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    color: #171e33;
    margin:40px auto 3px auto;
}

.vendorName {
    color: #6f102a;
    font-family: 'Amatic SC', cursive;
    font-weight: bold;
    font-size: 2em;
    margin: 8px 0px 0px 0px;
}

.vendorDesc {
    color: #323f68;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 1.25em;
    margin: 8px 0px 8px 0px;
}

.hSpace2 {
    width: 100%;
    display: block;
    height: 30px;
}