:root {
  font-size: 20px;
}

body {
  color: #ffffff;
  font-family: 'Permanent Marker', cursive;
  font-size: 1rem;
  line-height: 1.3rem;
  letter-spacing: 0px;
  text-transform: none;
  font-weight: 400;
  background-color: #2a0650;
  background-image: url(https://maevemystery.com/s/Website/background%20image/manos-gkikas-L0tsGE7634E-unsplash.jpg);
  background-position: fixed;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  overflow-wrap: break-word;
  word-break: break-word;
  height: 100%;
}

.ui.basic.button {
  transition: background-color .6s;
  -o-transition: background-color .6s;
  -webkit-transition: background-color .6s;
  -moz-transition: background-color .6s;
  -ms-transition: background-color .6s;
  /* background-color: #4e4e4e !important; */
}

.ui.basic.button:hover {
  background-color: #cdf3d8 !important;
}

a {
  text-decoration: none;
  color: #8b18b1;
  transition: color .6s;
  -o-transition: color .6s;
  -webkit-transition: color .6s;
  -moz-transition: color .6s;
  -ms-transition: color .6s;
}

a:hover {
  text-decoration: none;
  color: #c88ef8;
}

.zoom {
  transition: transform .6s;
  -o-transition: transform .6s;
  -webkit-transition: transform .6s;
  -moz-transition: transform .6s;
  -ms-transition: transform .6s;
}

.zoom:hover {
  transform: scale(1.05);
}

.container {
  min-height: 100vh;
}

#header {
  /* display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-property: background-color padding;
  -webkit-transition-property: background-color padding;
  -ms-transition-property: background-color padding;
  transition-property: background-color padding;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background: #e384b4;
  color: #ffffff;
  left: 0px;
  padding: 20px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10001; */
  /* padding: 20px; */
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  padding: 0.2rem;
  background-color: #2a0650;
  z-index: 10001;

  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-property: background-color padding;
  -webkit-transition-property: background-color padding;
  -ms-transition-property: background-color padding;
  transition-property: background-color padding;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

#header.alt {
  background-color: transparent;
  padding: 0.4rem;
  text-shadow: black 0.05em 0.05em 0.08em;
}

#footer {
  font-size: 1rem;
  color: #ffffff;
  background: #2a0650;
  margin: 0px;
  padding: 1rem;
  text-align: center;
}

#logo > a {
  color: #ffffff;
}

#logo {
  display: inline-block;
  font-family: 'Yesteryear', cursive;
  font-size: 3rem;
  margin: 12px 0px 0px 0px;
}

#nav {
  font-family: 'Permanent Marker', cursive;
  font-size: 1rem;
  margin: 10px auto;
}

#nav a {
  color: #ffffff;
}

.spacer {
  padding-top: 70px;
}

h1, h2, h3, h4 {
  font-family: 'Permanent Marker', cursive;
}

#banner {
  font-family: 'Yesteryear', cursive !important;
  font-size: 1rem;
  background-color: #4f0064;
  color: rgb(255, 255, 255);
  padding: 0px;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-attachment: fixed;
  background-image: none;
  background-position: center 100%;
  background-size: cover;
  min-height: 35vh;
  position: relative;
  text-align: center;
  width: 100%;
  text-shadow: black 0.05em 0.05em 0.08em;
}

.pagination {
  text-align: center;
  margin: 0px auto 100px !important;
}

#articles {
  position: relative;
  width: 50%;
  text-align: center;
}

.tag-holder {
  position: absolute;
  pointer-events: none;
  top: 30px;
  left: 30px;
  z-index: 5000;
}

.tag-holder img.tag-image {
  display: block;
  padding-bottom: 5px;
  max-width: 100px;
  max-height: 100px;
}

#articles article img.article-cover {
  /* max-height: 40vh; */
  width: 100%;
  object-fit: cover;
}

#articles article.article-first img.article-cover  {
  /* max-height: 50vh; */
}


.page-sidebar {
  
}


.page-sidebar aside img.sidebar-cover {
  width: 100%;
}

.sidebar-title {
  color: #4f0064 !important;
  font-family: 'Yesteryear', cursive !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
}

.sidebar-text {
  /* text-align: justify; */
  text-align: center;
  /* text-align-last: center; */
  font-size: 0.8rem !important;
  line-height: 20px;
}

.page-sidebar h1, .page-sidebar h2, .page-sidebar h3, .page-sidebar h4 {
  font-family: 'Permanent Marker', cursive !important;
  color: #ffffff !important;
}

.page-sidebar p {
  font-size: 0.8rem;
}

.sidebar-img {
  width: 100%;
}

.article-title {
  font-family: 'Permanent Marker', cursive;
  font-size: 2rem;
  color: #ffffff;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  display: block;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: .11em;
  margin-top: 10px;
}

.article-title > a::before, .article-title > a::after {
  content: ' ';
  display: inline-block;
  height: 1px;
  width: 25px;
  margin: 0px 5px 0.23em 5px;
  background-color: #c88ef8;
}

.article-excerpt {
  margin: 10px 0px 10px 0px;
  /* text-align: justify; */
}

