/* !
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.1
 * @url https://github.com/feimosi/baguetteBox.js */

a {
  color: #fff!important;
  transition: all .2s;
}

@media (max-width: 768px) {
  header {
    background-position: 55% center !Important;
  }
}

