﻿::selection {
  background: rgba(170,17,17,0.5);
}
::-moz-selection {
  background: rgba(170,17,17,0.5);
}

html {
    margin:0px;
    padding:0px;
    font-family:'Times New Roman';
}

body {
    margin:0px;
    padding:0px;
    background-color:rgb(17,17,17);
    font-size:24px;
    min-height:250px;
    min-width:350px;
}

.logo {
    position:absolute;
    width:100%;
    text-align:center;
    top:2vh;
}
.logo img {
    max-width:488px;
    width:95vw;
}

.comingsoon {
    position:absolute;
    top:25vh;
    width:100%;
    text-align:center;
    padding-top:15vh;
}


.comingsoon h1 {
    color:#A11;
    font-weight:normal;
    font-size:2.8em;
    margin:0px;
    line-height: 0.77em;
}
.comingsoon p {
    display: inline-block;
    color: #BDBDBD;
    font-weight: lighter;
    font-size: 1.2em;
    margin: 0px;
    text-align: right;
    margin-right: 7vw;
}