.hero{
    background-image: url(../images/001.jpg);
    height: 350px;
    background-attachment: fixed;
    background-size: cover;
    border-top: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;
}

h5{
    margin-bottom: 30px;
}

.required, .requiredField {
    font-weight: 1000;    
}


/* put footer to bottom */
nav ul a{
    color: dimgrey;
}

html, body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
}
body > *:not(nav):not(footer):not(.divider) {
    flex: 1 0 auto;
}
footer, .divider {
    flex-shrink: 0;
}
/*  */

/* various styles -  TODO: improve this */
.nav-wrapper.white.lighten-2 {
    padding: 0 35px !important;
}
/*  */

/* account */
.sign-in-link {
    font-size: 18px;
}
.sign-in-link a {
    font-weight: bold;
}
/*  */
