html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
@font-face {
    font-family: futurahandwritten;
    src: url('FuturaHandwritten.ttf');
}
body {
  font-family: futurahandwritten;
}

.nounderline {
    text-decoration: none;
    color: #000000;
}

/* Format the navigation bar. */
nav {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-flow: row no-wrap;
    -moz-box-orient: horizontal;
    -ms-flex-flow: row no-wrap;
    -webkit-flex-direction: row no-wrap;
    display: flex;
    flex-flow: row no-wrap;
    font-size:100%;
}

/* Format each link in the navigation bar. */
nav > a {
    text-decoration: none;
    text-align: center;
    -moz-flex: auto;
    -ms-flex: auto;
    -webkit-flex: auto;
    flex: auto;
    color: #999999;
    cursor: pointer;
}

nav > a:hover {
    color: #95d3c3;
}

nav > a.active {
    color: #000000;
}

.table {
    width: 100%;
    display: table;
}

.row {
    display: table-row;
}

.headercell {
    display: table-cell;
    width: 25%;
}

.navcell {
    display: table-cell;
    width: 75%;
}

/* Link color hack */
.underline {
    color: #95d3c3;
}
.normalcolor {
    color: #000000;
}
.underline:hover {
    color: #909090;
}
.normalcolor:hover {
    color: #010101;
}

/* Art grid. */
.artgrid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: justify;
}

.artgridsub {
    width: 210px;
    height: 210px;
    display: flex;
    overflow: hidden;
}

.artgridsub img {
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    width: 200px;
}

.artgridsubcrop {
    margin: -20px;
}

.artgridsubcrop img {
    width: 240px;
}

@media screen and (min-width: 80em) {
    .artgridsub {
        margin-left: 40px;
        margin-right: 40px;
    }
}

.artgrid img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/* Interactive section. */
.interactiverow {
    width: 100%;
    display: flex;
    align-items: center;
}

.interactiverow:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.interactiverowimage {
    height: 100%;
    width: 50%;
}

.interactiverowimage img {
    max-width: 100%;
}

.interactiverowdescription {
    width: 50%;
    padding-left: 5%;
}

.interactiverowdescriptionheader {
    text-align: center;
    margin-bottom: 10px;
}

.interactiverowdescriptionheader img {
    max-width:100%;
}

.interactiverowdescriptionbody {
    text-align: left;
}

.interactiverowseparator {
    margin-top: 40px;
    margin-bottom: 40px;
}

/* Rain page. */
@media not all and (min-width: 40em) {
    .rainheader {
    }

    .rainheaderright {
    }

    .rainheadertitle {
        background-image: url('/interactive/rain/rain-header.png');
        background-repeat: no-repeat;
        background-size: contain;
        width: 480px;
        height: 288px;
        text-align: center;
    }

    .rainheadertitle img {
        height: 100px;
        margin-top: 20px;
    }

    .rainheaderbody1 {
        text-align: center;
        margin: 20px;
    }
    .rainheaderbody2 {
        text-align: left;
        margin: 20px 40px;
    }

    .rainheaderbutton {
        margin: 10px auto;
        text-align: center;
        border: 1px solid;
        border-radius: 4px;
        border-color: #000000;
        width: 300px;
        height: 40px;
    }

    .rainheaderbuttonlink {
        display: flex;
        width: 100%;
        height: 100%;
        color: #000000;
        text-decoration: none;
    }

    .rainheaderbuttonflex {
        margin: auto;
    }

    .rainheaderbutton:hover {
        border-color: #a0dbd3;
    }

    .rainheaderbuttonlink:hover {
        color: #a0dbd3;
    }
}

@media screen and (min-width: 40em) {
    .rainheader {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        background-image: url('/interactive/rain/rain-header.png');
        background-repeat: no-repeat;
        background-size: cover;
        height: 600px;
    }

    .rainheaderright {
        width: 400px;
        margin-right: 5%;
    }

    .rainheadertitle {
        text-align: center;
    }

    .rainheadertitle img {
        height: 100px;
    }

    .rainheaderbody1 {
        text-align: left;
        margin: 40px 0px;
    }
    .rainheaderbody2 {
        text-align: left;
        margin: 40px 0px;
    }

    .rainheaderbutton {
        margin: 10px auto;
        text-align: center;
        border: 1px solid;
        border-radius: 4px;
        border-color: #ffffff;
        width: 300px;
        height: 40px;
    }

    .rainheaderbuttonlink {
        display: flex;
        width: 100%;
        height: 100%;
        color: #ffffff;
        text-decoration: none;
    }

    .rainheaderbuttonflex {
        margin: auto;
    }

    .rainheaderbutton:hover {
        border-color: #a0dbd3;
    }

    .rainheaderbuttonlink:hover {
        color: #a0dbd3;
    }
}

.rainbutton {
    margin: auto;
    text-align: center;
    border: 1px solid;
    border-radius: 4px;
    border-color: #000000;
    width: 300px;
    height: 40px;
}

.rainbuttonlink {
    display: flex;
    width: 100%;
    height: 100%;
    color: #000000;
    text-decoration: none;
}

.rainbuttonflex {
    margin: auto;
}

.rainbutton:hover {
    border-color: #a0dbd3;
}

.rainbuttonlink:hover {
    color: #a0dbd3;
}

.raintitle {
    text-align: center;
    margin-top: 50px;
    color: #878787;
}

