

.cta-meny {
  position: absolute;
  right: 60px;
  z-index: 1;
  top: 40px;
  text-transform: uppercase;
  list-style: none; 
}
.cta-meny li {

  float: left;
  margin-left: 40px;
  font-weight: bold;

}
.cta-meny a {

  color: #1a477f;
  letter-spacing: 3px; 

}
.cta-meny a:hover {

   color: #fff; 

}
.button {

  background-color: #00BCF5;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px;
  border-radius: 5px;
  display: inline-block;
  border: none;
  transition: all 0.4s ease 0s;
  margin-top: -15px;

}

.button:hover {

  background: #032456;
  letter-spacing: 1px;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
  box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
  transition: all 0.4s ease 0s;
  color: #fff!important;
}





