body {
  background-color: #ffa800;
  background-size: cover;
  background-position: center;
  color: #66271e;
}

.bg-primary {
    background-color: #ffa800; //#ffc03f;
}

.bg-button{
    background-color: #66271e;
	color: #ffa800;
}

.bg-button:hover {
    background-color: #ffa800;
	color: #66271e;
}

.input-focus:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(242, 141, 107, 0.5);
}

a {
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}