body {
    font-family: "PT Sans";
    background-image:url('Poppies-muted.png');
}
h1 {
    font-family: "Mirza";
}
h2 {
    font-family: "Mirza";
}
h3 {
    font-family: "Mirza";
}
.main-container {
    background-color:#FFFFFF;
    opacity: 50%;
}
.link-success {
    color:#4663ac !important;
    text-decoration:none;
}
.btn-success {
    background-color:#70AE98 !important;
    border-color:#ADDDCE !important;
    border-width:4px;
}
.card-footer {
    border-top-color:#F1CDB0 !important;
    border-top-width:1px;
    background-color:#ffffff !important;
}
.card {
    border-width:3px;
    border-color:#89AEB2;
}

p {
    color:#111111 !important;
}
.topImage {
    margin-bottom:20px;
    border-radius:10px;
    max-height:200px;
}
.productImage {
    margin-bottom:20px;
    border-radius:10px;
    max-height:800px;
}
.productThumbnail {
    margin-bottom:20px;
    border-radius:5px;
    max-height:160px;
    max-width:160px;
}
.topDiv {
    font-size:72px;
    font-family:'Caveat';
}
.contentBox {
    padding:40px;
    border-radius:10px;
    background-color:#ffffff;
}
.cardTopImageDiv {
    padding:10px;
}

.horizontalDivider {
    border-style:solid;
    border-width:2px 0px 0px 0px;
    border-color:#F1CDB0;
}

.brandLogo {
    float:left;
    margin-right:20px;
    border-radius:5px;
    max-height:80px;
    max-width:80px;
}


.productPrice {
    font-family:"Mirza";
}

