html.js, .js body {
    position: absolute;
    width: 100vw;
    min-width: 275px;
    height: 100vh;
    min-height: 430px;
    overflow: hidden;
}

.js body {
    background-image: url(../img/site/grass.png), url(../img/site/sky.jpg);
    background-position: bottom left, top right;
    background-repeat: repeat-x, no-repeat;
    background-attachment: fixed;
}

header {
    height: 50px;
    background-image: url(../img/logo/honey-pot-logo.png);
    background-repeat: no-repeat;
    background-position: 70px top;
    background-size: contain;
}

footer {
    position: absolute;
    right: 30px;
    bottom: 100px;
}

strong {
    font-weight: bold;
}
em {
    font-style: italic;
}


/* NAV */

.js #nav-trigger {
    position: absolute;
    height: 50px;
    top: 5px;
    left: 5px;
    width: 200px;
}
.js #nav-trigger:hover {
    cursor: pointer;
}
.js #nav-trigger span {
    padding: 5px 10px 10px 10px;
    color: #3e1d0c;
    font-size: 40px;
    text-shadow: 0;
    background-color: transparent;
    border-radius: 0 0 10px 10px;
}
.js #nav-trigger:hover span {
    color: gold;
    background-color: #3e1d0c;
    text-shadow: 1px 1px 3px white,
                 -1px 1px 3px white,
                 1px -1px 3px white,
                 -1px -1px 3px white;
}
.js nav {
    position: absolute;
    width: 300px;
    max-width: 100%;
    top: 50px;
    left: -500px;
    padding: 50px 20px 75px 20px;
    max-width: 100vw;
    background-color: #3e1d0c;
    border-radius: 0 25px 25px 0;
    z-index: 40;
}
.js nav a,
.js nav a:visited {
    display: block;
    color: gold;
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    margin-bottom: 15px;
}
.js nav a:hover,
.js nav a:focus {
    outline: 1px dotted white;
}
.js nav #nav-close a {
    position: relative;
    display: inline;
    top: -20px;
    right: -275px;
    color: gold;
    padding: 0 4px;
    line-height: 0;
    border: 1px solid gold;
    z-index: 50;
}
.no-js #nav-trigger,
.no-js nav {
    display: none;
}


/* PAGES */

