:root {
    --szurke: #f2f0e9;
    --zold: #031200;
    --fem: #c3cace;
}

.custombg{
    /*background-color: #40464d;*/
    background-color: #6f767d;
}

body{
    font-family: 'Roboto Condensed', sans-serif;
}
nav {
    font-size: 18px;
}

#form {
    position: relative;
    color: #031200;
    font-weight: 700;
}

#form:before {
    content: '';
    background: url('../images/tryout_2.jpg') no-repeat center center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.75;
}

