/* Mobile-specific overrides and enhancements */

/* Hide desktop navigation on mobile */
nav {display: none !important;}

/* Show mobile navigation */
.mobile {display: block !important;}

/* Mobile navigation styling - HIDDEN */
.mobile-mini-nav {
    display: none !important;
}

.mobile-site-links {
    display: none !important;
}

/* Form improvements for mobile */
.at-text.FirstName {
    max-width: 100%;
    min-width: 0 !important;
    margin-right: .625rem !important;
}

.at-markup.SmsLegalDisclaimer.at-legal p {
    height: auto;
    min-height: 150px;
}

.at-form-submit {
    display: flex;
    position: relative;
    top: -150px;
}

.ngp-form .at-fields {
    width: 100%;
}

.at-row.FirstName.LastName {
    flex-wrap: wrap;
}

.at-text.FirstName {
    max-width: 100%;
}

/* Mobile-specific image handling */
img.headshot {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
}

img.familyphoto {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
}

/* Mobile placeholder text */
::placeholder {
    font-size: 16px !important;
}

input[type=submit].at-submit.btn-at.btn-at-primary {
    margin: 0 auto !important;
    padding: 0px 20px;
    font-size: 18px;
}

/* Mobile footer adjustments */
.footer {
    font-size: 12px;
    padding: 0px 0px 100px;
    text-align: center;
}

/* Mobile bio section */
.bio {
    padding: 10px 0px 30px;
}

.bio-content {
    width: 90%;
    font-size: 16px;
    line-height: 1.4em;
    margin: 0 auto;
}

.bio h2 {
    font-size: 180%;
    text-align: center;
}

/* Mobile donate section */
.donate-wrapper {
    width: 90%;
    padding: 5%;
    display: block;
    margin: 0;
    text-align: center;
}

.donate-wrapper h2 {
    font-size: 8vw;
    margin-bottom: 20px;
}

.donate-wrapper p {
    font-size: 16px;
    margin-bottom: 20px;
}

.donate-buttons {
    flex-wrap: wrap;
    justify-content: center;
}

a.donate-button {
    font-size: 18px;
    width: auto;
    min-width: 90px;
    padding: 14px;
    margin: 2%;
    display: inline-block;
}

/* Mobile about section */
.about-left {
    width: 90%;
    padding: 5%;
    display: block;
    margin: 0;
}

.about-left p {
    text-align: left;
    line-height: 1.5em;
    font-size: 16px;
}

/* Mobile signup section */
.signup-wrapper {
    background-image: none;
    padding: 30px 5%;
    width: 90%;
    height: auto;
}

.signup-wrapper h3 {
    font-size: 6vw;
    margin-bottom: .5em;
    text-align: center;
}

.signup-form {
    display: block;
    width: 96%;
    margin: 0px auto;
    position: relative;
    left: 0rem;
    max-width: 96%;
}

/* Mobile utility classes */
.gray-wrapper, .about-wrapper, .signup-wrapper, .top-wrapper {
    display: block;
}

div.left, div.right {
    float: none;
    margin: 0px;
    display: block;
    width: 100%;
}

/* Mobile image handling */
.entry_image, .entry_video {
    float: none;
    margin: 10px 0;
    width: 100%;
}

.entry_image img {
    max-width: 100%;
    height: auto;
}
