:root {
  --color-primary:#033167;
  --color-secondary:#EB2946;
  --color-gradient-start:#ffd200;
  --color-gradient-stop:#ffd200;
}

body {
  font-family: 'Roboto', sans-serif;;
  font-weight: 400;
  line-height: 1.7;
  font-size: 18px;
  color: #666666;
}

a:hover {
  color: var(--color-primary);
}

#content {
  background-color: #0d0e59;
  background-image: url(../../demo/bg/bg-21.png);
  background-position: center bottom;
}

.mobile-logo-default {
	width: 30% !important;
}

.liquid-counter-huge .liquid-text-bottom {
    position: absolute;
    bottom: -50px;
    left: 0;
    font-size: 1.125em;
    line-height: 1.5em;
    font-style: italic;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: 'Roboto', sans-serif;;
  color: #000;
}
.white {
	color: #ffffff;
}
.sub-footer {
	font-size: 10px;
}
.italic {
	font-family: 'Lora', serif; 
}
.ehl-logo {
	width: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.h1, h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2em;
}

.h2, h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4em;
}

.h3, h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6em;
}

.h4, h4 {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.6em;
}

.h5, h5 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8em;
}

.h6, h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8em;
}

.main-nav > li > a {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: white;
}

.main-nav > li > a .link-ext {
  background: #ff546c;
}

.main-nav > li.is-active > a,
.main-nav > li.current-menu-item > a,
.main-nav > li:hover > a,
.main-nav > li > a:hover {
  color: white;
}

.main-footer {
	background: #033167;
	color: #ffffff;
  
}

.main-footer a:not(.btn) {
  color: #8b8cb3;
}

.main-footer a:not(.btn):hover {
  color: #fff;
}

.main-footer .social-icon a {
  color: #fff;
}

.main-footer .contact-form input,
.main-footer .contact-form select,
.main-footer .contact-form textarea,
.main-footer .contact-form .ui-selectmenu-button {
  color: white !important;
  border-color: rgba(255, 255, 255, 1.0) !important;
}

.main-footer .contact-form input:focus,
.main-footer .contact-form select:focus,
.main-footer .contact-form textarea:focus,
.main-footer .contact-form .ui-selectmenu-button:focus {
  border-color: #fff;
}

.main-footer .contact-form input[type=submit] {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.main-footer .contact-form input[type=submit]:hover {
  color: #000;
}
