:root {
    --color1: #00315B;
    --color2: #0aa1e8;
}

.menu-iconn-position {
	position: absolute;
	top: 5px;
	right: 20px;
}

.hamburger .line{
  width: 40px;
  height: 4px;
  background-color: #ecf0f1;
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -o-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  -o-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

/** Set the backgrounds for the different sections **/
.navigation-area {
	background: linear-gradient(120deg, var(--color1) 30%, var(--color2) 100%);
    /*background: linear-gradient(120deg,#2ba6cb 30%,#83cb00 100%);
    background: linear-gradient(120deg,#77B2BE 30%,#00315B 100%);
    background: linear-gradient(120deg,#7b77be 30%,#119ca3 100%);
    background: linear-gradient(120deg,#e50000 30%,#0a8ae8 100%);
    background: linear-gradient(120deg,#333333 30%,#557077 100%);*/
	height:2.8rem;
	/*position:fixed;
	z-index:5;*/
}

/** Changes background color, height and margin of the border **/
.top-bar {
    /*background: #00315B;*/
	background: none;
    height: 2.8rem;
    /*line-height: 58px;*/
    margin-bottom: 0;
}
/** Removes black background on menu bar **/
.top-bar-section ul {
    background: none;
    /*text-transform: uppercase;*/

}
/** Removes black background on menu item **/
.top-bar-section li a:not(.button) {
    background: none;
    /*line-height: 58px;*/
    padding: 0 10px;
	font-size: 1.20rem;
	font-weight: normal;
	font-family: 'Fractul', "Lucida Sans Unicode", "Arial", sans-serif;
}

/** Changes the active menu item from default black to a gradient **/
.top-bar-section ul li.active > a {
    /*background:  rgb(0, 0, 0);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%) repeat scroll 0 0 transparent;
    color: #fff;*/
}
/** Changes the hover state of non active menu items **/
.top-bar-section li:hover a {
	background: none;
    color: #77B2BE;
}
/** Changes non active menu items text color to black **/
.top-bar-section ul li > a {
	color: #FFFFFF;
}

/** Remove margin for arrow **/
.top-bar-section .has-dropdown > a {
	padding-right: 10px !important;
}

.top-bar-section .dropdown li a {
	font-size:1.1rem;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	line-height:normal;
	color: #FFF;
}

/** Changes the hover state of dropdown menu items **/
.top-bar-section ul.dropdown li a:hover:not(.button) {
    /*background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);*/
	color: #77B2BE;
}
/** IMPORTANT fill for the ul dropdown container **/
.top-bar-section ul.dropdown {
    /*background: linear-gradient(180deg,#00315B 30%,#0aa1e8 100%);*/
	background-color: var(--color1);
    color: #fff;
	padding-bottom: 10px;
	padding-top: 5px;
}

/** This fixes the position and the color of the dropdown arrow **/
.top-bar-section .has-dropdown > a:after {
	display:none;
    /*border-color: rgba(0, 0, 0, 1) transparent transparent;
    margin-top: 2.5px;*/
}

@media only screen and (max-width: 939px) {
.logo {
	width:126px;
}

.top-bar-section {
	width: 100%;
}

.top-bar.expanded {
    z-index: 12;
}

.top-bar.expanded .toggle-topbar a {
  color: #FFF; }


/* Section heading */
.top-bar-section .dropdown li a.parent-link {
	font-weight: normal;
	font-size:30px;
	color:var(--color1);
}

.top-bar-section .dropdown li a {
	font-size:1.25rem;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
}	  

/* Makes the responsive menu fit in the navigation container and change its background to black */
.top-bar ul {
	background-color: none;
	/* padding-bottom: 13px;*/
}

.top-bar.expanded .toggle-topbar a span {
	color: #FFF;
	box-shadow: 0 10px 0 1px #FFF, 0 16px 0 1px #FFF, 0 22px 0 1px #FFF;
	box-shadow: 0 0 0 0 #FFF, 0 0 0 0 #FFF, 0 0 0 0 #FFF;
}
	
.top-bar.expanded .title-area {
	background-color: var(--color1);
}

.top-bar.expanded {
	/*background-color: #00315B;*/
	background: linear-gradient(180deg,var(--color1) 30%,var(--color2) 100%);
}

.top-bar.expanded ul li {
	padding-bottom:10px;
}

.top-bar-section li a:not(.button) {
	text-align:center;
}

/* Change non active menu item color to black */
.top-bar-section ul li > a {
color: #fff;
}
/* Gives the dropdown ul a black fill */
.top-bar-section ul {
	/*background: #00315B;*/
}
/* Give the BACK button after going in a submenu the appropriate filling */
.top-bar-section .dropdown li.title h5 a {
	/*line-height: 57px;*/
	padding-bottom:0px;
	padding-top:0px;
	color:#999;

}
/* This fixes the position and the color of the dropdown arrow */
.top-bar-section .has-dropdown > a:after {
	border-color: #333;
	margin-top: 2.5px;
}
}