.header {
    max-width: 100% !important;
    border-bottom: none !important;
}

.top-bar {
    display: none;
}
/*
.wrapper-header {
    display: none;
}
*/
.block-region-content {
    margin-top: -30px;
}

.nav-header {
   width: 100%;
   position: fixed;
   left: 0;
   line-height: 65px;
   text-align: center;
   z-index: 10;
}
 .nav-header div .logo {
   float: left;
   max-width: 180px;
}
 .nav-header div .logo a {
   text-decoration: none;
   color: #fff;
   font-size: 2.5rem;
}
 .nav-header div .logo .logo a:hover {
   color: #00e676;
}

.nav-header a::before {
    background: none !important;
}

.nav-header a:hover::before {
    background: none !important;
}
 
.affix {
    padding-top: 0em;
    background-color: rgba(255, 255, 255, 0.93);
    box-shadow: $shadow;   
}
.affix-logo {
    width:65%;
    background: none;
}
.affix-logo-arloverisure{
    background: none;
}
.affix-col-logo{
    align-self: center;
}

.myH2 {
  text-align:center;
  font-size: 4rem;
}
.myP {
  text-align: justify;
  padding-left:15%;
  padding-right:15%;
  font-size: 20px;
}
@media all and (max-width:700px){
  .myP {
    padding:2%;
  }
}
