/**
 * colors and sizes
 */
  /* header */
    .tg-header {
      font-family: 'PT Sans', sans-serif;
      background-color: #c2e6fa;
      color: #092a5e;
    }
    .tg-logo-img {
      max-width: 240px;
      max-height: 68px;
    }
    .tg-menu > li > a {
      color: #092a5e;
      line-height: 26px;
      padding: 28px 15px 32px;
    }
    .tg-menu > li > a:hover {
      background-color: #fff;
    }
    @media (max-width: 768px) {
      .tgdropdown {
        margin-top: 25px;
      }
    }
    .tgdropdown > label span {
      background: #092a5e;
    }
  /* footer */
    .tg-footer-wrapper {
      border-bottom: 1px solid #fff;
      margin-bottom: 10px;
    }
    .tg-footer {
      font-family: 'Marcellus', sans-serif;
      background-color: #c2e6fa;
    }
    .tg-footer-menu-list > li {
      border-left: 1px dotted #fff;
    }
    .tg-footer-menu-list > li:first-child {
      border-left: none;
    }
    .tg-footer-menu-list > li > a {
      color: #092a5e;
      padding: 8px 12px;
    }
    .tg-footer-menu-list > li > a:hover {
      background-color: #fff;
    }
    .tg-legal-text {
      color: #092a5e;
    }
    .tg-legal-text a {
      color: #092a5e;
    }
    .tg-copyright {
      background-color: #092a5e;
    }
    .tg-copyright-text {
      color: #fff;
    }
/**
 * END: colors and sizes
 */

/**
 * just for the height
 */
  .placeholder {
    height: 400px;
  }

/**
 * menu fix
 */
  
	.tgdropdown.open .tg-menu {
		left: 0;
	}


.tg-header-wrapper {
  display: flex;
}
.tg-menu > li > a {
    color: #092a5e;
    line-height: 26px;
    padding: 13px 15px 13px;
}