.LogoFont h1{ 
    font-size: 6em !important;
    color: rgb(224, 169, 28);
}


.VS{
    text-align: center;
    padding: 1rem;
    font-size: 2rem;
}

.tagline {
    font-size: 1.2rem;       /* adjust as needed */
    color: rgb(224,169,28);   /* your gold */
    margin: 0;
    flex: 1;                  /* let it take up available space */
}


.demolink.demolink:hover{
    color:rgb(238, 188, 63)
}

.cta:hover .arrow {
    transform: translate(2px, -2px);  /* slight motion on hover */
}

.arrow { /*Arrow for our demo link*/
    font-size: 1.5rem;
    display: inline-block;
    margin-left: 0.15rem;
    transition: transform 0.2s;
}

.homepage-forms .form-control,
.homepage-forms .form-select {
    border: none;
    border-radius: 10px;
    color: rgb(224, 169, 28);
    background-color: #6b6a6a;
    font-weight: bold;
    height: 60px;
    width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 1rem;
    letter-spacing: 0.11em;
    font-weight: lighter;
    line-height: 1.5;

}

.homepage-forms .form-control:focus,
.homepage-forms .form-select:focus {
  border-color: blue;
  box-shadow: 0 0 8px blue;
}

.homepage-forms .form-control,
.homepage-forms .form-select,
.homepage-forms input[type="image"] {
    box-shadow: 0 10px 50px rgb(0, 0, 0);
}

.homepage-forms .homepageusername{
    height: 60px;
    width: 800px !important;
}

.homepage-forms .homepageusername::placeholder{
    color: rgb(245, 185, 35);
}


.homepage-forms input[type="image"] {
  /* match your 50 px height and 2 px gold outline */
    height: 60px;
    width: 60px;                /* or auto to preserve aspect ratio */
    object-fit: contain;        /* ensure it scales correctly */
    background-color: #6b6a6a;  /* same grey as your inputs */
    padding: 0;                 /* remove any default spacing */
    border-radius: 10px;           /* or your desired radius */
    display: block;             /* remove inline whitespace */
}

.CompareFields{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.GoButton input[type="image"]{
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 15px;
    margin: 0.5rem;
}

.GoButton input[type="image"]:hover{
    filter: brightness(1.5);
}


.gold-text{
    color: rgb(224, 169, 28);
}


.HeaderContainer{
    border-radius: 12px;
    background-color: rgba(0,0,0,0.5) ;
}