/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */




/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.social-list {
  display: flex;
  height: 100%;
  margin-left: auto;
  align-items: center;
}

.social-list a.social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.social-list a.social-link::before {
  display: none;
}

.social-list a.social-link {
  border-top-style: solid;
  border-top-width: 1px;
}

.social-list a.social-link svg {
  fill: #666666;
}

#av_section_1 {
  background-color: transparent !important;
}

#av_section_1 .av-parallax.avia-full-stretch.enabled-parallax.active-parallax.enabled-parallax {
  height: 100% !important;
  transform: none !important;
  background-attachment: fixed !important;
}
