body {
    color: #ff8000;
    background: #ff8000 url("../images/tris_tesselate_crop.svg");
    background-position: 0px 0px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.navbar {
    background: #ff8000;
    align-items: center;
    display: inline-flex;
    position: absolute;
    width: 100%;
    padding: 0px 0px;
    border-bottom: 0px solid rgba(255, 236, 217, 1);
    box-shadow: 0 2px 4px rgba(255, 236, 217, 0.5);
    z-index: 9;
}

.nav-items {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    align-items: center;
    max-height: 100%;
    margin-right: 15px;
}

.nav-container {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.nav-link {
    color: #fff2e5;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    transition: .3s;
}
.nav-link:hover {
    color: #1a0d00;
}

.logo {
    display: inline-block;
    text-decoration: none;
    margin-left: 15px;
}
.logo img {
    max-width: 80px;
}


