a:link, a:visited {
    color: #0000EE; /* Your desired link color */
    text-decoration: none; /* Optional: removes underline from links */
}


.homeTopBar {
    background-color: #4CAF50;
    font-size: 20px;
    font-family: sans-serif;
    font: helvetica;
    color: #FFFFFF;
    margin: 0;
    padding: 15px;
    text-align: center;
    margin-top: 0px;
}

@media (max-width: 1000px) {
    .homeTopBar {
        font-size: 60px;
}
}

.homePageHeader {
    display: flex;
    justify-content: center; /* Center the content */
    align-items: center;
    background-color: #846954;
    font-size: 75px;
    font-family: sans-serif;
    color: #DFDFD4;
    margin: 0;
    padding: 0 20px; /* Adjust padding as needed */
    position: relative; /* Allows absolute positioning inside */
}

@media (max-width: 1000px) {
    .homePageHeader {
        font-size: 60px;
}
}

.user-info {
    display: flex;
    justify-content: flex-end; /* Align items to the right */
    align-items: center;
    background-color: #4CAF50; /* Or use your existing top bar background color */
    color: #FFFFFF;
    padding: 10px 20px; /* Adjust based on your layout */
    font-family: sans-serif; /* Consistent with your design */
    position: relative; /* Needed to position email absolutely within */
    width: 100%; /* Ensure full width */
    height: 40px; /* Adjust based on your layout or desired height */
}

.email {
    position: absolute; /* Position email absolutely */
    left: 50%; /* Center based on container's width */
    top: 50%; /* Align to the middle of the container vertically */
    transform: translate(-50%, -50%); /* Offset to truly center both horizontally and vertically */
    font-size: 16px; /* Adjust as needed */
}

.user-action, .user-action.logout {
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 15px; /* Space between links */
    font-size: 16px; /* Consistent font size */
    display: inline-flex; /* Use inline-flex to align icons and text */
    align-items: center; /* Align icon with text */
}

.user-action i, .user-action.logout i {
    margin-right: 8px; /* Adjust the spacing between icon and text */
}

.user-action:hover, .user-action.logout:hover {
    color: #FFFFFF; /* Keeps the color white on hover */
    /* You can add any additional hover effects you want here */
}



/* Adjusted Login Form Styles */
.login-form-input {
    padding: 8px 12px;
    border: 1px solid #ddd; /* Light gray border */
    border-radius: 4px;
    font-size: 16px; /* Adjust to match your site's font sizing */
    margin-right: 5px; /* Space between the input fields */
    margin-top:10px;
    margin-bottom:10px;
    background-color: #f9f9f9; /* Light background */
    color: #333; /* Dark text for contrast */
}

.login-form-button {
    padding: 8px 16px;
    background-color: #6e6e6e; /* Match the green top bar */
    color: #FFFFFF;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px; /* Consistent font sizing */
}

@media (max-width: 1200px) {
    .login-form-button {
        font-size: 24px; /* Slightly smaller font on smaller screens */
    }
}

.login-form-button:hover {
    background-color: #45a049; /* Slightly darker green on hover */
}

.forgot-password-link {
    text-decoration: underline;
    margin-left: 15px; /* Space it out from the login button */
    font-size: 16px; /* Keep font size consistent */
    align-self: center; /* Center align the link vertically */
}

/* Ensuring responsiveness */
@media (max-width: 1200px) {
    .login-form-input {
        font-size: 22px; /* Slightly smaller font on smaller screens */
        padding: 12px 20px; /* Adjust padding to save space */
    }
}

.subscribe-button-container {
    position: absolute; /* Position the button container absolutely */
    right: 20px; /* Adjust based on your design preference */
    top: 30%; /* Align vertically */
    transform: translateY(-50%); /* Center the button vertically */
}

.subscribe-button {
    background-color: #4CAF50; /* Green background to match your theme */
    color: #FFFFFF; /* White text */
    padding: 10px 20px; /* Adjust padding to fit your design */
    text-decoration: none; /* Remove underline from link */
    font-size: 24px; /* Adjust font size as needed */
    border-radius: 5px; /* Rounded corners */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}

.subscribe-button:hover {
    background-color: #45a049; /* Slightly darker green on hover */
    color: #FFFFFF; /* White text */
}

.subscribe-button-container a.subscribe-button:link,
.subscribe-button-container a.subscribe-button:visited {
    background-color: #4CAF50;
    color: #FFFFFF;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 24px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.mainLogoHome {
    position: absolute;
    top: 10px;
    left: 4%;
    width: 150px;
}

@media (max-width: 1000px) {
.mainLogoHome {
    left: 0px;
    top:80px;
    width: 140px;
}
}

a:link {
    text-decoration: none;
}
a:visited {
    color: blue;
}

homePageSectionHeaders {
    font-size: 100px;
    font-family: sans-serif;
    font: helvetica;
    text-align: center;
        color: #029de6;
        margin-top: 25px;
        margin-bottom: 0px;
}

.button {
    margin: 10px 0;
    border: none;
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 1.25rem;
    letter-spacing: 1px;
    outline: none;
    cursor: pointer;
    text-align: center;
}

.rounded-button-01 {
    display: flex; /* Use Flexbox */
    align-items: center; /* Center items vertically */
    justify-content: center; /* Center items horizontally */
    width: 400px;
    height: 80px;
    border-radius: 10px;
    background-color: #168241;
    margin-bottom: 15px;
    text-align: center;
    font-size: 48px;
    /* line-height: 80px; Remove or adjust this line */
}


.formBox {
    margin: auto;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.insideFormBox {
    text-align: left;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom:10px;
}

.gameSimLogo {
    width:130px;
}


@media (max-width: 1000px) {
.gameSimLogo {
    width:150px;
}
}

.buttonSubText {
    font-style: italic; 
    font-size: 20px; 
    line-height: 1; 
    margin-top: -50px;
}

@media (max-width: 1000px) {
.buttonSubText {
    font-size:24px;
}
}

.goButton {
    background-color: #168241; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    border-radius: 48px;
    cursor: pointer;
}

.researchFeedButton-text-mobile {
    display: none;
}

@media (max-width: 1200px) {
    .researchFeedButton-text {
        display: none;
    }
    .researchFeedButton-text-mobile {
        display: inline;
    }
}

.homeRunZoneButton-text-mobile {
        display: none;
    }

    @media (max-width: 1200px) {
        .homeRunZoneButton-text {
            display: none;
        }
        .homeRunZoneButton-text-mobile {
            display: inline;
        }
    }

.matchupsButton-text-mobile {
    display: none;
}

@media (max-width: 1200px) {
    .matchupsButton-text {
        display: none;
    }
    .matchupsButton-text-mobile {
        display: inline;
    }
}

.pitchersButton-text-mobile {
    display: none;
}

@media (max-width: 1200px) {
    .pitchersButton-text {
        display: none;
    }
    .pitchersButton-text-mobile {
        display: inline;
    }
}

.export-button {
    display: flex; /* Use Flexbox */
    align-items: center; /* Center items vertically */
    justify-content: center; /* Center items horizontally */
    width: 500px;
    height: 40px;
    border-radius: 20px;
    background-color: #97b8ba;
    margin: 0 auto; 
    margin-bottom: 10px;
    margin-top:10px;
    text-align: center;
    font-size: 24px;
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
  }
  
  .modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    width: 40%; /* Reduced width from 60% to 40% */
    max-width: 500px; /* Added a max-width to prevent it from becoming too large */
  }
  
  @media (max-width: 1000px) {
    .modal-content {
      width: 80%; /* Increased width for smaller screens for better visibility */
      font-size: 24px;
    }
  }