@font-face {
    font-family: futura-pt-book;
    src: url("../fonts/Futura_PT/FuturaPTBook.otf");
}
@font-face {
    font-family: futura-pt-bold;
    src: url("../fonts/Futura_PT/FuturaPTBold.otf");
}
::selection {
    background-color: #f1e86f;
}
html {
    font-family: futura-pt-book, Futura, sans-serif;
    width: 100%;
    /*background: #e4e4d3;*/
    font-size: 40pt;
    background-image: url("../img/background_5.png");
    background-repeat: repeat;
    background-size: 100% auto;
}
/*
@media screen and (max-width: 800px) {
    html{
        background: none;
    }
}
*/

body {
    /*max-width: 800px;*/
    margin: 0 auto;
}

header {
    background-color: #f1e86f;
}
header h1 {
    margin: 0;
}
header a {
    width: 370px;
    margin: 0 auto;
    display: block;
}
header a img {
    margin-top: 12px;
}

main {
    margin-top: 60px;
}

.page-toggle-area div {
    display: block;
}
.page-toggle-area #page-toggle-right {
    text-align: right;
    margin-right: 30px;
}
.page-toggle-area #page-toggle-left {
    margin-left: 25px;
}
.page-toggle-area .page-toggle-button {
    border: 0;
    background: transparent;
    width: 170px;
    cursor: pointer;
}

.content-section {
    text-align: center;
    margin-top: 100px;
}

#landingpage-section .toggle-info-button {
    border: 0;
    background: transparent;
    cursor: pointer;
}
#landingpage-section .toggle-info-button img {
    width: 300px;
}
#landingpage-section .welcome-text {
    transition: max-height 0.2s ease-in-out;
    overflow: hidden;
}
#landingpage-section .info-text {
    margin-right: 45px;
    margin-left: 45px;
    transition: max-height 0.2s ease-in-out;
}
#landingpage-section .welcome-image-area img {
    display: inline-block;
    width: 100%;
}

#fungi-detail-section .fungi-facts .fungi-numbers {
    color: #364e31;
    font-family: futura-pt-bold, Futura, sans-serif;
}
#fungi-detail-section .fungi-map-toggle {
    margin-top: 100px;
}
#fungi-detail-section .fungi-map-toggle div {
    text-align: right;
    color: #364e31;
    font-family: futura-pt-bold, Futura, sans-serif;
    font-size: 60pt;
    padding-right: 40px;
}
#fungi-detail-section .fungi-map-toggle-text {
    vertical-align: top;
    position: relative;
    top: -1px;
}
#fungi-detail-section .fungi-map-toggle-button {
    border: 0;
    background: transparent;
    cursor: pointer;
    vertical-align: bottom;
}
#fungi-detail-section .fungi-map-toggle-button img {
    width: 160px;
}
#fungi-detail-section .fungi-map-images {
    margin-top: 35px;
}
#fungi-detail-section .fungi-map-images-floor {
    text-align: left;
    position: relative;
    padding-left: 4%;
    padding-right: 4%;
}
#fungi-detail-section .fungi-map-images-floor img {
    display: inline-block;
    width: 92%;
}
#fungi-detail-section .fungi-map-images-floor .fungi-map-images-background img {
    width: 100%;
}
#fungi-detail-section .fungi-map-images-floor .fungi-map-images-foreground img {
    position: absolute;
    top: 0;
}

footer {
    margin-top: 100px;
    text-align: center;
}
footer a {
    color: #364e31;
}