/*
 * Boostrap override CSS
 */

/* Fonts */

@import url('https://fonts.googleapis.com/css?family=Nunito+Sans');

* {
	font-family: "Nunito Sans", sans-serif;
}
h1, .h1, .has-h-1-font-size {
	font-weight: 900;
	font-size: 2.5rem;
	color: #006ddf;
}
h2, .h2, .has-h-2-font-size {
	font-weight: bolder;
	font-size: 2rem;
	color: #23a950;
}
h3, .h3, .has-h-3-font-size {
	font-weight: bold;
	font-size: 1.75rem;
	color: #00a794;
}
h4, .h4, .has-h-4-font-size {
	font-weight: bold;
	font-size: 1.5rem;
}
h5, .h5, .has-h-5-font-size {
	font-size: 1.25rem;
}
h6, .h6, .has-h-6-font-size {
	font-size: 1rem;
}
p, .p, .has-p-font-size {
	font-weight: normal;
	font-size: 1rem;
}
a, .a {
	color: #006ddf;
}
strong, .strong {
	font-weight: 900;
}

/* Dropdown */

/* Forms */

.form-control:focus {
	box-shadow: 0 0 0 0.2rem rgba(255,255,255,.5);
}
