
header nav .navbar-collapse{
    justify-content: flex-end;
}
header .boost{
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 3rem;

}
header nav{
  max-width: 81%;
    margin:auto;
    align-items: center;
}
header .p-fix{
  z-index: 8;
  background: #fff;
  box-shadow: 0px 3px 6px -4px #c1c1c1;
    position: fixed;
    /*top: 0;*/
    left: 0;
    width: 100%;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

body.user-logged-in .p-fix {
  top: 77px;
}
body.user-logged-out .p-fix {
  top: 0;
}
header nav .logo-img img ,footer img{
  width: 74%;


}
header nav ul{
    align-items: center;

}
 header nav li a{
border-bottom: 3px solid transparent;

 }
header nav li a , footer a  {
    color:#000000;
    font-size: 1rem;


    font-family: 'SF pro Display Medium';
    /* letter-spacing: 2px; */
    -webkit-transition: 0.25s all;
    -o-transition: 0.25s all;
    -moz-transition: 0.25s all;
    transition: 0.25s all;

}
header nav li a:hover,header nav li a:active ,header nav li.active a {
border-bottom: 3px solid #F9D835;
color: #000;
}

header nav li a{
  height: 4rem;
  display: flex;
  align-items: center;

  margin-right: 1.5rem;
  margin-left: 1.5rem;

}
header .get-started a{
    border: 1px solid #000000;
    padding: 0.5rem 1rem;
  display: flex;
  justify-content: center;
    width: 10rem;
    text-align: center;
    height: auto;
    border-radius: 0.45rem;
    font-family: 'SF pro Display Medium';
    -webkit-transition: 0.25s all;
    -o-transition: 0.25s all;
    -moz-transition: 0.25s all;
    transition: 0.25s all;
    color: #000000;
    font-size: 1.1rem;
    margin-right: 0;
  margin-left: 2.5rem;

}
header .get-started a:hover,header .get-started a:active{
background:linear-gradient(to right,#F9D835,#D0B037);
border:1px solid transparent;
}
header .get-started:hover a{
    color: #fff;
}
header .get-started:hover img{
    display: none;
}
header .get-started img{
  width: 13%;
  margin-left: 0.7rem;
}

header .navbar-brand,header .navbar{
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-hidden{
  overflow-y: hidden;
}


.animated, .wow {
  animation-delay: 0.3s;
  animation-duration: 2.5s;
}
header .fadeIn{
  animation-delay: 1s;

}
body{
  overflow-x: hidden;
}
