@charset "utf-8";



.header {
  position:fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  transition: all .4s cubic-bezier(.770,0,.175,1) !important;
}

.header--unpinned {
  transform: translateY(-100%) !important;
}


.contactButton{
background-color:white !important;
color:black !important;
margin-bottom:80px;
}


@media (max-width: 540px) {

    .dadheader{
    height:200px !important;
  }

}

