: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;
}
h2 a {
  color: #CC5500;
}
.page-header h2 {margin:0; border: solid 2px #CC5500;}
.page-header h2 a {text-decoration:none;}
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;
}
.stadium-details {
  padding-left: 10px; 
  font-size: 1rem; 
  line-height: 1.5rem;
}
.readmore {
    text-align: center;
    padding-top: 10px;
}
.readmore .btn-secondary {
    background-color: #CC5500;
    border-color: #880808;
}
.readmore .btn-secondary:hover {
    background-color:#880808;
}
.readmore a {
    color: #000000;
}
/*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;
}
.blog-items .blog-item {
  border: 2px solid #CC5500;
  padding: 5px 10px;
  border-radius: 10px;
  background: black;
  color: white;
}
.blog-items .blog-item a:hover {
  color: white;
}
.blog-items .blog-item img {
  border-radius: 10px;
}
.blog-items .blog-item i {
  color: #CC5500;
  width: 15px;
  text-align: center;
}

/* 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 */
.home-container {
  position: relative;
  color: white;
  background: black;
}
.home-container a {
  text-decoration: none;
}

@media (min-width: 576px) {
.bg-home {
  height: 100vh;
  width: 50%;
  float: left;
  background-size: cover;}
.bg1 {
  background: linear-gradient(
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ), url('https://samuimuaythai.com/images/headers/samui-muay-thai-schedule-home.webp') no-repeat center;
  }
.bg1:hover {background: linear-gradient(
      rgba(0, 0, 0, 0.9),
      rgba(0, 0, 0, 0.5)
    ), url('https://samuimuaythai.com/images/headers/samui-muay-thai-schedule-home.webp') no-repeat center;}
.bg2 {
  background: linear-gradient(
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ), url('https://samuimuaythai.com/images/headers/samui-muay-thai-tickets-home.webp') no-repeat center;
  }
.bg2:hover {background: linear-gradient(
      rgba(0, 0, 0, 0.9),
      rgba(0, 0, 0, 0.5)
    ), url('https://samuimuaythai.com/images/headers/samui-muay-thai-tickets-home.webp') no-repeat center; }
.home-text {
  font-family: var(--cassiopeia-font-family-headings);
  font-weight: var(--cassiopeia-font-weight-headings,700);
  color: white;
  margin: 0;
  position: relative;
}
.hometext0 {
  text-transform: uppercase;
  top: 30%;
  left: 50%;
  font-size: 4.4rem;
  transform: translate(-50%, -70%);
  text-align: center;
}
.hometext1 {
  padding-top: 60vh;
  left: 50px;
  font-size: 1.6rem;
  text-align: left;
}
.hometext2 {
  padding-top: 60vh;
  right: 50px;
  font-size: 1.6rem;
  text-align: right;
}
}

@media (max-width: 575.98px) {
.bg-home {
  width: 100%;
  background-size: cover;}
.bg1 {
  height: 50vh;
  background: linear-gradient(
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ), url('https://samuimuaythai.com/images/headers/samui-muay-thai-schedule-mob.webp') no-repeat center bottom;
  }
.bg2 {
  height: 45vh;
  background: linear-gradient(
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ), url('https://samuimuaythai.com/images/headers/samui-muay-thai-tickets-mob.webp') no-repeat center top;
  }
.home-text {
  font-family: var(--cassiopeia-font-family-headings);
  font-weight: var(--cassiopeia-font-weight-headings,600);
  color: white;
  margin: 0;
}
.hometext0 {
  top: 15%;
  left: 50%;
  font-size: 2.2rem;
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
  text-transform: uppercase;
}
.hometext1 {
  padding-top: 30vh;
  padding-left: 20px;
  font-size: 1.5rem;
  text-align: left;
  position: relative;
}
.hometext2 {
  padding-top: 20vh;
  right: 20px;
  font-size: 1.5rem;
  text-align: right;
  position: relative;
}
}

span.home-no {
  background: #CC5500;
  border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  margin-top: 10px;
  text-align: center;
  width: 1.6em; 
  box-shadow: 3px 3px 2px 0px rgba(50, 50, 50, 0.75);
}



.tickets {
  padding: .5rem 2rem; 
  border: 2px solid #000000; 
  border-radius: 100px; 
  background: #ffa62e; 
  text-decoration: none; 
  color: #000000; 
  font-size: 1.5em; 
  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;"}