#stadiumsubmit {
    background: #B9318F;
}

#pagefooter {
    background:#4A4A50;
}

#navbutton-home:hover{
    color:#4A4A50
}

#navbutton-register:hover{
    color:#4A4A50
}



h1, h2, h3, h4, h5, h6,
button, input, select, textarea {
    font-family: futura;
}
::-webkit-input-placeholder {
    font-family: futura;
}
:-moz-placeholder {
    font-family: futura;
}
::-moz-placeholder {
    font-family: futura;
}
:-ms-input-placeholder {
    font-family: futura;
}

.bootstrap-timepicker-widget.dropdown-menu.open {
   display: inline-block;
   z-index: 10000;
}