/* COLOR PALETTE */

.pp-darkblue {
	color: #184377;
}

.pp-lightblue {
	color: #5094c5;
}

.pp-yellow {
	color: #ffc12f;
}

.pp-darkgreen {
	color: #2fab62;
}

.pp-lightgreen {
	color: #77d82b;
}

.pp-purple {
	color: #89489a;
}

.pp-red {
	color: #df4551;
}

/* GLOBAL STYLES */

body {
	background-color: #f2f2f2;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

/* Remove default padding from container-fluid */
.container-fluid {
	padding-right: 0;
	padding-left: 0;
}

/* Styles for the top header section */
.top-header {
	background-color: #184377;
	border-width: 1px;
	line-height: 1.25rem;
	color: #f2f2f2;
}

.top-header a {
	color: #f2f2f2;
}

/* Base link styles */
a,
p a,
a:hover,
a:visited,
a:active {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #ffc12f;
}

.btn:hover {
	background-color: #ffc12f;
	border-color: #ffc12f;
}

.home-brand-text {
	font-family: Roboto, Arial, sans-serif;
	color: #184377;
}

a.home-brand-link:hover {
	color: #ffc12f;
}

/* TESTIMONIAL SECTION */

.testimonial-card .card-up {
	height: 120px;
	overflow: hidden;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.testimonial-card .avatar {
	width: 110px;
	margin-top: -60px;
	overflow: hidden;
	border: 3px solid #fff;
	border-radius: 50%;
}

/* CUSTOMIZE FORMS */

.form-select {
	color: #393939;
}

.form-select-lg {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

/* Footer styles */
footer {
	font-size: 0.8rem;
	color: #f2f2f2;
	background-color: #184377;
}

footer a,
footer a.nav-link {
	color: #f2f2f2;
}

footer a:hover,
.nav-link:hover {
	color: #ffc12f;
}

/* Holiday Background */

.holiday-bg {
	background: url('/_assets/holiday-closure-background.png') no-repeat center
		center;
	background-size: cover;
}

/* RESPONSIVE CSS */

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.navbar {
		justify-content: center;
	}
}
