:root {
    --cassiopeia-color-primary: #000;
    --cassiopeia-color-link: #880808;
    --link-color: #880808;
    --link-color-rgb: 136, 8, 8;
    --cassiopeia-color-hover: #000;
    --link-hover-color: #CC5500;
    --link-hover-color-rgb: 204, 85, 0;
}
a {font-weight: 700;}

/* Header styling */
@media (min-width: 992px) {
 .container-header .container-nav nav {
    margin-left: auto;
    margin-right: auto;
 }
}
.container-header .container-nav nav {
    margin-top: 5px;
}

/* Offcanvas menu styling */
.offcanvas {
    background-color: var(--cassiopeia-color-primary);
}
.offcanvas-header .btn-close {
    background-color: #CC5500;
}
.container-header .navbar-toggler {
    border: 1px solid #CC5500;
}
@media (max-width: 991.98px) {
    .offcanvas {
        max-width: 80%;
   }
}

/* Content styling */
h1 {
  background-color: #000;
  color: #CC5500;
  padding: 15px;
  margin: 0 0 20px 0;
  border-radius: 5px;
}
.top-home {margin: 0}
h2 {
  background-color: #111111;
  color: #d16619;
  padding: 15px;
  margin: 40px 0 20px 0;
  border-radius: 5px;
}
h3 {
  background-color: #222222;
  color: #db884c;
  padding: 15px;
  margin: 40px 0 20px 0;
  border-radius: 5px;
}
h4 {
  background-color: #33333330;
  /*color: #ffc06c;*/
  padding: 5px 10px;
  /*margin: 40px 0 20px 0;*/
  border-radius: 5px;
}
.gygw {
  background-color: #222222;
  padding: 8px;
  border-radius: 8px;
}
/*remove icons from article info*/
span.icon-calendar::before {content: "";}
span.icon-user::before {content: "";}

/*article info in one line*/
dl.article-info {
  display: inline-flex;
  font-size: 0.8em;
  border-bottom: 1px solid grey;
}
dl.article-info a {
  color: black;
}
.author-block {
  padding: 30px 10px;
  font-size: 0.9em;
}
.author-block a {
  color: black;
  text-decoration: none;
}
.author-photo {
  padding-bottom: 20px;
}

/* Right sidebar styling */
/*body.wrapper-fluid .site-grid {
  grid-template-columns: [full-start] minmax(0,1fr) [main-start] minmax(0,0%) minmax(0,30%) minmax(0,30%) minmax(0,40%) [main-end] minmax(0,1fr) [full-end]
}*/
div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  z-index: 0;
}
h3.sticky {
  margin: 0;
}
/* Event list */
.ic-cat {
    display: none;
}
.icagenda_header {
   text-align: left !important;
}
.ic-content h2 a {
  color: #ffffff;
  text-decoration: none;
    }
.ic-content h2 a:not([class]) {
  text-decoration: none;
    }

/* Homepage styling */
@media (min-width: 992px) {
.frontphoto {
  height: 100vh;
background: linear-gradient(
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
    ), url('https://phetchbuncha.com/images/headers/phetchbuncha-stadium-d.webp') no-repeat left;
background-size: cover;}
}
@media (max-width: 991.98px) {
.frontphoto {
  height: 100vh;
background: linear-gradient(
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
    ), url('https://phetchbuncha.com/images/headers/phetchbuncha-stadium-m.webp') no-repeat left;
background-size: cover;}
}
.frontcenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: .5rem 2rem; 
  border: 2px solid #000000; 
  border-radius: 100px; 
  background: #ffa62e; 
  text-decoration: none; 
  color: #000000; 
  font-size: 1.8em; 
  font-weight: bold; 
  margin-top: 2em;
  text-align: center;
}
a.frontcenter:hover {
  border: 2px solid #ffa62e; 
  background: #000000; 
  color: #ffa62e; 
}
.fronttext {
  font-family: var(--cassiopeia-font-family-headings);
  font-weight: var(--cassiopeia-font-weight-headings,700);
  color: white;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  top: 30%;
  left: 50%;
  font-size: 3rem;
  transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.tickets {
  padding: .5rem 2rem; 
  border: 2px solid #000000; 
  border-radius: 100px; 
  background: #ffa62e; 
  text-decoration: none; 
  color: #000000; 
  font-size: 1.8em; 
  font-weight: bold; 
  margin-top: 2em;
  text-align: center;
}
a.tickets:hover {
  border: 2px solid #ffa62e; 
  background: #000000; 
  color: #ffa62e; 
}

.face {background: #222222; padding: 10px; border-radius: 10px;"}