.content {
    max-width: 1050px;
    min-width: 300px;
    margin: auto;
}

body {
    background : url(images/background.png) #cc9933;
    font : 14px/20px Arial, San-Serif;
    color : #555;
    margin : 0;
}

#social h2 {
    text-align : center;
    font-size : 120%;
    padding : 20% 0 0 0;
 }

 a {
    color : #fff;
    text-decoration : none;
    font-weight : bold;
 }

 a:hover {
    color : #fff;
    text-decoration : underline;
 }

 header {
    background : #605d53;
    width : 100%;
    height : 7em;
    top : 0;
    left : 0;
    z-index : 100;
 }

 #logo {
    position: relative;
    float : left;
    max-width : 40em;
}

#logo img {
    max-width: 100%;
}

nav.siteNav {
    display: none;
    /*
    position: absolute;
    right: 0;
    bottom: 0px;
    */
}

nav.siteNav2 {
    display: none;
}

nav ul li {
    display :inline-block;
    float : left;
    padding : 10px;
}

#top {
    position: relative;
    height: 7em;
}

.current {
    color : #fff;
    background-color : #cc9933;
    border-radius: 5px 5px 0 0;
}

#Toons {
    margin : 0 auto;
    max-width : 960px;
}

#mainToon {
    display: block;
    margin: auto;
    width: 100%;
    border-radius: 10px;
}

.toonNav {
    position: relative;
    margin: 10px 0;
}

nav.navbutton {
    text-align: center;
}

div.toonButton {
    display: inline-block;
    margin-right: 4%;
}

div.toonButton img {
    width: 100%;
}

.navbutton a:hover {
    opacity : 0.50;
}

section {
    width : 29%;
    float : left;
    margin : 2% 2%;
    text-align : center;
}

footer {
    background : #605d53;
    color : #fff;
    width : 100%;
    overflow : hidden;
}

footer a {
    text-decoration : none;
}

ul.social li {
    display: inline;
    text-align : center;
}

ul.social li img {
    height : 50px;
}

ul.social li:nth-child(2) {
    display: none;
}

footer.second {
    display:none;
    /*
    border-top : 1px solid #4d4e50;
    background-color : #605d53;
    max-height : 50px;
    text-align : center;
    */
}

footer.third {
    border-top : 1px solid #4d4e50;
    background-color : #605d53;
    max-height : 50px;
    text-align : center;
}

#disclaimer {
    display: block;
    border-top: 1px solid #4d4e50;
    clear: both;
    margin: 0;
    width: 100%;
	text-align : center;
    padding: 10px;
}

#disclaimer p {
    max-width: 960px;
    margin: 10px auto;
    text-align: left;
    padding-right: 10px;
}

#discIntro {
    font-weight: 700;
}

#caution {
    float: left;
    margin-right: 15px;
}

@media screen and (max-width : 935px) {

    section {
        float : left;
        width : 100%;
        margin : 0;
        padding : 0;
    }
    
    .current {
        color : #cc9933;
        background-color : white;
        border-radius: 5px 5px 0 0;
    }
    
    #mainToon {
        border-radius: 0px;
    }

    nav.siteNav {
        display: none;
    }

    nav.siteNav2 {
        display:none;
        /*
        display:block;
        clear: both;
        position: relative;
        float: right;
        */
    }
    
    #social h2 {
        padding : 3% 0 0 0;
    }
}
    
@media screen and (max-width : 580px) {
    header {
        height: 4em;
    }

    div.toonButton {
        width: 50px;
        margin-right: 0;
    }

    #disclaimer {
        font-size: .75em;
        line-height: 1.25em;
    }

    #disclaimer p {
        margin-right: 10px;
    }
    .toonNav {
        position: relative;
        margin: 5px 0;

    }

        #caution {
        margin-right: 5px;
    } 
    
    footer.second p {
        font-size: .8em;
        line-height: 1.25em;
        margin: 10px 25px;
    }
}
    
@media screen and (max-width : 335px) {
    nav ul li {
        padding: 10px 6px;
    }
} 
