/* Mobile Responsive Styles for craigabalos.com */

/* Tablets and smaller devices (under 768px) */
@media (max-width: 767px) {
    
    /* Reduce site name size */
    .tm-site-name {
        font-size: 2.5rem;
    }
    
    /* Reduce quote size */
    .tm-quote {
        font-size: 1.1rem;
    }
    
    /* Make h2 headings smaller */
    h2 {
        font-size: 1.5rem;
    }
    
    /* Reduce body font size slightly */
    body {
        font-size: 16px;
    }
    
    /* Reduce padding on sections */
    .tm-flex-center.p-5 {
        padding: 2rem !important;
    }
    
    /* Make images more responsive */
    .rounded-circle {
        max-width: 250px;
        width: 100%;
        height: auto;
    }
    
    /* Better spacing for sections */
    .tm-section {
        min-height: auto;
    }
    
    .tm-section-min-h {
        min-height: 250px;
    }
    
    /* Improve button sizing */
    .btn {
        padding: 10px 30px;
        font-size: 1rem;
        width: 100%;
        max-width: 250px;
    }
    
    /* Center elements better on mobile */
    .col-sm-12 {
        text-align: center;
    }
    
    .tm-md-flex-center {
        text-align: center;
    }
    
    .tm-md-flex-center .btn {
        margin: 0 auto;
        float: none !important;
    }
}

/* Extra small devices (under 480px) */
@media (max-width: 479px) {
    
    /* Further reduce site name */
    .tm-site-name {
        font-size: 2rem;
    }
    
    /* Tighter padding */
    .tm-flex-center.p-5 {
        padding: 1.5rem !important;
    }
    
    /* Smaller images on very small screens */
    .rounded-circle {
        max-width: 200px;
    }
    
    /* Reduce section heights */
    .tm-section-min-h {
        min-height: 200px;
    }
    
    /* Stack everything vertically with good spacing */
    .row {
        margin-bottom: 1rem;
    }
}