.raintitle h1 {
    font-weight: normal;
}

.rainimagegrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.rainimagegrid img {
    width: 300px;
    height: 180px;
}

.rainparagraph {
    margin: 5% 10.5%;
}

.rainimagegrid img {
    margin: 10px;
}

.rainfullimage img {
    width: 100%
}

.rainfullimage img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.rainanimations {
    position: relative;
    width: 771px;
    height: 1183px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -300px;
    margin-bottom: -250px;
    transform: scale(0.5) translate(-290px, 0px);
}

@media screen and (min-width: 40em) {
    .rainanimations {
        margin-top: -150px;
        margin-bottom: -100px;
        transform: scale(0.75);
    }
}

@media screen and (min-width: 80em) {
    .rainanimations {
    }
}

.rainanimations img {
    position: absolute;
}

.rainextraspace {
    height: 50px;
}

/* Pet Furball */

.furballheaderimagewrapper {
    position: relative;
    text-align: center;
}

.furballheaderimage {
    position: absolute;
    z-index: -10;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-image: url('/interactive/pet-furball/pet-furball-header.png');
    width: 100%;
    height: 400px;
}
@media screen and (min-width: 80em) {
    .furballheaderimage {
        height: 541px;
    }
}

.furballheadertitlewrapper {
    display: flex;
    height: 200px;
}
@media screen and (min-width: 80em) {
    .furballheadertitlewrapper {
        display: flex;
        height: 270px;
    }
}

.furballheadertitle {
    margin: auto;
}

.furballheadertitle img {
    width: 250px;
}

.furballheaderbottom {
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: center;
    height: 480px;
    flex-wrap: wrap-reverse;
    margin-top: -50px;
}
@media screen and (min-width: 40em) {
    .furballheaderbottom {
        height: 440px;
    }
}
@media screen and (min-width: 80em) {
    .furballheaderbottom {
        display: flex;
        align-items: flex-end;
        align-content: flex-end;
        justify-content: center;
        height: 330px;
        flex-wrap: wrap-reverse;
        margin-top: 0px;
    }
}

.furballheaderbody {
    width: 100%;
    margin: 30px 14% 30px 14%;
}
@media screen and (min-width: 80em) {
    .furballheaderbody {
        width: 340px;
        margin: 60px 80px 10px 100px;
    }
}

.furballheaderbodyheader {
    text-align: center;
    margin: 0px 0px 20px 0px;
}
@media screen and (min-width: 80em) {
    .furballheaderbodyheader {
        text-align: left;
        margin: 10px 0px 20px 0px;
    }
}

.furballheaderbuttons {
    width: 300px;
    margin: 70px 40px 10px 40px;
}
@media screen and (min-width: 80em) {
    .furballheaderbuttons {
        width: 300px;
        margin: 60px 80px 10px 40px;
    }
}
.furballheaderbutton {
    margin: 10px auto;
    text-align: center;
    border: 1px solid;
    border-radius: 4px;
    border-color: #ffffff;
    width: 300px;
    height: 40px;
}

.furballheaderbuttonlink {
    display: flex;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-decoration: none;
}

.furballheaderbuttonflex {
    margin: auto;
}

.furballheaderbutton:hover {
    border-color: #572711;
}

.furballheaderbuttonlink:hover {
    color: #572711;
}

.furballsectiontitle {
    text-align: center;
    margin-bottom: 10px;
    color: #7f5730;
}

.furballsectiontitle h1 {
    font-weight: normal;
}

.furballsection {
    margin-bottom: 50px;
    margin-left: 14%;
    margin-right: 14%;
}

.furballanimationbackground {
    display: flex;
    width: 960px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/interactive/pet-furball/pet-furball-background.png');
    height: 400px;
    margin-top: 0px;
    margin-bottom: -170px;
    transform: scale(0.5);
    transform-origin: 0% 0%;
}

@media screen and (min-width: 40em) {
    .furballanimationbackground {
        height: 400px;
        margin-top: 0px;
        margin-bottom: -120px;
        transform: scale(0.6);
        margin-left: 92px;
    }
}

@media screen and (min-width: 80em) {
    .furballanimationbackground {
        height: 400px;
        margin-top: 0px;
        margin-bottom: -50px;
        transform: scale(0.75);
    }
}

.furballanimation {
    margin: auto;
}

.furballbutton {
    margin: auto;
    text-align: center;
    border: 1px solid;
    border-radius: 4px;
    border-color: #572711;
    width: 300px;
    height: 40px;
}

.furballbuttonlink {
    display: flex;
    width: 100%;
    height: 100%;
    color: #572711;
    text-decoration: none;
}

.furballbuttonflex {
    margin: auto;
}

.furballbutton:hover {
    border-color: #d1ac4a;
}

.furballbuttonlink:hover {
    color: #d1ac4a;
}

.furballextraspace {
    height: 50px;
}

/* The Music Box */
.themusicboxicon {
    text-align: center;
}

.themusicboximage {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.themusicboximage img {
    width: 80%;
}

.themusicboximage img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.themusicboxextraspace {
    height: 50px;
}

.themusicboxgif {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.themusicboxgif img {
    width: 80%;
    max-width: 1000px;
}

/* About section. */
.about {
    display: flex;
}

.aboutsection {
    width: 50%;
}

.aboutsection img {
    width: 100%;
}
