@CHARSET "UTF-8";

body {
  font-family: 'Sanchez', serif;
}

.brand-red {
  color: #F11A22;
}

.brand-blue {
  color: #06357a;
}

.bg-brand-blue {
  background-color: #06357a;
}


.brand-gold {
  color: #D4AF37;
}

.page-title {
  color: #ffffff;
  background-color: #06357a;
}

.moreButton {
  font-weight: bold;  
}

header {
  font-size: 2.5em;
  max-height: 90px;
  min-height: 90px;
  margin-bottom: 70px;
}

footer {
  border-top: 1px solid #e5e5e5;
  margin-top: 40px;
  padding-top: 20px;
}

.cloked {
  visibility: hidden;
  opacity: 0;
}

.ml-navbar {
  min-height: 4rem;
  background-color: #06357a;
}

.ml-navbar .navbar-brand {
  font-size: 2.5rem;
}

.ml-navbar .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
  color: #ffffff;
}

.navbar a.navbar-brand {
  color: #ffffff;
  font-weight: bold;
  letter-spacing: -1px;
  padding: 0px 15px 0px 15px;
  border: 1px solid rgba(255,255,255,.3);
}

.bg-grey {
  background-color: rgba(0,0,0,.05) !important;
}

/* Google AdSense Ad Areas Styling */
.ad-banner-header {
  min-height: 90px;
  max-height: 280px;
  margin: 10px 0;
  padding: 5px;
  border: 1px solid #e5e5e5;
  background-color: #f8f9fa;
  border-radius: 3px;
}

.ad-content-top {
  min-height: 90px;
  max-height: 280px;
  margin: 15px 0;
  padding: 5px;
  border: 1px solid #e5e5e5;
  background-color: #f8f9fa;
  border-radius: 3px;
}

.ad-sidebar {
  min-height: 250px;
  margin: 15px 0;
  padding: 5px;
  border: 1px solid #e5e5e5;
  background-color: #f8f9fa;
  border-radius: 3px;
}

/* Ensure ads have proper spacing from content */
.adsbygoogle {
  display: block !important;
  margin: 10px auto;
}

/* Add small label for ad areas (optional, as per Google guidelines) */
.ad-banner-header::before,
.ad-content-top::before,
.ad-sidebar::before {
  content: "Advertisement";
  font-size: 10px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

.table-super-condensed > tbody > tr > td, 
.table-super-condensed > tbody > tr > th, 
.table-super-condensed > tfoot > tr > td, 
.table-super-condensed > tfoot > tr > th, 
.table-super-condensed > thead > tr > td, 
.table-super-condensed > thead > tr > th {
  padding: 1px;
  border-top: none;
}
