:root {
  --primary-blue: #1b62d7;
  --dark-blue: #065391;
  --black: #000000;
  --tan-blue: #1e88e5;
  --light-blue: #60a5fa;      /* Lighter blue */
  --cream: #eff6ff;           /* Light blue cream */
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: var(--black);
  margin: 0;
  padding: 10px;
  display: flex;
  white-space: wrap; 
  justify-content: center;
  background: transparent;

}

.schedule-container {
  width: 90vw;
  max-width: 400px;
  font-weight: 500;
  padding: 1.1rem;
  border: 1px solid var(--primary-blue);
  border-radius: 8px;
  background: transparent;
  box-sizing: border-box;

 
}

.trip-header {
  margin-top: 0.65rem;
  margin-bottom: 0.2rem;
  font-size: 1.2rem;
  font-weight: 650;
  text-align: center;
  color: var(--primary-blue);
  padding-bottom: 2px;
}

.span01 {
  border-bottom: 1px solid var(--primary-blue);
  color: var(--primary-blue);
  font-weight: 700;
}

.span04 {
  color: var(--dark-blue);
  font-weight: 750;
}

a#mylink,
a#mylink:visited,
a#mylink:hover,
a#mylink:active
   {
    white-space: nowrap; 
    font-size: 1.1rem;
    margin-left: 2px;
    font-weight: bold; 
    animation: rainbow 2s infinite;
}



   
   
@keyframes rainbow {
    0%   { color: red; }
    20%  { color: orange; }
    50%  { color: blue; }
    71%  { color: indigo; }
    85%  { color: violet; }
    100% { color: red; }
}



  .spannote-box {
     margin-top:10px;
      margin-left:50px;
    user-select: none;
    max-width: 200px;
    text-align: Left;
    color: var(--primary-blue);
    background: transparent;
  }

.divider1 {
  position: relative;
  width: 100px;
  height: 2px;
  margin: 10px auto;
  background: linear-gradient(to right, transparent, var(--primary-blue), transparent);
  border-radius: 2px;
}

/* Diamond Divider */
.divider {
  position: relative;
  width: 150px;
  height: 2px;
  margin: 25px auto;
  background: linear-gradient(to right, transparent, var(--primary-blue), transparent);
  border-radius: 2px;
}

.divider::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  background: linear-gradient(45deg, var(--primary-blue), var(--light-blue));
  transform: translate(-50%, -50%) rotate(45deg);
  border: 1px solid var(--cream);
  border-radius: 2px;
  box-shadow: 0 0 10px var(--light-blue), 0 0 20px var(--primary-blue) inset;
  
}


.span05 {
    font-size: 1.10rem;
    font-weight: 750;
   
    text-align: left;
    color: #6B1444;  /* Blue opposite warm orange */
}


.span03
 {
 font-size: 1.10rem;
    font-weight: 750;
    color: #CC3B3B; 
    }




.span06 {
    font-size: 1.10rem;
    font-weight: 850;
    color: #E00B0B;  
    Margin-bottom:20px;
}




/* Tablet mode (760px to 1024px) */
@media (min-width: 760px) and (max-width: 1024px) {
  body {
      white-space: wrap; 
    padding: 15px;
    font-size: 0.95rem;
    background: transparent;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    box-shadow: none;
  }

  .schedule-container {
    width: 100%;
    min-width: 350px;
    padding: 0.99rem;
    border-width: 1px;
  }

  .trip-header {
    font-size: 1.20rem;
    padding-bottom: 1.5px;
  }
}



.span05 {
    font-size: 1.0rem;
    font-weight: 750;
   
    text-align: left;
    color: #6B1444;  /* Blue opposite warm orange */
}


.span03
 {
 font-size: 1.0rem;
    font-weight: 750;
    color: #CC3B3B; 
    }




.span06 {
    font-size: 1.0rem;
    font-weight: 850;
    color: #E00B0B;  
    Margin-bottom:20px;
}



  .spannote-box {
     margin-top:10px;
      margin-left:50px;
    user-select: none;
    max-width: 200px;
    color: var(--primary-blue);
    background: transparent;
  }


a#mylink,
a#mylink:visited,
a#mylink:hover,
a#mylink:active
   {
    white-space: nowrap; 
    font-size: 1.1rem;
    margin-left: 2px;
    font-weight: bold; 
    animation: rainbow 2s infinite;
}




/* Mobile mode (max 760px) */
@media (max-width: 760px) {
  body {
      white-space: wrap; 
    padding: 10px;
    background: transparent;
    font-size: 0.90rem;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    box-shadow: none;
  }

  .schedule-container {
    width: 80%;
    min-width: 270px;
    padding: .90rem;
    border-width: 1.0px;
  }

  .trip-header {
    font-size: 0.92rem;
      font-weight: 880;
    padding-bottom: 1.0px;
  }


.span02,
.span05 {
    font-size: 0.85rem;
    font-weight: 750;
    color: #6B1444;  /* Blue opposite warm orange */
}


.span03
 {
 font-size: 0.85rem;
    font-weight: 750;
    color: #CC3B3B;  /* Blue opposite warm orange */
}




.span06 {
    font-size: 0.85rem;
    font-weight: 800;
    color: #E00B0B;  /* Blue opposite warm orange */
}




  .span04 {
      font-size: 1.00rem;
    font-weight: 900;
  }

  .spannote-box {
     margin-top:10px;
      margin-left:50px;
    user-select: none;
    max-width: 200px;
    color: var(--primary-blue);
    background: transparent;
  }
  

a#mylink,
a#mylink:visited,
a#mylink:hover,
a#mylink:active
   {

    font-size: 1.0rem;
    margin-left: 2px;
    font-weight: bold; 
    animation: rainbow 2s infinite;
    white-space: nowrap; 
}



@keyframes rainbow {
    0%   { color: red; }
    20%  { color: orange; }
    50%  { color: blue; }
    71%  { color: indigo; }
    85%  { color: violet; }
    100% { color: red; }
}
}


/* EXTRA SMALL DEVICES (max 400px) */
@media (max-width: 400px) {

  body {
    font-size: 0.80rem;
    white-space: wrap; 
    
  }

  .schedule-container {
    width: 82%;
    padding: 0.50rem;
    min-width: 240px;
  }

  .trip-header {
    font-size: 0.88rem;
    padding-bottom: 1px;
  }

  .span04 {
    font-size: 0.90rem;
  }

  .spannote-box {
        margin-top:10px;
      margin-left:50px;
    font-size: 0.70rem;
  }

.span02,
.span05 {
    font-size: 0.75rem;
    font-weight: 750;
    color: #6B1444;  /* Blue opposite warm orange */
}


.span03
 {
 font-size: 0.75rem;
    font-weight: 750;
    color: #CC3B3B;  /* Blue opposite warm orange */
}




.span06 {
    font-size: 0.75rem;
    font-weight: 850;
    color: #E00B0B;  

}




a#mylink,
a#mylink:visited,
a#mylink:hover,
a#mylink:active
   {

    font-size: 0.99rem;
    margin-left: 2px;
    font-weight: bold; 
    animation: rainbow 2s infinite;
    white-space: nowrap; 
}



@keyframes rainbow {
    0%   { color: red; }
    20%  { color: orange; }
    50%  { color: blue; }
    71%  { color: indigo; }
    85%  { color: violet; }
    100% { color: red; }
}
}

