body {
  font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.site-header {
  background-color: #4d4d4d;
  top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  z-index: 999;
  height: 140px;
}

.site-branding {
  text-align: center;
}

.site-branding img.home-icon {
  margin-top: 10px;
  height: 100px;
  width: auto;
}

.site-footer {
  background-color: #4d4d4d;
  bottom: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  z-index: 999;
  height: 140px;
}

.btn-back {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 20px;
  margin-top: 20px;
}

/*
img {
  height: auto;
  max-width: 100%;
}
*/

body.bg {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body {
  background-color: #b2a98f;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 128px;
  height: 128px;
  z-index: -1;
}

#main {
  height: 100vh;
  position: relative;
}

.entry-content {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  float: left;
  padding-left: 2%;
  text-align: center;
  width: 100%;
}

.category_list {
  width: 45%;
  float: left;
  background: rgba(255, 0, 0, 1);
  color: #fff;
  padding: 2%;
  margin: 2%;
}

h1 {
  font-size: 6rem;
  color: #fff;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 200px;
  text-shadow:  0px 3px 0px #b2a98f,
                0px 14px 10px rgba(0,0,0,0.15),
                0px 24px 2px rgba(0,0,0,0.1),
                0px 34px 30px rgba(0,0,0,0.1);
}

h3 {
  font-size: 2rem;
  font-weight: 600;
}

.iframe {
  margin-top: 140px;
  width: 100%;
  height: calc(100vh - 280px);
}

.iframe-footer {
  width: 100%;
  height: calc(100vh - 140px);
}

.iframe-header {
  margin-top: 140px;
  width: 100%;
  height: calc(100vh - 140px);
}

.iframe-full {
  width: 100%;
  height: calc(100vh);
}

#timer-countdown {
  position: absolute;
  bottom: 150px;
  background-color: green;
  color: white;
  padding: 2rem;
  margin: 2rem;
  right: 0;
  font-size: 2rem;
  display: none;
}

#timer-countdown a {
  color: white;
  text-decoration: none;
}

#timer-countdown img {
  float: left;
  margin-right: 1rem;
}

/* Swiper */
.swiper {
  width: 80%;
  height: 1200px;
  margin-bottom: 10%;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.swiper-slide:nth-child(1n) {
  background-color: rgb(206, 17, 17);
}

.swiper-slide:nth-child(2n) {
  background-color: rgb(0, 140, 255);
}

.swiper-slide:nth-child(3n) {
  background-color: rgb(10, 184, 111);
}

.swiper-slide:nth-child(4n) {
  background-color: rgb(211, 122, 7);
}

.swiper-slide:nth-child(5n) {
  background-color: rgb(118, 163, 12);
}

.swiper-slide:nth-child(6n) {
  background-color: rgb(180, 10, 47);
}

.swiper-slide:nth-child(7n) {
  background-color: rgb(35, 99, 19);
}

.swiper-slide:nth-child(8n) {
  background-color: rgb(0, 68, 255);
}

.swiper-slide:nth-child(9n) {
  background-color: rgb(218, 12, 218);
}

.swiper-slide:nth-child(10n) {
  background-color: rgb(54, 94, 77);
}