body {
    font-family: Arial, serif;
}

h1 {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    text-shadow: 4px 4px 4px #aaa;
}

a {
    color: white !important;
    text-decoration: underline;
}

button {
    color: white !important;
}

img {
    width: 100%;
    height: 100%;
}

.sectionTitle {
    background-color: white;
}

.sectionA {
    background-color: #25367e;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}

.sectionB {
    background-color: #00a6d3;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}

.card {
    background-color: #00a6d3 !important;
    color: white;
}

.card-header {
    background-color: #00ceffcc !important;
}

.card-footer {
    background-color: #00ceffcc !important;
}

.logo-wrapper {
    margin-left:auto;
    margin-right:auto;
}

.logo {
    width: 100%;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

.align-clear {
    clear: both;
}

.info-box {
    margin-bottom: 15px;
}

.info-box .card {
    height: 100%;
    background-color: rgba(196, 200, 145, 0.25);
}

.image-right {
    float: right;
    width: 350px;
    padding: 10px;
}

.inline-input {
    width: 50px;
}

.inline-input-wider {
    width: 100px;
}

.stock-images div {
    padding: 15px;
}

.footer {
    padding: 10px;
}

.footer a {
    color: #25367e !important;
}

.twitter-icon {
    fill: #25367e;
}

.email-icon {
    fill: #25367e;
}

.contact-us {
    display: flex;
    justify-content: space-between;
}

.homepage-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.xmas-opening2 {
    background-color: red;
    padding: 5px;
    border-radius: 10px;
}

