/* sass/style.scss */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
@media (min-width: 1200px) {
  .desktop-hidden {
    display: none;
  }
}
@media (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tablet-hidden {
    display: none;
  }
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.is-style-header1,
.is-style-header2,
.is-style-header3,
.is-style-header4,
.is-style-header5,
.is-style-header6 {
  color: #203E5A;
  clear: both;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 16px;
}
h1,
.is-style-header1 {
  font-size: calc(1.43125rem + 1.6730769231vw);
}
@media (min-width: 1560px) {
  h1,
  .is-style-header1 {
    font-size: 3.0625rem;
  }
}
h2,
.is-style-header2 {
  font-size: calc(1.36875rem + 1.0961538462vw);
}
@media (min-width: 1560px) {
  h2,
  .is-style-header2 {
    font-size: 2.4375rem;
  }
}
h3,
.is-style-header3 {
  font-size: calc(1.31875rem + 0.6346153846vw);
}
@media (min-width: 1560px) {
  h3,
  .is-style-header3 {
    font-size: 1.9375rem;
  }
}
h4,
.is-style-header4 {
  font-size: calc(1.275rem + 0.2307692308vw);
}
@media (min-width: 1560px) {
  h4,
  .is-style-header4 {
    font-size: 1.5rem;
  }
}
h5,
.is-style-header5 {
  font-size: calc(1.2625rem + 0.1153846154vw);
}
@media (min-width: 1560px) {
  h5,
  .is-style-header5 {
    font-size: 1.375rem;
  }
}
h6,
.is-style-header6 {
  font-size: 1.25rem;
}
p {
  font-weight: 300;
  line-height: 1.44;
  margin-top: 0;
  font-size: 1.125rem;
  margin-bottom: calc(1.325rem + 0.6923076923vw);
}
@media (min-width: 1560px) {
  p {
    margin-bottom: 2rem;
  }
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family:
    "Courier 10 Pitch",
    courier,
    monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family:
    monaco,
    consolas,
    "Andale Mono",
    "DejaVu Sans Mono",
    monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  color: #494D50;
  line-height: 1.5;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: none;
}
ol {
  list-style: none;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
.entry-content ul {
  list-style-type: disc;
}
.entry-content ol {
  list-style-type: decimal;
}
.entry-content ul,
.entry-content ol {
  margin: 0;
  padding: 0 30px;
}
.entry-content ul li,
.entry-content ol li {
  font-weight: 300;
  line-height: 1.44;
  font-size: 1.125rem;
}
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
a {
  color: #4169e1;
}
a:hover,
a:focus,
a:active {
  color: #191970;
}
a:hover,
a:focus,
a:active {
  outline: 0;
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
.updated:not(.published) {
  display: none;
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.homepage-columns {
  width: 100%;
  height: 100vh;
  padding: 0;
}
.homepage-columns__container {
  display: grid;
  gap: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.homepage-columns[data-columns="3"] .homepage-columns__container {
  grid-template-columns: repeat(3, 1fr);
}
.homepage-columns[data-columns="4"] .homepage-columns__container {
  grid-template-columns: repeat(4, 1fr);
}
.homepage-column {
  position: relative;
  overflow: hidden;
  background: #f8f9fa;
  -webkit-transition: none;
  transition: none;
}
.homepage-column:hover {
  -webkit-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.homepage-column__link {
  display: block;
  text-decoration: none;
  color: inherit;
  outline: none;
  width: 100%;
  height: 100%;
}
.homepage-column__link:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: -3px;
  -webkit-box-shadow: inset 0 0 0 3px rgba(0, 95, 204, 0.2);
  box-shadow: inset 0 0 0 3px rgba(0, 95, 204, 0.2);
}
@media (prefers-contrast: high) {
  .homepage-column__link:focus-visible {
    outline: 3px solid;
    outline-color: Highlight;
  }
}
.homepage-column__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.homepage-column__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.homepage-column__logo img {
  max-width: 160px;
  max-height: 120px;
  width: auto;
  height: auto;
}
.homepage-column__media {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.homepage-column__video,
.homepage-column__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.homepage-column:hover .homepage-column__video,
.homepage-column:hover .homepage-column__image {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.homepage-column__video {
  pointer-events: none;
}
@media (prefers-contrast: high) {
  .homepage-column {
    border: 1px solid;
  }
  .homepage-column__logo {
    background: Canvas;
    border: 1px solid;
  }
}
@media screen and (max-width: 767.5px) {
  .homepage-columns {
    height: auto;
  }
  .homepage-columns[data-columns="3"] .homepage-columns__container,
  .homepage-columns[data-columns="4"] .homepage-columns__container {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .homepage-column__content {
    max-height: 60vh;
    min-height: 250px;
  }
  .homepage-column__logo img {
    max-width: 100px;
    max-height: 60px;
  }
}
@media screen and (max-width: 575.5px) {
  .homepage-columns {
    height: auto;
  }
  .homepage-columns__container {
    gap: 0;
  }
  .homepage-column__content {
    max-height: 50vh;
    min-height: 200px;
  }
  .homepage-column__logo {
    padding: 0.75rem;
  }
  .homepage-column__logo img {
    max-width: 160px;
    max-height: 100px;
  }
}
@media (hover: none) and (pointer: coarse) {
  .homepage-column {
    min-height: 44px;
  }
  .homepage-column__link {
    min-height: 44px;
  }
}
/*!
Theme Name: eventhus
Theme URI: http://underscores.me/
Author: Rokas Sadauskas
Author URI: https://rocoding.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eventhus
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

eventhus is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
