@import url("https://fonts.googleapis.com/css?family=Poppins");

body {
	font-family: "Poppins", sans-serif;
}

header {
	background-image: url("../images/chiro.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
}

@media only screen and (max-device-width: 1366px) {
	header {
		background-attachment: scroll;
	}
}

.btn-primary {
	background: #52C6DE;
	border: #52C6DE;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background: #38BDD9 !important;
	border: #38BDD9 !important;
}

.btn-secondary {
	background: #42C494;
	border: #42C494;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
	background: #38B386 !important;
	border: #38B386 !important;
}

a {
	color: #52C6DE;
}

a:hover {
	color: #38BDD9;
}

.badge-primary {
	background: #52C6DE;
}

.badge-secondary {
	background: #42C494;
}

.bg-primary {
	background: #52C6DE !important;
}

.bg-secondary {
	background: #42C494 !important;
}

footer a, .card a {
	color: #000000;
}

footer a:hover, .card a:hover {
	color: white;
}