body {
    color: #fff;
    font-family: "Segoe UI";
    font-style: normal;
    max-width: 1500px;
    padding-bottom: 30px;
    background: #332312 url(assets/images/Rottweiler.svg) no-repeat bottom fixed;
    background-size: 100%;
}

.title {
    display: flex;
    color: #E0B88A;
}

h1 {
    font-size: 2.5em;
    margin-left: 0.3em;
    
}

h1,h2 {
    font-family: Oswald;
    margin-bottom: 0.3em;
    padding-left: 4px;
}

#heading {
    float:left;
    background-color: #362A1C;
    box-sizing: content-box;
    width: 100%;
    padding: 10px;
}

.menu-button {
    color: #ccc;
    background-color: #362A1C;
    display: inline-block;
    font-size: 1.25em;
    padding: 6px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 2px;
    border-radius: 5px;
    font-family: Outfit;
}

.menu-bar {
    top: 100px;
    background-color: #E0B88A;
    padding: 1px;
    margin: 1px;
    margin-bottom: 2px;
    width: fit-content;
    border: solid;
    border-radius: 5px;
    border-color: #E0B88A;
}

#content {
    position: absolute;
    top: 160px;
}

#footer>.menu-button {
    color: #fff;
    background-color: #8B8176;
}

p {
    padding-left: 8px;
    padding-right: 10px;
}

a {
    text-decoration: none;
    color: #8BC7E0;
}

.a-bar {
    color: #ddd;
}

.left-img {
    padding-top: 15px;
    width: 100%;
    max-width: 600px;
}

.list {
    display: inline-block
}

.video-fig {
    width: fit-content;
    margin-left: 20px;
    text-align: center;
}

.video-figcap {
    width: fit-content;
    margin-left: 80px;
}

.right-img {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    padding-left: 16px;
}

.right-fig {
    display: inline-block;
    width: 40%;
    height: fit-content;
    margin: 5px;
    text-align: center;
}

.figcap {
    width: initial;
    text-align: center;
    margin-left: 20px;
}

figcaption {
    width:initial;
    padding-left: 1px;
    padding-top: 3px;
    margin-bottom: 20px;
}

div>span {
    color: #000;
}
