

*, body{
	margin: 0 auto;
	padding: 0;
}

*{
	padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: auto;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    list-style: none;
    -webkit-padding-start: 0;
    -webkit-overflow-scrolling: auto;
    -webkit-overflow: touch;
}

body{
    background-color: black;
	overflow:hidden;
}

.hide{
	display: none;
}

section{
    position: absolute;
    width: 100%;
    top:0;
    -webkit-transition: all 400ms ease-out 50ms;
    -moz-transition: all 400ms ease-out 50ms;
    -o-transition: all 400ms ease-out 50ms;
    transition: all 400ms ease-out 50ms;
}

#onepng{top:0px;left:0px;}
#twopng{top:0px;left:0px;}
#threepng{top:0px;left:0px;}
#fourpng{top:0px;left:0px;}
#fivepng{top:0px;left:0px;}
#sixpng{top:0px;left:0px;}
#sevenpng{top:0px;left:0px;}

.position{
    position: absolute;

}
.banner{
    position: fixed;
    background-color: black;
    width: 100%;
}
#bannertop{
    top:0px;
    left:0px;
    z-index: 1;
    padding-top: 30px;
}
#bannerbottom{
    bottom:0px;
    left:0px;
    min-width: 430px;
    overflow: scroll;
}
nav{text-align: center}
li{
    color:white;
    margin: 0px 10px;
}
#navi-buttons li{
    display: inline;
}
a:hover{
    color: #9d380c;
    cursor: pointer;
}
a{
    color: white;
}
#mlink{
    color:white;
}
#mlink:hover{
    color:#9d380c;
}

@media screen and (max-width: 480px) {
    li{
        font-size:1.25em;
    }   
}
@media screen and (min-width: 481px) {
    li{
        font-size:1em;
    }   
}
@media screen and (min-width: 780px) {
    li{
        font-size:0.75em;
    }   
}






















