.bg-horizontal-wreath {
    background: url(/images/wreath-horizontal\ \(1\).png) center center repeat-x;
    height: 150px;
    background-size: 427px 150px;
    width: 100%;
}

.bg-vertical-wreath-left {
    background: url(/images/wreath-vertical\ \(1\).png) -50px center repeat-y;
}

.flex {
    display: flex;
}

.w-full {
    width: calc(100% - 220px);
}

.bg-vertical-wreath-right {
    background: url(/images/wreath-vertical\ \(1\).png) 0 center repeat-y;

}

.bg-vertical-default {
    width: 110px;
    min-height: calc(100vh - 240px);
    background-size: 150px 427px;
    margin-top: -30px;
    margin-bottom: -40px;
}

.jc {
    justify-content: center;
}

.bg-b {
    background-color:black;
}

.text-red {
    color: red;
}

.text-green {
    color: green;
}

.text-shadow {
    text-shadow: 2px 2px white;
}

.position {
    position: fixed;
}


.padding-nav {
    padding-top: 75px;
}

.nav-decoration2 {
    text-decoration: none;
}

.padding-nav2 {
    padding: 20px;
}

.top {
    top: 0;
}

.margin-top-clear {
    margin-top: 90px;
}

.bg-position-offtop {
    background-position: center -50px;
}

.nav-decoration {
    margin: 2px;
    padding: 20px;
}

.nav-decor {
    text-decoration: none;
    padding: 15px;
    margin: 15px;
    background-color: black;
    border-radius: 15px;
    color: white;
}

.nav-style {
    list-style: none;
}

a:hover {
    background-color: grey;
    font-size: 18px;
}

.active,
a.active {
    background-color: green;
}

.width700 {
    width: 100%;
}
.bg-brown {
    background-color: rgb(211, 66, 66);
}
.bg-3page {
    background-color:rgb(8, 7, 7);
}