body {
    background-color: #09293b; /*Dark blue*/
    /*        align-items: stretch;
     j ust*ify-content: center;
     display: flex;*/
    color: #09293b;
    font-size: large;
        font-family: "Helvetica", sans-serif;
}
h1 {
    text-align:center;
    text-transform: uppercase;
    font-family: "Garamond", "Times New Roman", "Times", serif;
}
h5 {
    text-align:center;
    margin: 5px;
}
a {
    color: #09293b;
}
p {
}
.cerulean-border {
    background-color: #13405d;
    margin: 15px auto 15px auto;
    border-left: min(50px, 5vw) solid #13405d;
    border-top: min(20px, 2vw) solid #13405d;
    border-radius: min(30px, 5vw);
    max-width: 800px;
}
.main-content {
    border-left: min(20px, 2vw) solid #42c8c0;
    /*         border-top: 10px solid #42c8c0; */
    border-radius: 30px 30px 0px 0px;
    background-color: #f2eabd;
    padding: 10px 20px 10px 20px;
    min-height: calc(100vh - 70px);
}
#fancyline {
image-rendering: pixelated;
border-top: 30px solid red;
border-left: 30px solid;
border-right: 30px solid;
width: 70%;
/*             padding: 15px; */
border-image: url(border.png) 26;
}

.menu-boxes{
    display: flex;
    justify-content:  space-between;
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 100%;
}
.menu-boxes h3{
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-wrap: nowrap;
}
.menu-boxes div{
    margin: auto 5% auto 5%;
    width: 100%;
}

.footer {
    min-height: 100px;
}

.quote-bubble{
    display: grid;
    grid-template-columns: 3fr 1fr;
/*     grid-template-rows: 1fr 3fr; */
    border: 20px solid #09293b;
    border-radius: 20px;
    background-color: #09293b;
    margin: 5%;
}
.quote-bubble * {
    color: #f2eabd;
    margin: 0px;
}
.quote-bubble p {
    grid-column-start: 1;
    grid-column-end: 3;
    text-align: left;
    vertical-align: bottom;
    margin-bottom: 2px;
}
.quote-bubble h6 {
    text-align: right;
    vertical-align: top;
}
.quote-bubble h3 {
    margin-bottom: 7px;
}



/* Mobile first */
.image-grid{
    display: grid;
    grid-template-columns: repeat(1, [col-start] 1fr);
    gap: 0px;
}

@media (min-width: 576px) {
    .image-grid {
        grid-template-columns: repeat(2, [col-start] 1fr);
    }
}
.image-bubble{
/*    display: grid;
    grid-template-columns: 3fr 1fr;*/
    /*     grid-template-rows: 1fr 3fr; */
    border: 20px solid #09293b;
    border-radius: 20px;
    background-color: #09293b;
    margin: 5%;
}
.image-bubble * {
    color: #f2eabd;
    text-align: center;
    margin: 0px;
}
.image-bubble img {
    width: 100%;
}
.image-bubble h6 {
    text-align:right;
}


.return {
    margin-bottom: 15px;
}
.return a {
    border: 10px solid #42c8c0;
    border-radius: 20px 0 0 20px;
    background-color: #42c8c0;

    text-decoration-line: none;
    text-transform: lowercase;
    letter-spacing: 2px;
    font-family: "Lucida Console", "Courier New", monospace;
}
