/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Montserrat:wght@400;700&display=swap');

.workshop-radio-list label {
  display: block;
  margin-bottom: 0.2em;
  line-height: 1.2;
}

.workshop-radio-list label.disabled {
  color: #888;
  opacity: 0.6;
}

/* Grey out past days in the schedule */
.past-day td {
  color: #888 !important;
  background: #222 !important;
}
.past-day {
  opacity: 0.6;
}

body {
  background-color: #181a1b;
  color: #f4f4f4;
  font-family: 'Montserrat', Arial, sans-serif;
}

.font-sans {
    font-family: 'Montserrat', Arial, sans-serif;
}

.font-serif {
    font-family: 'Cinzel', serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cinzel', serif;
  color: #fff;
}

p {
  color: #ffffff;
}

.top-bar {
  background-color: #c70000;
  background-image: url("https://www.transparenttextures.com/patterns/buried.png");

}

.menu.align-center {
  background: transparent;
}

.menu > li > a {
  color: #f4f4f4;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.1em;
  
}

.menu > li > a:hover {
  background-color: #ff0000;
  color: #ffffff;
}

.grid-container {
  /* background: #222; */
  color: #f4f4f4;
}

a {
  color: #c70000;
}
a:hover {
  color: #fff;
}

#home_header {
  background: url('../images/fsb2025_05.jpg') no-repeat center center;
  background-size: cover;
  padding: 2em;
}

.off-canvas {
    background: #333;
}

.callout {
    background: #333;
    border: 3px solid #ffffff;
    padding: 0;
    /* margin-bottom: 1em; */
    min-height: 30vh;
}

.message .success {
  background-color: #000;
  text-align: center;
  padding: 30px;
  height: auto;
}

.message .alert {
  background-color: #000;
  text-align: center;
  padding: 30px;
  height: auto;
}

.callout_header {
  width: 100%;
  /* background:#c70000; */
  background-color: #c70000;
  background-image: url("https://www.transparenttextures.com/patterns/buried.png");
  border-bottom: 2px solid #ffffff;
  margin-bottom: 0.5em;
  padding: 0.5em;
}

.callout_header h4 {
  margin: 0;
}

.callout_content {
  padding: 1em;
}

table, tbody, tr, td {
  background: transparent;
}


tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.1);
}

.table-title {
  font-family: 'Cinzel', serif;
  background-color: #c70000 !important;
  font-size: 2em;
  padding: 0.5em;
}

.extramargin {
  margin-top: 1em;
}

label {
  color: #fff;
}

.card {
  background: #333;
  border: 3px solid #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#missionaries .cell {
  margin-top: 2em;
}
.page-header {
  padding: 1em;
  margin-bottom: 1em;
  height: 50vh
}

.footer-wrapper {
  width: 100%;
  background-color: #c70000;
  border-top: 2px solid #ffffff;
  background-image: url("https://www.transparenttextures.com/patterns/buried.png");
  color: #f4f4f4;
  padding: 1.5em 0;
  margin-top: 2em;
}

.card-divider h2, .card-divider h4 {
  color: #222;
  font-family: Lato;
}

.card-divider h2 {
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  line-height: 1;

}

.card-divider h4 {
  font-size: 1.15em;
  font-weight: 400;
  margin-top: 0;
  line-height: 1;
}

.card-footer {
  background: #111;
  background-image: url("https://www.transparenttextures.com/patterns/buried.png");
  padding: 2.5em;
  border-top: 2px solid #ffffff;
  text-align: center;
}

.card-footer img {
  max-height: 100px;
  /* margin: 0 1em; */
}


.footer-section h3 {
    font-size: 2rem;
    letter-spacing: 12px;
    font-weight: bold;
    margin: 0px;
}

.footer-section h4 {
    font-size: 0.875rem;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    font-family: "Cinzel", serif;
    line-height: 1;
    margin: 0;
    padding: 0;
}

#fsb_name {
  background: url(../images/f.png) no-repeat center;
  background-size: contain;
}
  
#fsb_name h3 {
    font-size: 3em;
    letter-spacing: 12px;
    font-weight: bold;
    margin: 0px;
}

#fsb_name h4 {
    font-size: 1.5em;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    font-family: "Cinzel", serif;
    line-height: 1;
    margin: 0;
    padding: 0;
}


/* Make spring trip cards equal height */
.grid-x.align-stretch .trip {
  display: flex;
  margin-bottom: 30px;
}

.grid-x.align-stretch .trip .callout {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.grid-x.align-stretch .trip .callout .callout_header {
  margin-bottom: 0;
}

.grid-x.align-stretch .trip .callout .callout_content {
  flex: 1;
  padding: 0;
}

.callout_content_text {
  padding: 1em;
}

/* Trip image background styling */
.trip-image {
  height: 200px;
  margin-bottom: 1rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/* Specific trip image backgrounds */
.trip-image.utah-idaho {
  background-image: url('../images/trip_utid.jpg');
}

.trip-image.wayumi {
  background-image: url('../images/trip_wayumi.jpg');
}

.trip-image.kentucky {
  background-image: url('../images/trip_nathanael.jpg');
}

.trip-image.ethnos-aviation {
  background-image: url('../images/trip_ethnos.jpg');
}

.trip-image.broken-arrow {
  background-image: url('../images/trip_brokenarrow.jpg');
}

.trip-image.keyy-radio {
  background-image: url('../images/trip_keyy.jpg');
}

/* Trip checkbox list styling */
.trip-checkbox-list {
  margin-top: 0.5rem;
}

.trip-checkbox-list label {
  display: block;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.trip-checkbox-list label:hover {
  background: rgba(255, 255, 255, 0.2);
}

.trip-checkbox-list input[type="checkbox"] {
  margin-right: 0.5rem;
}