.header-container{
  background: white;
  max-width: 100% !important;
  box-shadow: 5px -15px 50px 5px rgba(0,0,0,0.2);
  position: fixed;
  z-index: 10;
  width: 100%;
}

.site-header{
  padding: 0 20px !important;
}

.site-logo{
  padding-top: calc(0.15 * var(--global--spacing-vertical));
}

#primary-mobile-menu .dropdown-icon{
  color: #4e9cfe;
}

.primary-navigation > div > .menu-wrapper a{
  padding-left: var(--global--spacing-unit);
}

.site-header img{
  width: 200% !important;
}
@media only screen and (min-width: 768px) {
	.site-header img{
    width: 85% !important;
	}
}


.site-header a{
  text-decoration: none !important;
}

.waved-border{
  position: relative;
  bottom: -1px;
}