@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');

a.brand-logo {
	color: #212121;
}

.custom-btn {
	/*background-color: #fff !important;*/
	background-color: rgb(26, 90, 143) !important;
	box-shadow: none;
	/*color: #212121;*/
	text-transform: none;
	line-height: 34px;
}

input[type=text].custom-input {
	border: 1px solid #9e9e9e !important;
	box-shadow: none !important;
	outline: none !important;
	padding-left: 10px;
	width: calc(100% - 10px);
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
}

input[type=text].custom-input:focus {
	border: 1px solid #9e9e9e !important;
}

input[type=text].custom-input::placeholder {
	color: #212121;
	opacity: 1;
}

nav {
	background-color: #fff;
}

nav ul li a {
	color: rgb(246, 144, 0);
}

.container-fluid {
	padding: 0 5%;
}

section {
	padding: 5% 0;
}

.josefin {
	font-family: 'Josefin Sans', sans-serif;
}

input[type=text].select-dropdown {
	border: 1px solid #9e9e9e !important;
	box-shadow: none !important;
	outline: none !important;
	padding-left: 10px;
	width: calc(100% - 10px);
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
}

.pointer {
	cursor: pointer;
	box-shadow: none;
	border: 1px solid #9e9e9e;
	border-radius: 4px;
	max-height: 180px;
}

.pointer:hover {
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}