@font-face {
    font-family: "ArtNouveauCaps";
    src: url(../assets/fonts/ArtNouveauCaps.ttf) format("truetype");
}

@font-face {
    font-family: "Rivanna";
    src: url(../assets/fonts/RivannaNF.ttf) format("truetype");
}


body {
    margin: 0 0 0 0;
    font-family: "Lato";
    font-weight: lighter;
    height: 100%;
    background-color: #d4d3b2;
}

#container {
    width: 80%;
    margin-left: 5%;
}

#content {
    float: left;
    width: 80%;
    padding-top: 1rem;
}

nav {
    float: left;
    width: 20%;
    height: 100%;
    text-align: center;
}

#logo {
    align-items: center;
    padding: 0.25rem;
}

#logo>img {
}

#menu {
    width: 60%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    vertical-align: text-bottom;
}

#menu-options {
    position: absolute;
    bottom: 5rem;
    left: 10%;
    text-align: right;
    width: 7%;
    list-style: none;
}

#menu-options li {
    margin: 20px 0;
}

#menu-expander {
    display: none;
    position: fixed;
    bottom: 5%;
    font-size: 300%;
    margin-left: auto;
    width: 10%;
}

a.menu-item {
    color: #ccc666;
    background-color: black;
    font-family: "Open Sans";
    font-size: 175%;
    padding: 0.25rem;
    margin-bottom: 0.25rem;
    font-style: normal;
    font-weight: lighter;
}

a.menu-item:hover {
    color: white;
    background-color: #224f38;
}

.padding-25 {
    padding: 0.25rem 0.5rem;
}

.active {
    color: white !important;
    background-color: #224f38 !important;
}

.bg-red {
    background-color: #224f38 !important;
}

.bg-black {
    background-color: black !important;
}

.bg-white {
    background-color: #d2c5af !important;
}

.font-red {
    color: #9e1946 !important;
}

.font-black {
    color: black !important;
}

.font-white {
    color: white !important;
}

.font-opensans {
    font-family: "Open Sans";
}

.font-lato {
    font-family: "Lato";
}

.font-italics {
    font-style: italic;
}

.font-bold {
    font-weight: bold;
}

.font-bolder {
    font-weight: bolder;
}

.font-light {
    font-weight: lighter;
}

h1 {
    color: white;
    background-color: #224f38;
    padding: 0 0 0 0.5rem;
    font-family: "Rivanna";
    letter-spacing: 3.5px;
}

h2 {
    font-family: "Open Sans";
}

h3 {
    font-family: "Open Sans";
}

p {
    padding: 0.25rem 0 0.25rem 0.5rem;
    border-left: 3px solid #224f38;
    font-size: 120%;
}

a {
    color: white;
    background-color: #224f38;
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
    padding: 0.25rem;
}

a:hover {
    color: #d2c5af;
    background-color: #0e1031;
    text-decoration: none;
    padding: 0.25rem;
}

li .submenu {
    list-style: none;
}

li .submenu li {
    margin: 0 0;
}

li .submenu li .menu-item {
    font-size: 100%;
}

.display-none {
    display: none;
}

.card-container {
    width: 100%;
}

.card-container:after {
    content: "";
    display: table;
    clear: both;
}

.card {
    width: 100%;
    float: left;
    margin-right: 1%;
    margin-bottom: 1rem;
    border-left: 3px solid #ccc666;
    border-bottom: 3px solid #ccc666;
    border-right: 5px solid #224f38;
}

.card-header {
    margin: 0;
    background-color: #224f38;
    font-family: "Lato";
    font-size: 130%;
    font-weight: lighter;
    color: white;
    padding: 1rem;
}

.card-body {
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    margin: 0;
    padding: 0.25rem;
    border-right: 3px solid #0e1031;
}

.recipe-container:after {
    content: "";
    display: table;
    clear: both;
}

.ingredients {
    float: left;
    width: 33%;
    padding: 0.5rem 0.5rem;
    background-color: #9e1946;
    color: white;
    font-size: 110%;
    margin-right: 5%;
}

.ingredients h2 {
    margin: 0;
}

.instructions {
    padding: 0 0.5rem;
}

.instructions ol li {
    font-size: 18;
    margin: 0;
    padding: 0.75rem 0.5rem;
}

.instructions ol li:nth-child(odd) {
    background-color: rgba(255, 0, 0, 0.05);
}

.instructions ol li:nth-child(even) {
    background-color: rgba(255, 0, 0, 0.15);
}

.instructions h2 {
    margin: 0;
}

.clear {
    clear: both;
}

.float-right {
    float: right;
}

#headshot {
    float: right;
    width: 25%;
    border: 3px solid #9e1946;
    background-color: #9e1946;
    color: white;
    text-align: center;
    padding-bottom: 0.25rem;
}

#headshot img {
    width: 100%;
}

.recipe-img {
    width: 100%;
}

.no-border {
    border: none;
    padding-left: 0;
}

.card-text {
    border: none;
    padding-left: 0;
}

.no-list-style {
    list-style: none;
}

li {
    margin: 0.75rem;
}

.card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card-img-pos-tr {
    object-position: top right;
}

.card-img-pos-bc {
    object-position: bottom center;
}


.card-container .card:nth-child(3n+1) {
    clear: left
}

.infoview {
    width: 95%;
    margin-left: 2.5%;
}

.infoview .cb:checked+label .cb-close {
    display: none;
}

.infoview .cb:checked+label .cb-open {
    display: block;
}

.infoview .cb+label .cb-close {
    display: block;
}

.infoview .cb+label .cb-open {
    display: none;
}

.infoview .cb+label .cb-open {
    display: none;
}

.likehref {
    color: white;
    background-color: red;
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
    padding: 0.25rem;
}

.likehref:hover {
    color: white;
    background-color: black;
    text-decoration: none;
    padding: 0.25rem;
}

.image-gallery {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

figure {
    display: inline-flex;
    margin-inline-start: 0.1em;
    margin-inline-end: 0.1em;
}

figure a {
    background-color: white;
}

.image-gallery figcaption {
    display: none;
}