.header-container {
  padding: 2rem 0;
  text-align: left;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); 
  margin-bottom: 1rem;
}

.header-container img {
  max-width: 260px;
}

.header-container h1 {
  font-size: 1.2rem;
  text-transform: uppercase;
}

.header-anchor a {
  text-decoration: none !important;
  color: #ffffff; 
}

.header-anchor a:hover {
  color: #ca9e45 !important; 
}

/* navbar mesime */

.navbar-mesime {
  text-transform: uppercase;
  white-space: normal;
}

#mesimeNavTop {
  background-color: rgba(33, 37, 41, 0.9);
}

#mesimeNavBottom {
  background-color: rgba(33, 37, 41, 0.9);
  border-top: 2px solid #ffffff !important;
}

.navbar-mesime li.nav-item a {
  display: inline-block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 6px;
  padding: 10px 14px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.14);
}	
	
.navbar-mesime li.nav-item a:hover {
  color: rgba(255, 255, 255, 1.0);	
}	

.navbar-mesime .disabled {
  position: relative;
  color: #ca9e45 !important;
  padding-right: 6px !important;
  padding-left: 16px !important;
}

.navbar-mesime .disabled::before {
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 11px;
  content: "\f3c5" !important;
  top: 14px;
  left: 0;
  color: #ca9e45 !important;
}

.entry-drinas {
  background: #fdfbfb;
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

.drinas-section-header {
  position: relative;
  width: 100%;
  min-height: 40vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  padding: 0 !important;
}

.drinas-section-header-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  backdrop-filter: blur(1px);
  position: relative;
  width: 100%;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}

/* Column style */
.drinas-section-header-overlay .column {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  padding: 2rem 1rem;
  border-radius: 0; 
  backdrop-filter: blur(2px);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.drinas-section-header-overlay .column h2 {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 2vw, 1.4rem);
  border-bottom: 1px dotted #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal !important;
}

.drinas-section-header-overlay .column p {
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(0.85rem, 1.8vw, 1rem);
  line-height: 1.4;
  margin: 0.5em 0 0;
}

.drinas-lesson-info-main {
  margin-bottom: 1rem;
}

.drinas-lesson-info-sub {
  color: #FFFFE0;
  font-size: small;
}

/* Small and medium screens */
@media (max-width: 991.98px) {
  .drinas-section-header-overlay {
    position: relative; /* not absolute: allows it to grow naturally */
    padding: 1rem;
    height: auto; /* adjusts to content */
  }

  .drinas-section-header {
    min-height: auto;
    padding-bottom: 2rem;
  }

  .drinas-section-header-overlay .container {
    display: flex;
    justify-content: center;
  }

  .column {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
}

/* Large screens */
@media (min-width: 992px) {
  .drinas-section-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; /* fills banner */
  }

  .drinas-section-header-overlay .container {
    display: flex;
    justify-content: flex-end; /* Push to right */
    align-items: center;
    height: 100%;
  }

  .drinas-section-header-overlay .column {
    max-width: 54%;
    text-align: left;
  }
}

/* Extra-large screens */
@media (min-width: 1400px) {
  .drinas-section-header {
    min-height: 35vh;
  }
}

.mesime-entry-content-container {

}

/* section main */

.mesime-section-main { 
  background-color: transparent;
  padding: 2rem 1rem;
  font-weight: 400;
  font-style: normal;
  color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.mesime-section-main .card {
  border: 2px solid #ffffff;
  padding: 0 !important;
}
  
.mesime-section-main .card-body {
  padding: 0;
}
  
.mesime-section-main .mesime-card-content {
  padding: 2rem;
  text-align: center;
}
  
.mesime-section-main .mesime-card-content h1 {
  margin: 0 0 2px 0;
  padding: 0;
  text-transform: uppercase;
}
  
.mesime-section-main .mesime-card-content h2 {
  margin: 0 0 2px 0;
  padding: 0;
  font-size: 1.3rem;
}

.mesime-section-main .mesime-bc-container {
  position: relative;
  background: #ffffff;
  height: 100%;
  z-index: 2;
}
  
.mesime-section-main .mesime-bc-container::before, .mesime-section-main .mesime-bc-container::after {
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #aaa;
  box-shadow: 0 15px 10px #aaa;
  transform: rotate(-3deg);
}
  
.mesime-section-main .mesime-bc-container::after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
  
.mesime-section-main .mesime-card-header {
  position: relative;
  padding: 1rem;
  text-align: center;
}

.mesime-section-main .mesime-card-header i {
  color: #ffffff;
  font-size: 4rem;
}

.mesime-section-main .mesime-card-header-01, .mesime-section-main .mesime-card-header-02 {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal !important;
}
  
.mesime-section-main .mesime-card-header-01 {
  background: #000000;
}
  
.mesime-section-main .mesime-card-header-01:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #000000;
}

.mesime-section-main .mesime-card-header-02 {
  background: #DA291C;
}
  
.mesime-section-main .mesime-card-header-02:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #DA291C;
}

.mesime-entry-content-container {

}

.mesime-card-content a {
  color: darkorange;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 1px;
}

.mesime-card-content a:hover {
  color: rgba(0, 0, 255, 0.9);
}

/* buttons */

.drinas-section-buttons {
  padding-right: 1rem;	
  padding-bottom: 2rem;
  padding-left: 1rem;
}

.drinas-container-buttons .drinas-sd-button {
  position: relative;
  min-width: 200px;
  padding: 6px 50px 6px 16px;
  text-align: left;
  text-transform: uppercase;
  border-radius: 0 !important;
}

.drinas-container-buttons .drinas-sd-button-label {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 0 3px 3px 0;
}

@media (min-width: 768px) {
.drinas-container-buttons .drinas-sd-button {
  width: 160px;
}
}

/* drinas lesson */

.drinas-card-content-lesson {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  padding: 0 !important;
}

.drinas-card-content-lesson-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  backdrop-filter: blur(1px);
  position: relative;
  width: 100%;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}

.post-navigation .nav-previous a:before {
  background-image:-webkit-gradient(linear,left top,right top,color-stop(38%, #3c3c3c),to(#3c3c3c00));
  background-image:-o-linear-gradient(left, #3c3c3c 38%,#3c3c3c00);
  background-image:linear-gradient(to right, #3c3c3c 38%,#3c3c3c00);
  background-image:-webkit-gradient(linear,left top,right top, color-stop(38%, #3c3c3c),to(#3c3c3c00));
  background-image:-o-linear-gradient(left,#3c3c3c 38%,#3c3c3c00);
  background-image:linear-gradient(to right,#3c3c3c 38%,#3c3c3c00)
}

.post-navigation .nav-next a:before {
  background-image:-webkit-gradient(linear,right top,left top,color-stop(38%,#3c3c3c),to(#3c3c3c00));
  background-image:-o-linear-gradient(right,#3c3c3c 38%,#3c3c3c00);
  background-image:linear-gradient(to left,#3c3c3c 38%,#3c3c3c00);
  background-image:-webkit-gradient(linear,right top,left top,color-stop(38%,#3c3c3c),to(#3c3c3c00));
  background-image:-o-linear-gradient(right,#3c3c3c 38%,#3c3c3c00);
  background-image:linear-gradient(to left,#3c3c3c 38%,#3c3c3c00)
}
