/* ==========================================================================
	Imports
/* ========================================================================== */
/* ==========================================================================
	Variables
/* ========================================================================== */
/* Directories */
/* Colors */
/* Font Sizes */
body.page-template-default article {
  padding: 40px;
}
body.page-template-default article p {
  margin-bottom: 60px;
}

body {
  background: url("/content/themes/katatonia/images/background_svos.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.button-collapse {
  margin-left: 20px;
}

#nav-social i {
	font-size: 1em;
}

.side-nav .sociallink {
  display: inline-block;
}
.side-nav .sociallink a {
  padding: 0 20px;
}

#page-logo {
  text-align: center;
  margin: 0;
  padding: 0 30px;
}
#page-logo .logo {
  max-width: 700px;
  width: 100%;
  margin: 30px auto;
}

main {
  max-width: 1100px;
  margin: auto;
  background: rgba(62, 81, 77, 0.35);
}

header {
  margin-bottom: 90px !important;
}

nav {
  width: 100%;
  position: absolute;
}
nav.sticky {
  position: fixed;
  top: 0;
  width: inherit;
}

nav, footer {
  background-color: rgba(62, 81, 77, 0.75) !important;
}

nav a {
  font-size: 1.3rem !important;
  color: #F6EAD4 !important;
}
nav a:hover {
  background-color: rgba(62, 81, 77, 0.4) !important;
}

article {
  background: rgba(62, 81, 77, 0.35);
  color: white;
}
article p {
  padding: 0 60px;
}
article img.size-full {
  max-width: 100%;
  height: auto;
}

.sponsors img {
	filter: brightness(0) saturate(100%) invert(96%) sepia(9%) saturate(949%) hue-rotate(319deg) brightness(103%) contrast(93%);
}

.grey-text {
	color: #C1896C !important;
}

.grey-text.text-lighten-3 {
	color: #F6EAD4 !important;
}

.btn-large {
  font-size: 1.6rem;
  margin: 50px 0;
  height: auto !important;
}

.hero-video {
  width: 100%;
  height: 50vw;
  max-height: 540px;
}

#bit-events {
  background: rgba(255, 255, 255, 0.25);
  padding: 20px;
}

.bit-events {
  width: 100%;
}
.bit-events * {
  font-family: inherit !important;
}
.bit-events .bit-header-links {
  font-size: 1.2rem;
}
.bit-events a {
  font-size: 1.2rem !important;
}
.bit-events .bit-uiButton {
  height: auto !important;
  background: #000 !important;
}
.bit-events .bit-rsvp {
  padding: 10px;
  color: #F1E5CF !important;
}
@media (max-width: 600px) {
  .bit-events .bit-tickets, .bit-events .bit-rsvp {
    display: none;
  }

  .posts .post {
    margin: 150px 0 0 !important;
  }

  .posts .shared_post {
    margin: 0 !important;
  }

  .posts h3 {
    font-size: 8vw;
  }

  .posts h4 {
    font-size: 8vw;
  }

  .posts h5,
  .posts p {
    font-size: 3vw;
  }
}

@media (max-width: 900px) {
  .col {
    padding: 0 !important;
  }
}
.posts .post {
  margin: 150px 60px 0;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 50px;
  color: #F1E5CF;
}
.posts p {
  /* Careful, this breaks the word wherever it is without a hyphen */
  overflow-wrap: break-word;
  word-wrap: break-word;

  /* Adds a hyphen where the word breaks */
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.posts .post a {
  color: #F1E5CF;
}
.posts .post img {
  max-width: 100%;
}
.posts .post video {
  width: 100%;
}
@media (max-width: 900px) {
  .posts .post {
    margin: 150px 0;
  }
}
.posts .shared_post {
  background-color: rgba(255, 255, 255, 0.25);
  padding: 30px;
  margin: 80px 20px 20px;
  color: #000;
}

.sponsors li {
  display: inline-block;
}
.sponsors img {
  width: 100%;
  height: 100%;
  max-width: 100px;
  max-height: 50px;
  vertical-align: middle;
  margin: 20px;
}

/*# sourceMappingURL=global.css.map */
