@charset "utf-8";
/* CSS Document */
body {
    font-size: 1em;
    line-height: 1.3em;
    font-family: Arial, sans-serif;
}

/* classes */
.burntred {
    color: #E94D40;
}

.navyblue {
    color: #0C243C;
}

.specialcakesfont {
    font-family: Arial, sans-serif;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.clearboth {
    clear: both;
}

/* Custom CSS */

table {
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.burntredbg {
    background-color: #E94D40;
}

.navybluebg {
    background-color: #0C243C;
}

.dietaryinfo {
    color: #666666;
}

body {
    margin: 0;
}

footer {
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0C243C;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}

ul.topnav li {
    float: left;
}

ul.topnav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

ul.topnav li a:hover:not(.active) {
    background-color: #111;
}

ul.topnav li a.active {
    background-color: #E94D40;
}

ul.topnav li.right {
    float: right;
}

@media screen and (max-width: 600px) {
    ul.topnav li.right,
    ul.topnav li {
        float: none;
    }
}

.inline-flex {
    display: inline-flex;
}

.items-center {
    align-items: center;
}

.content {
    margin: 15px;
}

.header {
    background-image: url("../images/small/cakes360.png");
    height: 360px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
}