@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,400;0,600;0,700;1,400&display=swap');

/* html {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
  text-shadow: 0 .05rem .1rem rgba(218, 233, 197, .9);
  box-shadow: inset 0 0 5rem rgba(32, 54, 2, 0.589);
} */

body {
	font-family: 'Exo 2', sans-serif;
	/* padding-top: 90px; */
	padding-bottom: 60px;
}

a, a:visited {
	color: #004a81 !important;
}

.bg-theme {
  background-color: #dae9c5 !important;
}

.text-theme {
  color: #004a81!important;
}
.text-success {
  color: #087f3b!important;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

footer p.small {
  font-size: .8rem;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

.card-title {
	border-bottom: 1px solid #ddd;
}

.btn-theme {
	color:#fff;
	background-color:#004a81;
	border-color:#004a81;
}
.btn-theme:hover {
	color:#fff;
	background-color:#0b5ed7;
	border-color:#0a58ca;
}
.btn-check:focus+.btn-theme, .btn-theme:focus {
	color:#fff;
	background-color:#0b5ed7;
	border-color:#0a58ca;
	box-shadow:0 0 0 .25rem rgba(49,132,253,.5);
}
.btn-check:active+.btn-theme, .btn-check:checked+.btn-theme, .btn-theme.active, .btn-theme:active, .show>.btn-theme.dropdown-toggle {
	color:#fff;
	background-color:#0a58ca;
	border-color:#0a53be;
}
.btn-check:active+.btn-theme:focus, .btn-check:checked+.btn-theme:focus, .btn-theme.active:focus, .btn-theme:active:focus, .show>.btn-theme.dropdown-toggle:focus {
	box-shadow:0 0 0 .25rem rgba(49,132,253,.5);
}
.btn-theme.disabled, .btn-theme:disabled {
	color:#fff;
	background-color:#0d6efd;
	border-color:#0d6efd;
}

#quizForm {
	background-color: #ffffff;
	/* padding: 20px; */
	/* margin: 100px auto;
	min-width: 300px; */
}

/* Mark input boxes that gets an error on validation: */
p.invalid {
	padding: 4px;
	background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
	display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
	height: 10px;
	width: 10px;
	margin: 0 2px;
	background-color: #bbbbbb;
	border: none;
	border-radius: 50%;
	display: inline-block;
	opacity: 0.5;
}

.step.active {
	opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
	background-color: #4CAF50;
}

label.error {
	text-align: left !important;
	color: red;
	float: left;
	font-size: small;
}

label.error::before {
	content: '\f071    ';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}