.article-date {
  font-family: 'Merienda', cursive;
  font-size: 12px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 23px;
}

.readable {
  font-family: 'Oswald', sans-serif;
}

.post {
  font-family: 'Oswald', sans-serif;
}

.post-title {
  font-family: 'Permanent Marker', cursive;
  font-size: 4rem !important;
  color: #ffffff !important;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  display: block;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: .11em;
  margin-top: 160px !important;
  text-transform: none !important;
  word-wrap: break-word;
}

.post-date {
  font-family: 'Merienda', cursive;
  font-size: 12px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 23px;
  text-align: center;
}

.title-container {
  background-color: #000000;
  padding: 10px;
  font-family: 'Permanent Marker', cursive;
  font-size: 1rem !important;
  color: #ffffff !important;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  display: block;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: .11em;
  margin-top: 160px !important;
  text-transform: none !important;
  word-wrap: break-word;
}

.schedule-container {
  background-color: #000000;
  padding: 10px;
  font-family: 'Permanent Marker', cursive;
  font-size: 1rem !important;
  color: #ffffff !important;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  display: block;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: .11em;
  margin-top: 10px !important;
  text-transform: none !important;
  word-wrap: break-word;
}

.ui.h-scroll {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.card.h-scroll {
  position: relative;
  width: 16.66%;
  display: inline-block;
}

#instafeed {
  width:100%;
  display:block;
  margin:0;
  padding:0;
  line-height:0;
  background-color: #2a0650
}

#instafeed img {
  height: 16.67vw;
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
}

#instafeed a {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
}

#instafeed li {
  padding-top: 0;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
  width: 16.66%;
  display: inline-block;
  margin: 0!important;

}

#instafeed .instaover {
  width: 100%;
  height: 100%;
  margin-top: -100%;
  opacity: 0;
  text-align: center;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  font-size: 12px;
  color: #222;
  line-height: normal;
  transition: all 50ms ease-out;
  -o-transition: all 50ms ease-out;
  -moz-transition: all 50ms ease-out;
  -webkit-transition: all 50ms ease-out;
}

#instafeed a:hover .instaover {
  opacity: 1;
}

#instafeed li:last-child {
  padding-right: 0!important;
}

#instafeed li a:after {
  content: "\f16d";
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: 600ms;
  -o-transition: 600ms;
  -moz-transition: 600ms;
  -ms-transition: 600ms;
  -webkit-transition: 600ms;
  font-family: "Font Awesome 5 Brands";
  font-size: 35px;
  color: #fff;
}

#instafeed li:hover a:after {
  opacity: 1;
}

/* -------------------------------------- */

.kg-image {
  display: block;
  margin: auto;
}

.kg-width-wide .kg-image {
  width: 80%;
}

.kg-width-full .kg-image {
  width: 100%;
}

.kg-width-full figcaption {
    padding: 0 1.5em;
}

.kg-embed-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100%;
}

.kg-embed-card .fluid-width-video-wrapper {
    margin: 0;
}

.kg-gallery-container {
    display: flex;
    flex-direction: column;
    max-width: 1040px;
    width: 100vw;
}

.kg-gallery-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.kg-gallery-image img {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
}

.kg-gallery-row:not(:first-of-type) {
    margin: 0.75em 0 0 0;
}

.kg-gallery-image:not(:first-of-type) {
    margin: 0 0 0 0.75em;
}

.kg-gallery-card + .kg-image-card.kg-width-wide,
.kg-gallery-card + .kg-gallery-card,
.kg-image-card.kg-width-wide + .kg-gallery-card,
.kg-image-card.kg-width-wide + .kg-image-card.kg-width-wide {
    margin: -2.25em 0 3em;
}

.kg-width-full figcaption {
    padding: 0 1.5em;
}

.kg-embed-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100%;
}

.kg-embed-card .fluid-width-video-wrapper {
    margin: 0;
}

.kg-gallery-container {
    display: flex;
    flex-direction: column;
    max-width: 1040px;
    width: 100vw;
}

.kg-gallery-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.kg-gallery-image img {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
}

.kg-gallery-row:not(:first-of-type) {
    margin: 0.75em 0 0 0;
}

.kg-gallery-image:not(:first-of-type) {
    margin: 0 0 0 0.75em;
}

.kg-gallery-card + .kg-image-card.kg-width-wide,
.kg-gallery-card + .kg-gallery-card,
.kg-image-card.kg-width-wide + .kg-gallery-card,
.kg-image-card.kg-width-wide + .kg-image-card.kg-width-wide {
    margin: -2.25em 0 3em;
}

/* Mobile */
@media only screen and (max-width: 767px) {
  :root {
    font-size: 12px;
  }
}

/* Tablet / iPad Portrait */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  :root {
    font-size: 16px;
  }
}

/* Computer / Desktop / iPad Landscape */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  
}

/* Large Monitor */
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  
}

/* Widescreen Monitor */
@media only screen and (min-width: 1920px) {
  
}

@media only screen and (min-width: 1200px) {
  .ui.container, .ui.grid.container {
    width: 90% !important;
    max-width: 1800px !important;
  }
}