body {
    background:url(images/bg-body.jpg);
    font-family: sans-serif;
}

header {
    background:url(images/bg-header.jpg) repeat-x;
    height:452px;
}

nav {
    font-family: 'Road Rage', sans-serif;
}

nav a:hover {
    color:#fc0a04;
    text-decoration: underline;
}

hr {
    border:0;
    border-top:1px dashed brown;
}

input[type='text'],
input[type='number'],
input[type='email'],
textarea,
option {
    width: 95%;
    background: #f1f1f1;
    border-radius: 10px;
    border: 3px solid darkgoldenrod;
    padding: .5em;
    font-size: 1em;
}

#app-careers-container li {
    list-style-type: circle;
    margin-left:2rem;
    line-height:1px;
}

#app-content a, footer a {
    text-decoration: underline !important;
}

#app-content a:hover {
    color:#fff;
}

.app-heading {
    font-family: 'Road Rage', sans-serif;
    filter: drop-shadow(1px 3px 4px #f1f1f1);
}

.app-shadow-black {
    color:#f1f1f1;
    filter: drop-shadow(1px 3px 4px #000);
}

.app-btn-submit {
    border-radius: 7px !important;
    background: brown !important;
    padding: .4rem 1.2rem !important;
    color: #fff !important;
    border: 0 !important;
    cursor: pointer !important;
}