:root {
    --background-color: #ffffff;
    --default-color: #555555;
    --heading-color: #213e60;
    --accent-color: #68a4c4;
    --surface-color: #ffffff;
    --contrast-color: #ffffff;
}

.dark-background {
    --background-color: #213e60;
    --default-color: #ffffff;
    --heading-color: #ffffff;
    --surface-color: #284e62;
    --contrast-color: #ffffff;
}

.header .logo img
{
	max-height: 150px!Important;
}

.features .features-item+.features-item
{
	margin-top: 30px;
}

.section-title 
{
	padding-bottom: 40px;
}

.section-title-highlight {
	width: 85%;
  text-align: center;
  margin-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-color: var(--background-color);
}

.scrolled .header {
    --background-color: #213e60;
}

.contact .info-item i 
{
	color: #213e60;
	border: 2px dotted 
color-mix(in srgb, #213e60, transparent 40%);
}

a {
	color: #213e60;
}
		
a:hover
{
	color: #213660;
	font-weight: 600;

}

.footer a 
{
	color: white;
}


@media (max-width: 1199px)
  {
    .page-title
    {
      padding-bottom:20px;
    }
.contact .section
    {
      padding: 0 0;
    }
}