a,
p,
h1,
h2,
h3,
h4,
h5 {
	font-family: "Montserrat", sans-serif;
}

a,
p {
	font-weight: 700;
}

#navbar-white ul li a {
}

.card {
	border: none;
}

.dropdown-menu {
	margin-top: 0;
}

.navbar ul li a {
	font-family: "Montserrat" !important;
	font-weight: bold !important;
	text-transform: capitalize !important;
}

.dropdown-menu a:hover {
	background-color: #e91e63 !important;
	color: white !important;
}

.carousel {
	height: 100%;
	width: 100%;
}

.shadow {
	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
		0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.home-main-lower ul {
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 14px;
	list-style: none;
}

.home-main-lower ul li a {
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 12px;
	list-style: none;
	color: white;
}

.home-main-lower ul li a:hover {
	color: white;
}

/*CONTACT*/
.contact-header {
	position: fixed;
	top: 0;
	left: 0;
}

.bg-blue {
	background-color: #00008b !important;
}
