body {
	background-color: #6FC0E2;
	background-image: url('../img/eklogo_corner.png');
	background-size: auto;
}

.top-bar, .top-bar ul {
	background-color: #ffffff;
}

.top-bar {
	border-bottom: 5px solid #4273b7;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
	border-color: #ffffff transparent transparent !important;
}

.div-content {
	background-color: #f0ffff;
}

.button {
	background-color: #4273b7;
}

.button:hover, .button:focus {
	background-color: #6FC0E2;
}

a {
    color: #4273b7;
}

a:hover, a:focus {
    color: #6FC0E2;
}