/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700&display=swap */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700&display=swap');

/*
General Custom CSS
================================================== */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 10px 0;
  font-weight: 300;
}

body {
  font-family: 'Work Sans', sans-serif !important;
  font-size: 18px;
  color: #434b5f;
  font-weight: 300;
}

.html_header_top #top .av_header_stretch .container {
  width: 100% !important;
}

html.html_av-framed-box {
  padding-top: 0 !important;
}

.av-frame.av-frame-top.av-frame-vert,
.av-frame.av-frame-bottom.av-frame-vert {
  display: none !important;
}

/*
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) {}

/*
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) {}
