: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 */
.container-header .container-nav {
    padding-bottom: 0.5em;
}
.container-header .container-nav nav {
    margin-top: 5px;
}
@media (min-width: 992px) {
 .container-header .container-nav nav {
    margin-left: auto;
    margin-right: auto;
 }
}

/* 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: #ffa62e;
  padding: 15px;
  margin: 0 0 20px 0;
  border-radius: 5px;
}
.top-home {margin: 0}
h2 {
  background-color: #111111;
  color: #ffae42;
  padding: 15px;
  margin: 40px 0 20px 0;
  border-radius: 5px;
}
h3 {
  background-color: #222222;
  color: #ffb757;
  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: #333333;
  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: 5px;
  z-index: 0;
}
h4.sticky {
  margin: 0;
}

/* 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://muaythaitonight.com/images/headers/mtt-front-desktop.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://muaythaitonight.com/images/headers/mtt-front-mobile.webp') no-repeat left;
background-size: cover;}
}
.frontcenter {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.frontbutton {
  padding: .5rem 1rem; 
  border: 2px solid #ffa62e; 
  border-radius: 10px; 
  background: #000000; 
  text-decoration: none; 
  color: #fff; 
  font-size: 1.3em; 
  font-weight: bold; 
  margin-top: 2em;
  text-align: center;
}
.mtbutton {
  padding: .5rem 1rem; 
  border: 2px solid #000000; 
  border-radius: 10px; 
  background: #ffa62e; 
  text-decoration: none; 
  color: #000000; 
  font-size: 1.1em; 
  font-weight: bold; 
  margin-top: 2em;
  text-align: center;
}
.mtbutton:hover {
  border-color: #ffa62e; 
  background: #000000; 
  color: #ffa62e; 
}
.dropdown-menu {
    background-color: #000000;
    border-color: #ffa62e;
}
.dropdown-item {
    font-weight: 600;
  color: #ffffff; 
}
.dropdown-item:hover {
  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: 25%;
  left: 50%;
  font-size: 2.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;
}
.fronttonight {
  font-size: 4rem;
}
.frontdate {
  font-size: 1.5rem;
  color: #fff;
}
.frontth {
  font-family: var(--cassiopeia-font-family-headings);
  font-weight: var(--cassiopeia-font-weight-headings,700);
  color: #ffa62e;
  margin: 0;
  position: absolute;
  top: 70%;
  left: 50%;
  font-size: 1.5rem;
  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;
}
.fronttime {
  font-size: 3rem;
  line-height: 1;
}