body {
    background-color: white;
    font-size: 100%;
}
h1 {
    font-family: "Verdana";
    font-size: 4vw;
    color: rgb(54, 134, 205);
    text-align: center;
}
h2 {
    font-family: "Verdana";
    font-size: 2vw;
    color: rgb(104, 184, 255);
    text-align: center;
}

p {
    font-family: "Verdana";
    font-size: 1vw;
    color: rgb(54, 134, 205);
    text-align: center;
}


input {
    font-family: "Verdana";
    font-size: 2vw;
    color: rgb(104, 184, 255);
}

input[type=button] {
    padding:5px 15px; 
    background:rgb(104,184,255);
    color: rgb(255,255,255); 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}

a.tiny {
    font-family: "Verdana";
    font-size: 1vw;
    color: rgb(54, 134, 205);
    text-align: center;
}

a.tiny:link {
    text-decoration: none;
}

a.tiny:visited {
    text-decoration: none;
}

a.tiny:hover {
    text-decoration: none;
}

a.tiny:active {
    text-decoration: none;
}

.royalty {
    display: none;
}

.gallery {
    position:absolute;
    visibility: hidden;
    top: 10000px;
}

#overlay{
    width:100%;
    position:absolute;
    left:0;
    top:0;
    z-index: 99;
}


