/*
BLUE: #00c0ff;
*/
body.page-template-template_thanks div#page,
body.page-template-template_homepage div#page,
body.page-template-template_vote div#page,
body.page-template-template_reset div#page,
body.page-template-template_logout div#page {
    background-image: url(background.png);
}

.login-form label{
    color: #ffffff;
}

html body {
    color: #ffffff;
}

.login-form input[type=submit]{
	background-color: #a31c2a;
	color: #ffffff;
}

div#content{
	min-height: 100vh;
	padding: 2vh;
}

body.page-template-template_roundsadmin div#content{
    background-color: #777777;
}

body input[type="submit"],
a.button,
a.button:visited{
    background-color: #a31c2a;
    padding: 10px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 6vw;
    font-weight: bold;
    font-family: "Trump Gothic East";
    margin-top: 8vw;
    display: inline-block;
}

@media (min-width: 600px){
    body input[type="submit"],
    a.button,
    a.button:visited{
        background-color: #a31c2a;
        padding: 10px;
        border-radius: 10px;
        color: #ffffff;
        font-size: 35px;
        font-weight: bold;
        font-family: "Trump Gothic East";
        margin-top: 45px;
        display: inline-block;
    }
}

body input.admin[type="submit"]{
    font-size: 20px;
    margin-top: 10px;
}


div.content-area.homepage,
div.form {
    min-height: 87vh;
}
div.tag {
    height: 50px;
    text-align: right;
    font-size: 45px;
    line-height: 45px;
    font-family: "Trump Gothic East";
    padding: 5px;
}
