 * {
    margin: 0;
    padding: 0;
    font-family: 'Windows XP Tahoma'; 
     font-size: 1.5vh;
}
a{
    color: white;
}
@font-face {
    src: url(xpfont.ttf);
  	font-family: 'Windows XP Tahoma'
}

.background{
    background: radial-gradient(white, #0069ff);
    height: 100vh;
    width: 100vw;
    position: absolute;
}
.iconimg{
    width: 5vh;
    height: 5vh;
}
.icons{
    position: absolute;
    width: 5vh;
    padding-left: 1vh;
}
.icon{
    align-content: center;
    text-align: center;
    font-size: 1vh;
    padding-top: 1vh;
}
.icon:hover{
    cursor: pointer;
}
#window {
    width: 70%;
    height: 70%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    margin-top: 15vh;
    background-color:  darkgrey;
    border: 3px solid lightgrey;
    display: none;
}
#windowchat {
    width: 10%;
    height: 30%;
    position: absolute;
    left: 94.7vw;
    transform: translate(-50%);
    margin-top: 65vh;
    display: none;
}
#chattable{
    width:100%;
        height:100%;
}
#menuwindow {
    width: 15vw;
    height: 50vh;
    position: absolute;
    margin-top: 46vh; 
    background-color: grey;
    border-color: grey;
    border: double;
    border-bottom: none;
    display: none;
}
#windowcontent {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    background-color:  darkgrey;
    border: 3px solid lightgrey;
}
#windowhead{
    width: 100%;
    height: 2vh;
    background-color: darkblue;
    vertical-align: middle;
}
.windowbtn{
    float:right;
    padding-right: 8px;
}
.windowclose{
    height: 1.5vh;
    width: 1.5vh;
    margin-top: .25vh;
}
.windowclose:hover{
    cursor: pointer;
}
#menubar{
    background-color: grey;
    max-height: 4vh;
    height: 4vh;
    width: 100%;
    margin-top: 96vh;
}
#status{
    float:right;
    height: 3vh;
    margin-top: .25vh;
    border:solid;
    border-color: darkgray;
}
.statusicon{
    float: right;
    height: 100%;
    vertical-align: middle;
    margin-left: 0.5vw;
}
.statusiconimg{
    max-height: 3vh;
    
}
#time{
    float:right;
    font-size: 3vh;
    margin-top: .25vh;
    margin-left: 0.5vw;
}
#menubtn{
    font-size: 2vh;
    float: left;
    height: 3vh;
    margin-left: 0.2vw;
    margin-top: .5vh;
    background-color: grey;
    padding-right: .5vw;
}
.menuicon{
    text-align: center;
    width: 5vw;
    height:8vh;
    font-size: 1vh;
    padding-top: 1vh;
    float: left;
}
.menuicon:hover{
    background-color: dimgray;
}
#logbtn{
    margin-top: 29vh;
    height: 3vh;
    width: 4vw;
    margin-right: 50%;
    text-align: center;
}
#logicn{
    float: left;
    height: 2.5vh;
    width: 2.5vh;
}
#splash{
    position: absolute;
    font-size: 25vh;
    text-align: center;
    transform: translate(0vw,-64vh);
    width: 100vw;
    background-color: grey;
}
#splashbg{
    background-color: black;
    position: absolute;
    min-width: 100vw;
    min-height: 100vh;
}
