body {
	background-color: black;
}

h4, h1 {
	color: #fda63a;
}

h1 {
	font-size: 23px;
	text-align: center;
}

h4 {
	font-size: 21px;
}

label {
	color: white;
	font-size: 14px;
}

hr {
	border: 1px solid grey;
}

input::placeholder, select:nth-child(1), input.form-control {
	font-size: 14px;
}

select:nth-child(1), select:nth-child(1)::selection, select:nth-child(1):focus {
	background-color: #6c757d;
	color: white;
	border: unset;
}

.req {
	color: red;
}

#border-nav {
	width: 100%;
	height: 2.5px;
	background: linear-gradient(45deg, navajowhite, #fda63a, #ffa28c);
	/*background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);*/
	background-size: 400% 400%;
	-webkit-animation: Gradient 5s ease infinite;
	-moz-animation: Gradient 5s ease infinite;
	animation: Gradient 5s ease infinite;
}

.btn-outline-nut {
	color: black;
	background-color: #fcae14;
	border-color: #fcae14
}

.btn-outline-nut:hover {
	background-color: #464646;
	color: black;
	border-color: gold;
	text-shadow: 1px 1px #000
}
