html{
    height: 100%;
}
body{
    background-position: 50% 50%;
    background-size: inherit;
    background-repeat: no-repeat;
}
footer{
    position: relative;
    display: block;
    bottom:0;
    font-size: 11px;
    width: 100%;
    padding: 10px 0px;
    background-color: #a29061;
}
.modal{
    color: rgba(0,0,0,.84);
    background: rgba(0,0,0,.60);
}
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
.margintop{
    margin-top: 5%;
}
.form-separator{
    display: block;
    width: 100%;
    height: 1px;
    margin: 40px 0px;
    clear: both;
}
.certs{
    width: 100%;
}

.title{
    font-size: 18px;
    text-transform: uppercase;
}
.poll{margin-bottom: 10%;}

footer {
    position: absolute;
}
.thepoll, #pollcont, .gracias{
    display: none;
}

.navbar-brand img{
    position: absolute;
    top:-5px;
    max-width: 250px;
}