html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

body {
    padding-bottom: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#main{
    display: block;
    position: relative;
    margin: 5% auto 0 auto;
    width: 40%;
    min-width: 500px;
    background: rgba(255, 255, 255, 0.8);
    padding: 40px 40px 30px 40px;
    vertical-align: middle;
}

@media screen and (max-width: 600px){
    #main {
        width: 100%;
        margin: auto;
        padding: 20px 0 20px 0;
        min-width: unset;
        margin-top: 10%;
    }
}

#content{
    display: block;
    position: relative;
    margin: 0 auto;
}

.question.disabled{
    display: none;
}

.options{
    margin-top: 10px;
}

.description{
    font-size: 12px;
    margin: 20px 5px 5px 5px;
}

fieldset{
    position: relative;
    margin: 10px auto;
    padding: 10px 20px 0 20px;
    border: none;
}

body{
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    margin: 0;
    font-size: 15px;
    transition: background 1.5s linear;
}

legend{
    margin: 0 auto;
    position: relative;
    font-size: 25px;
}

.subtitle{
    font-size: 20px;
    margin-top: 10px;
}

.highlight {
    color: #f58220;
}

button.submit{
    text-transform: uppercase;
    background-color: #f68220;
    color: white;
    position: relative;
    margin: 0 auto;
    border: none;
    padding: 15px 18px;
    font-size: 18px;
    display: block;
}

button.disabled{
    background-color: #fde0c7;
}

.hidden {
    display: none!important;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-top: 5px;
}

footer h4 {

}

footer img {
    height: 25px;
}

footer a {
    margin-left: 20px;
    margin-right: 20px;
}

fieldset .title {
    text-align: center;
}