/* Add here all your CSS customizations */
#footer {
    background-color: #124D84;
	border-top-color: #FFCD05;
}

#footer p {
	color: #FFF;
	line-height: 1.5em;
}

#footer .footer-ribbon {
	background: #EE2424;
}

#footer .footer-ribbon:before {
	border-right-color: #a1231b;
}

#footer .footer-copyright {
    background-color: #124D84;
	align-items: center;
	text-align:center;
}

#footer .footer-copyright p {
    color: #FFF;
	align-items: center;
	text-align:center;
}

.custom-color-1 {
	color: #FFF !important;
}

h9 {
	font-size: 18px;
}

.custom-color-1 i {
	font-size: 12px;
}


.social-icons li:hover a {
	background-color: #ffcd05 !important;
}

.social-icons li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
}


#heading heading-border{
    color: #124D84;
}

.list.list-icons.list-tertiary li{
	margin-bottom: 0;
	padding-bottom: 0;
}

html, 
body, 
h1, h2, h3, h4, h5, p, span, a, label, li, strong,
#header .header-nav-main nav>ul>li a {
    font-family: 'Barlow', sans-serif !important;
	letter-spacing: 0.5px;
	
}

#header .header-nav-main nav>ul>li a {
	font-size: 20px;
	font-weight: normal;
}

h6{
	font-family: 'Caveat', cursive;
	letter-spacing: 0.5px;
	font-size: 35px;
	line-height: 40px;
}

.font-weight-extra-bold{
	color: #124D84;
	font-size: 25px;
}

html .scroll-to-top {
    background: #ffcd05; /* background color */
    color: #124D84; /* arrow color */
}


@media (max-width: 991px) {
	#header .header-logo img {
		max-width: 200px;
		height: auto !important;
	}
}
