@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto');
html {
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	min-height: 100%;
}
body {
	background-color:#191919;
	color: #FFF;
	height: 100%;
	max-height: 100%;
	min-height: 100%;
	margin: 0;
	width: 100%;
	min-width: 100%;
	position: relative;
    -webkit-overflow-scrolling: touch;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1.5px;
}
input {
    background-color: transparent;
    width: 80%;
    border: 10px solid #FFF;
    color:  #FFF;
    font-size: inherit;
    display: block;
    height: 40px;
    padding: 6px 12px;
    font-size: 24px;
    line-height: 1.42857143;
    background-image: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    border-radius: 0;
    margin: 0 auto;
}
#hmm {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 2em;
    width: 90%;
}
.box {
    width: 100%;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
}
*:focus {
    outline: none;
}
::-webkit-input-placeholder {
    color: #FFF
}
::-moz-placeholder {
    color: #FFF
}
:-ms-input-placeholder {
    color: #FFF
}
:-moz-placeholder { 
    color: #FFF;
}
@media (min-width: 768px){
    #hmm {
        font-size: 2.2em;
    }
    .box {
        top: 45%;
    }
}
@media (min-width: 992px){
    #hmm {
        font-size: 3em;
    }
    .box {
        top: 35%;
    }
}
#by {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 1em;
    width: 100%;
}
#by a {
    color: #FFF !important;
    text-decoration: none !important;
    text-transform: none !important;
}
#status {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 1.5em;
    width: 100%;
}
