



body {
    background-color:black;
    background-image: url('/images/bg.jpg');
    font-family: Arial;
    color:white;
    background-size: cover ;
    background-position: center;
    background-attachment: fixed;

}

a:hover{
    color:lightgray;
    text-decoration: underline;
}
a{
    text-decoration: none;
    color: white;
    font-weight: bold;
}
main{
    width: 700px;
    margin: auto;
}
.banner img{
    width: 100%;
    display: block;
}
.logo{
    width: 170px!important;
    position: absolute;
    top: 100px;
    margin-left: 20px;
}
nav{
    display: flex;
    padding: 10px;
    background:black;
}
.navbuttons{
    color: white;
    flex:1;
    text-align: center;
    font-weight: bold;
}

.content{
    background-color: black;
    padding: 10px;
}
footer{
    text-align: center;
    padding: 10px;
    background: black;
}

h2{
    font-size: 140%;
    border-bottom: 1px solid white;
    margin-bottom: 30px;
}
.status{
    border:1px solid white;
    padding:10px;
    list-style: none;
}
.status span{
    color:white;
    font-weight: bold;
    text-shadow: 1px 1px gray;
    font-style: italic;
}
.joinwrap{
    overflow: hidden;
    width: 100%;
    padding: 0;
    background-color: #171717;
    height: 600px;
}
.joiniframe{ 
    overflow: hidden;
    border: none;   
    transform: scale(0.90);
    width: 125%;
    height: 150%;
    transform-origin:top left;
    margin-left:-50px;
    position: relative;
    top:-180px;
}
.joinwrap p{
    text-align: center;
    color: lightgray;
    font-style: italic;
}
.members ol{
    list-style-type:disc;
}
.members li{
    margin-bottom: 20px;
}
.members span{
    font-weight: bold;
}
.members a{
    text-decoration: underline;
}
.buttonstitle{
    font-weight: bold;
    text-decoration: underline;
}