@charset "utf-8";
.navbar-nav .mr-auto .nav-item .nav-link {
    color: #1F1B1B;
    background-color: #996600;
    background-size: cover;
    top: 0px;
    bottom: 0px;
}

body{
    background-color: #996600;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}

h1 {
    color: #FFFFFF;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

h2 {
    color: #F1E0E1;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

label {
    color: #0DCB17;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

.text-muted {
	color: black
}

.main-form {
	width: 500px;
	margin: auto;
}

.menue {
	background-color: #996600;
}

hr {
	background-color: aquamarine; height:1px;
}