/*Navmenu*/


.sagyon {
  font-family: 'Arial', sans-serif;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top:"";
}
.sagyon * {
  box-sizing: border-box;
}
.sagyon li {
  display: inline-block;
  list-style: outside none none;
  margin-right: 3.2em;
  padding: 0;
}
.sagyon a {
  padding: 0.8em 0;
  color: #000000;
  position: relative;
  letter-spacing: 0;
  text-decoration: none;
}
.sagyon a:before,
.sagyon a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.sagyon a:before {
  bottom: 0.7em;
  display:"";
  height: 3px;
  width: "";
  content: "";
  background-color: #1C4F98;
}
.sagyon a:after {
  left: 0;
  top: 0;
  padding: 0.6em 0;
  position: absolute;
  content: attr(data-hover);
  color: #FF0000;
  white-space: nowrap;
  max-width:0%;
  overflow: hidden;
}
.sagyon a:hover:before,
.sagyon .current a:before {
  opacity: 1;
  width: 100%;
}
.sagyon a:hover:after,
.sagyon .current a:after {
  max-width: 100%;
}


/*Hamburger*/

.navbar-light .navbar-toggler {
  color: rgba(255,255,255,0.00);
  border-color: rgba(255,0,4,1.00);
}
.navbar-toggler{
    width:  45px;
    height: 40px;
    border: 2px solid transparent;
	border-color: #E00003;
    background-color: rgba(255,255,255,0.00);
}
.navbar-toggler .line{
    width: 100%;
	float: right;
    height: 3px;
    background-color: #E00003;
    margin-bottom: 4px;
}

.navbar-toggler:hover, .navbar-toggler:hover {
  text-decoration: none;
	 background-color: rgba(255,255,255,0.00);
}

.navbar-toggler:focus, .navbar-toggler:focus {
  text-decoration: none;
	 outline: 0;
	 box-shadow: 0 0 0 0;
	 background-color: rgba(255,255,255,0.00);
}
/*H*/