﻿
body
{
    margin:0;
    background:radial-gradient(circle, #FDFEFE, #D0D3D4);
}
#header{
    position:fixed;
    margin-top:0;
    top:0;
    width:100%;
    height:100px;
    background-color:#000;
    color:#540075;
    text-align:center;
    font-size:28px;
    box-shadow:0 3px 3px 3px rgba(0,0,0,0.15);
    display:block;  
    z-index:9999;
}

#header h1{
    padding:20px;
    margin-top:0;
    font-family:Orm;
    
}
#container{
    width:100%;
    height:500px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0;
}
#nav{
    position:absolute;
    margin-top:75px;
    width:100%;
    height:auto;
    clear:both;
    background-color:#e4e4e4;
    display:block;
}

#nav .notSelected:hover{
    transition-duration:0.1s;
    font-size:30px;
}
#nav .notSelected:hover{
    transition-duration:1s;
    color:#540075;
    border:dashed;
}

#nav .notSelected{
    color:#3c3c3c;
}

#nav .selected{
    font-size:30px;
    color:#260035;
}


#nav ul{
    margin:0;
    list-style:none;
    text-align:center;
    
}

#nav li{
    margin:0;
    display:inline-block;
    padding:10px;
    width:auto;
    height:auto;

}
#nav a{
    text-decoration:none;
    color:#000;
    font-size:22px;
    font-weight:bold;
    font-family:Orm;
    
}

#main{
    margin-top:150px;
    margin-left:auto;
    margin-right:auto;
    width:98%;
    height:auto;
    padding-bottom:0;
    overflow:hidden;
    font-family:Orm;
}

#main p{
    font-family:Mono;
    font-size:20px;
    font-weight:bold;
}

#main h2{
    font-size:30px;
    font-family:Orm;
    font-weight:bold;
}

.mainInner{
    width:1200px;
    height:auto;
    background-color:rgba(60, 60, 60, 0.1);
    padding:10px;
    border-style:double;
    border-bottom-style:none;
    text-align:center;
    overflow-x:hidden;
    margin:inherit;

    font-family:Mono;
    font-size:22px;
}

#footer {
    position:absolute;
    width:100%;
    min-height:300px;
    background-color:black;
    clear:both;
    text-align:center;
    overflow:hidden;
    font-family:Glam;
}

.slideScroll {
    width: 900px;
    height: 400px;
    overflow: hidden;
    margin: 30px auto;
    background-image: url(Images/loading.gif);
    background-repeat: no-repeat;
    background-size: 900px 400px;
    background-position: center;
    cursor: url(http://ani.cursors-4u.net/toons/images12/too1117.gif), default;
}

.slideScroll img{
    width:auto;
    height:auto;
    display:none;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.show {
    display:block;
    z-index:7000;
}