.js #pages-wrapper {
    position: absolute;
    top: 50px;
    left: 0;
    overflow: hidden;
}
.js #pages {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    text-align: center;
}
.js #pages section {
    position: relative;
    display: inline-block;
    width: 100vw;
    max-width: 100%;
    height: 90vh;
    font-size: 16px;
    overflow: hidden;
    white-space: normal;
    font-family: "verdana", "Geneva", sans-serif;
    line-height: 20px;
}
.js #pages section > div {
    height: 50%;
    width: 90%;
    max-width: 800px;
    padding: 15px;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 4px double gold;
    border-bottom: 4px double gold;
    border-left: 1px solid gold;
    border-right: 1px solid gold;
    border-radius: 2em;
}
.js #pages section > div > * {
    margin: 2% auto;
    padding: 0.5%;
}
.js #pages section h1 {
    font-family: 'Bree Serif', serif;
    font-weight: bold;
    font-size: 2.5em;
    line-height: 1em;
    color: #3e1d0c;
    margin: 2% auto;
    padding: 0.5%;
}
.js #pages section h1:after {
    content: "~";
    display: block;
    margin-top: 10px;
    transform: scale(5,1);
}
.js #pages section h2 {
    font-family: 'Bree Serif', serif;
    font-weight: bold;
    font-size: 1.75em;
    line-height: 1.1em;
    color: #3e1d0c;
    padding-bottom: 0;
    margin-bottom: 0;
}
.js #pages section p {
    max-width: 700px;
    text-align: left;
}
.js #pages section p.footnote {
    font-size: .8em;
    margin-top: 15px;
}
.js #pages section div p:first-of-type::first-letter {
    font-family: 'Lobster', cursive;
    font-size: 3em;
    color: #3e1d0c;
}
.js #pages section .new {
    display: inline-block;
    position: relative;
    bottom: 2px;
    padding: 2px 5px;
    background-color: lightcoral;
    font-size: .75em;
    font-weight: bold;
    border-radius: 5px;
    transform: skewX(-20deg);
}
.js #pages section div a,
.js #pages section div a:visited {
    color: brown;
    font-weight: bold;
    text-decoration: none;
}
.js #pages section div a:hover,
.js #pages section div a:focus {
    outline: 1px dotted brown;
}
.js #pages section img.hex {
    float: right;
    max-width: 30vw;
}
.js #pages section ul {
    text-align: left;
    margin: 0 15% 20px 15%;
}
.js #pages section ul h2 {
    margin-bottom: 15px;
    clear: left;
}
.js #pages section ul h2:not(first-child) {
    margin-top: 20px;
}
.js #pages section li {
    display: block;
    margin-top: 15px;
    padding-left: 50px;
    clear: left;
    text-align: left;
}
.js #pages section li:nth-of-type(5n+1):before {
    content: "";
    display: inline-block;
    float: left;
    position: relative;
    width: 44px;
    height: 50px;
    margin-left: -50px;
    background-image: url(../img/site/flower_icon_1.png);
    background-repeat: no-repeat;
}
.js #pages section li:nth-of-type(5n+2):before {
    content: "";
    display: inline-block;
    float: left;
    position: relative;
    width: 44px;
    height: 50px;
    margin-left: -50px;
    background-image: url(../img/site/flower_icon_2.png);
    background-repeat: no-repeat;
}
.js #pages section li:nth-of-type(5n+3):before {
    content: "";
    display: inline-block;
    float: left;
    position: relative;
    width: 44px;
    height: 50px;
    margin-left: -50px;
    background-image: url(../img/site/flower_icon_3.png);
    background-repeat: no-repeat;
}
.js #pages section li:nth-of-type(5n+4):before {
    content: "";
    display: inline-block;
    float: left;
    position: relative;
    width: 44px;
    height: 50px;
    margin-left: -50px;
    background-image: url(../img/site/flower_icon_4.png);
    background-repeat: no-repeat;
}
.js #pages section li:nth-of-type(5n+5):before {
    content: "";
    display: inline-block;
    float: left;
    position: relative;
    width: 44px;
    height: 50px;
    margin-left: -50px;
    background-image: url(../img/site/flower_icon_5.png);
    background-repeat: no-repeat;
}
.js #pages form {
    display: block;
    width: 60%;
    margin: 0 auto 30px auto;
    text-align: left;
}
.js #pages form label,
.js #pages form input,
.js #pages form textarea {
    display: block;
}
.js #pages form label {
    margin-top: 25px;
    margin-bottom: 5px;
    font-family: 'Bree Serif', serif;
    color: #3e1d0c;
}
.js #pages form input[type="text"],
.js #pages form input[type="email"],
.js #pages form textarea {
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
}
.js #pages form textarea {
    height: 100px;
}
.js #pages form input[type="submit"] {
    margin: 25px auto 0 auto;
    font-family: 'Bree Serif', serif;
    color: #3e1d0c;
}
.js #pages form #form-messages {
    margin-top: 15px;
    text-align: center;
}
.js #pages form .success {
    font-weight: bold;
    color: navy;
}
.js #pages form .error {
    font-weight: bold;
    color: red;
}
.js #pages table {
    display: inline-block;
    margin-top: 50px;
}
.js #pages table th {
    background-color: #3e1d0c;
    color: white;
    font-size: .75em;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 15px 15px 0 0;
    padding: 10px 0;
    margin-bottom: 5px;
}
.js table tbody tr:nth-child(even) {
    background-color: rgba(0,0,0,0.15);
}
.js table tbody td {
    padding: 3px 5px;
}
.js table tbody td:first-child {
    text-align: right;
    padding-right: 4px;
    border-right: 1px solid #3e1d0c;
    margin-right: 4px;
}
.js table tbody td:last-child {
    text-align: left;
}
.js table tbody tr:last-child td {
    border-bottom: 10px solid #3d1d0c;
}
.js #pages iframe {
    border: 2px solid #3e1d0c;
}
.js .pages-scroll-arrow {
    position: absolute;
    top: 40vh;
    font-size: 30px;
    padding: 4px 5px 6px 5px;
    background-color: lightblue;
    border: 3px solid transparent;
    border-radius: 20px;
}
.js .pages-scroll-arrow:hover {
    background-color: gold;
    border: 3px solid white;
    cursor: pointer;
}
.js #pages-scroll-left {
    left: 2vw;
}
.js #pages-scroll-right {
    left: 98vw;
    transform: translateX(-100%);
}


