:root {
    --troyco-red: #ff0008;
    --troyco-red-hover:#ff3333;
    --troyco-red-active:#cc0006;
  
  }

.bg-transparent-3-dark { background-color: rgba(0, 0, 0, 0.3) !important; }

.inter-card-text {
    text-transform: none;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500; /* Slightly lighter bold */
    font-style: normal;
    font-size: 1.4rem; /* Increased size */
    line-height: 1.5;
    margin-bottom: 1px;
    color: white;
  }

  .inter-btn-text{
    text-transform: none;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500; /* Slightly lighter bold */
    font-style: normal;
    font-size: 1.3rem; /* Increased size */
    line-height: 1.5;
    margin-bottom: 1px;
    color: white;
  }

  .full-btn{
    display: block;
    padding:8px;
    width: 150px;
    margin-bottom: 10px;
    text-align: center;
    background-color: var(--troyco-red);

    border: 1px solid var(--troyco-red);
    border-radius: 15px;
  }

  .full-btn:hover{
    background-color: var(--troyco-red-hover);
  }

  .full-btn:active{
    background-color: var(--troyco-red-active);
  }

  .intro-caption{
    border-radius: 30px;
    padding:20px;
  }

  .scroll-to-map-arrow{
    padding-top:10px; 
    display:block;
    margin:0 auto;
  }

  .scroll-to-map-desc{
    cursor: pointer;
  }

  .intro-title{
    max-width: 200px;
  }

  .privacy-notice{
    color: white; 
    text-decoration: underline; 
    padding-bottom: 20px;
  }


  @media (min-width:767px) {
    .intro-troyco-logo{
      height: 125px !important;
      margin-bottom: 5px;
      margin-top: 7px;
    }
  }



