body {
    background-color: #1d1715;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 958px;
    color: #100909;
}

.topnav {
    padding: 10px 0px;
    font-family: "Kalam", cursive;
    font-size: 22px;
    background-image: url("../img/navlogo.png");
    background-repeat: no-repeat;
    background-position: 10px;
}

.topnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.topnav li {
    display: inline-block;
    margin: 0 15px;
}

.topnav a.active {
    color: #aa8544;
}

.topnav a {
    text-decoration: none;
    color: white;
    display: block;
    position: relative;
    padding: 8px 0;
}

.topnav a::before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #aa8544;
    transition: 0.5s transform ease;
    transform: scale3d(0, 1, 1);
    transform-origin: 50% 50%;
}

.topnav a:hover::before {
    transform: scale3d(1, 1, 1);
}

.top {
    display: inline-block;
    width: 958px;
    height: 400px;
}

.content {
    display: inline-block;
    background-color: wheat;
    padding: 2.5%;
    width: 95%;
}

.left-column {
    float: left;
    width: 60%;
    padding: 2.5%;
    line-height: 1.5;
}

.right-column {
    float: left;
    width: 30%;
    padding: 2.5%;
}

.center-column {
    width: 660px;
    padding: 2.5%;
    margin: 0 auto;
    line-height: 1.5;
}

h1 {
    font-family: "Kalam", cursive;
    font-weight: bold;
    font-style: italic;
    font-size: 4em;
    line-height: 50%;
    color: #aa8544;
}

h2 {
    font-family: "Kalam", cursive;
    font-weight: bold;
    font-size: 1.5em;
    color: #aa8544;
    margin-top: 2em;
}

li {
    font-family: "Diphylleia", serif;
    font-size: 1em;
    margin-top: 10px;
}

p {
    font-family: "Diphylleia", serif;
    font-size: 1em;
}

a {
    text-decoration: none;
    color: brown;
}

.right-column p {
    font-family: "Kalam", cursive;
    font-size: 1.1em;
    color: #aa8544;
    text-align: center;
    margin-bottom: 20px; 
    padding: 6px;
}

.gallery-column {
    box-sizing: border-box;
    float: left;
    width: 50%;
    text-align: center;
}

.gallery-column .photo {
    margin-bottom: 6px;
}

.gallery-row:after {
    content: "";
    display: table;
    clear: both;
}

.button {
    background-color: #aa8544;
    border-radius: 12px;
    color: wheat;
    padding: 12px 16px 8px 16px;
    margin-top: 10px;
    text-decoration: none;
    display: inline-block;
}

.photo {
    width: 95%;
    padding: 6px;
    background-color: #f2f2f2;
    -webkit-box-shadow: 1px 3px 4px 0px #888;
    -moz-box-shadow: 1px 3px 4px 0px #888;
    display: inline-block;
    margin-bottom: 100px;
}

.photo img {
    float: left;
    width: 100%;
}

.content:after {
    clear: both;
}

.footer {
    background-image: url("../img/bg_footer.png");
    padding: 4%;
    text-align: center;
    font-family: "Kalam";
    font-size: 1.4em;
}

.footer a {
    color: wheat;
    text-decoration: none;
}

#topButton {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: #aa8544;
    color: wheat;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#topButton:hover {
    background-color: wheat;
    color: #aa8544;
}

@font-face {
    font-family: "Kalam";
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/kalam_light_300.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Kalam";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/kalam_regular_400.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Kalam";
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/kalam_bold_700.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Diphylleia";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/diphylleia_regular_400.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
