html,body {
    width: 100%;
    height: 100%;
}

body {
    background-image: url('../images/canton-background.png');
    background-size: cover;
    font-family: 'Lato Semibold', Arial, Helvetica, sans-serif;
}

header {
    color: #fff;
    text-align: center;
    background-image: url('../images/canton-header.png');
    background-repeat: no-repeat;
    height: 243px;
    position: relative;
    top: -155px;
    padding-top: 185px;
    margin-bottom: -155px;
}

header p {
    text-transform: uppercase;
    text-shadow: 0px 8px 8px rgba(0, 0, 0, .7);
    font-size: 4.35em;
    letter-spacing: 0.03em;
    text-align: center;
}

footer {
    background-color: #fff;
    height: 212px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    -webkit-box-shadow: 0px 0px 8px 8px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 8px 8px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 8px 8px rgba(0,0,0,0.6);
    color: #000;
    padding: 35px;
    box-sizing: border-box;
    font-size: 1.4em;
    line-height: 1.25;

}

footer .left {
    float: left;
    width: 35%;
}

footer .middle {
    float: left;
    width: 33%;
}

footer .right {
    float: right;
    width: 31%;
    text-align: right;
}

#content ul {
    float: left;
    margin-left: 200px;
}

#top-banner {
    background-color: #17345c;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 2em;
    height: 115px;
    padding-top: 45px;
    box-sizing: border-box;
    box-shadow: 0px 10px 10px rgba(0,0,0,.4);
    z-index: 1;
    position: relative;
}

#contentFrame {
    z-index: 0;
    height: 997px;
}

#view-footer {
    height: 82px;
    padding: 15px;
}

#scroll-up, #scroll-down {   
    background-color: #fff;
    border: none;
}

#view-footer #mainmenu-button {
    left: 260px;
    position: relative;
}

#view-footer #mainmenu-button img {
    height: 49px;
    width: 49px;
}

#scroll-up img, #scroll-down img {
    max-width: 50px;
    position: relative;
    left: 825px;
}

#view-footer #lowreach-button {
    position: absolute;
    left: 1675px;
}

#view-footer #lowreach-button img{
    max-width: 45px;
}

#content ul li a{
    width: 657px;
    display: block;
    background-color: #fff;
    text-decoration: none;
    height: 66px;
    border: solid 3px #555;
    border-radius: 35px 15px 15px 35px;
    margin-top: 55px;
    color: #093f87;
    font-size: 1.6em;
    padding-top: .65em;
    box-sizing: border-box;

    -webkit-box-shadow: 5px 5px 6px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 6px 1px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 6px 1px rgba(0,0,0,0.5);
}

#content ul li a img {
    position: relative;
    height: 162%;
    left: -4px;
    top: -22px;
    float: left;
    margin-right: 20px;
}

iframe {
    width: 100%;
    height: 870px;
}

#content .neighborhood {
    border-color: #84cba7;
}
#content .community {
    border-color: #4a9ea5;
}
#content .success {
    border-color: #3b84b6;
}
#content .historic {
    border-color: #005da6;
}
#content .environment {
    border-color: #175a2e;
}
#content .recreation {
    border-color: #4c843d;
}
#content .infrastructure {
    border-color: #75be43;
}
#content .leading {
    border-color: #b5ba46;
}

/* *************** RESPONSIVE *********** */
@media only screen and (max-height: 900px) {
    header {
        color: #fff;
        text-align: center;
        background-image: url('../images/canton-header.png');
        background-repeat: no-repeat;
        height: 243px;
        position: relative;
        top: -195px;
        padding-top: 225px;
        margin-bottom: -285px;
        z-index: -10;
    }

    header p {
        /*font-size: 2.35em;*/
    }

    #content ul li a{
        width: 657px;
        display: block;
        background-color: #fff;
        text-decoration: none;
        height: 50px;
        border: solid 3px #555;
        border-radius: 35px 15px 15px 35px;
        margin-top: 32px;
        color: #093f87;
        font-size: 1.5em;
        padding-top: .42em;
        box-sizing: border-box;
    
        -webkit-box-shadow: 5px 5px 6px 1px rgba(0,0,0,0.5);
        -moz-box-shadow: 5px 5px 6px 1px rgba(0,0,0,0.5);
        box-shadow: 5px 5px 6px 1px rgba(0,0,0,0.5);
    }
    
    #content ul li a img {
        position: relative;
        height: 152%;
        left: -4px;
        top: -14px;
        float: left;
        margin-right: 20px;
    }

    footer {
      height: 60px;
      padding: .5em;
    }

    footer .left {
        float: left;
        width: 60%;
        font-size: .63em;
    }
    
    footer .middle {
        float: left;
        width: 20%;
    }
    
    footer .right {
        float: right;
        width: 20%;
        text-align: right;
    }
    
    footer .right img {
        max-height: 40px;
    }

  }

/* *************** FONTS **************** */

@font-face {
    font-family:"Lato Semibold";
    src:url("../fonts/Lato-Semibold.woff2") format("woff2"),url("../fonts/Lato-Semibold.woff") format("woff"),url("../fonts/Lato-Semibold.otf") format("opentype");
    font-style:normal;font-weight:400;
}