/* GALLERY */

.js #gallery-wrapper {
    position: absolute;
    bottom: -500px;
    left: -30px;
}
.js #gallery-hive {
    position: relative;
    margin-bottom: -50px;
    height: 200px;
    background-image: url(../img/site/magnifying-glass.png), url(../img/site/hive.png), url(../img/site/wood.png);
    background-repeat: no-repeat;
    background-position: 180px 15px, 10px bottom, 30px bottom;
    background-size: contain, contain, 100% 50px;
}
.js #gallery-hive h1 {
    position: absolute;
    bottom: 20px;
    left: 50px;
    font-weight: bold;
    font-size: 50px;
    font-family: 'Indie Flower', cursive;
    color: #654321;
    text-shadow: 1px 1px 1px yellow,
                 -1px 1px 1px yellow,
                 1px -1px 1px yellow,
                 -1px -1px 1px yellow,
                 1px 1px 20px white,
                 -1px 1px 20px white,
                 1px -1px 20px white,
                 -1px -1px 20px white;
}
.js #gallery-trigger {
    background-color: gold;
    background-image: url(../img/site/honeycomb.png);
    background-size: 100px;
    background-position: 0 30px;
}
.js #gallery-trigger .gallery-scroll-arrow {
    position: absolute;
    top: 250px;
    font-size: 30px;
    padding: 4px 5px 6px 5px;
    background-color: lightyellow;
    border: 3px solid transparent;
    border-radius: 20px;
    z-index: 15;
}
.js #gallery-trigger .gallery-scroll-arrow:hover {
    background-color: gold;
    border: 3px solid white;
    cursor: pointer;
}
.js #gallery-trigger #gallery-scroll-left {
    left: 5vw;
}
.js #gallery-trigger #gallery-scroll-right {
    left: 95vw;
}
.js #gallery {
    position: relative;
    padding: 50px 30px 0 30px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
}
.js #gallery img {
    position: relative;
    height: 304px;
    z-index: 0;
}
.no-js #gallery-trigger .gallery-scroll-arrow {
    display: none;
}


/* BEES */

.bee {
    position: absolute;
    width: 3px;
    height: 5px;
    background-color: black;
    border-left: 5px solid yellow;
    border-right: 5px solid yellow;
}
.bee-stop {
    display: none;
}
.rotate90 {
    font-weight: 800;
    display: block;
    /* FF3.5+ */
    -moz-transform: rotate(90.0deg);
    /* Opera 10.5 */
    -o-transform: rotate(90.0deg);
    /* Saf3.1+, Chrome */
    -webkit-transform: rotate(90.0deg);
    /* Standard */
    transform: rotate(90.0deg);
}
#toggleBeeAnimation {
    display: block;
    position: absolute;
    left: 5px;
    bottom: 160px;
    width: 10px;
    height: 10px;
    padding: 2px;
    border-radius: 5px;
    background-color: silver;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
}
#toggleBeeAnimation:hover {
    background-color: gold;
}


/* MEDIA QUERIES */

@media screen and (max-width: 975px){
    #pages-scroll-left, #pages-scroll-right {
        top: 60px;
    }
}
@media screen and (max-width: 460px){
    #gallery-wrapper #gallery-hive h1 {
        font-size: 30px;
    }
}
@media screen and (max-width: 375px), screen and (max-height: 500px){
    #pages-scroll-left, #pages-scroll-right {
        display: none;
    }
    #pages section.page h1 {
        font-size: 2em;
    }
    #pages section.page h2 {
        font-size: 1.1em;
    }
}
@media screen and (max-width: 325px){
    nav #nav-close a {
        left: 80vw;
    }
    #gallery-wrapper #gallery-hive h1 {
        font-size: 20px;
    }
}
@media screen and (max-height: 775px){
    #gallery-wrapper #gallery-hive {
        background-image: url(../img/site/wood.png);
        background-repeat: no-repeat;
        background-position: 30px bottom;
        background-size: 100% 50px;
    }
    body footer {
        bottom: 5px;
    }
}
@media screen and (max-height: 620px){
    #pages section.page {
        max-height: 75vh;
    }
    #pages section.page h1 {
        margin-bottom: 0;
    }
    #pages section.page h1:after {
        content:"";
    }
}
@media screen and (max-height: 380px){
    html[lang] body {
        background-image: url(../img/site/sky.jpg);
        background-position: top right;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
}