@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap&text=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789');

.title-h1h2 h1,
.title-center h1,
.hero h1 {
    font-family: 'Russo One', sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 7px !important;
    color: #B0A833 !important;
    text-shadow: 
        3px 3px 0 #FAF7C8,
        6px 6px 0 rgba(0,0,0,0.1) !important;
    margin-bottom: 1rem !important;
}

.title-h1h2 h1,
.title-center h1,
.hero h1 {
    font-size: 4rem !important;
}

.title-h1h2 h2,
.title-center h2,
.hero h2 {
    font-family: 'Arial', sans-serif !important;
    font-weight: 600 !important;
    color: #FAF7C8 !important;
    font-style: italic !important;
    text-transform: none !important;
    letter-spacing: 1px !important;
    margin-top: 5rem !important;
    margin-bottom: 6rem !important;
    padding-bottom: 0.5rem !important;
    display: inline-block !important;
}

.title-h1h2 h2,
.title-center h2,
.hero h2 {
    font-size: 1.8rem !important;
}

@media (max-width: 1199px) {
    .title-h1h2 h1,
    .title-center h1,
    .hero h1 {
        font-size: 3rem !important;
        letter-spacing: 5px !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    }
    
    .title-h1h2 h2,
    .title-center h2,
    .hero h2 {
        font-size: 1.5rem !important;
        margin-top: 3rem !important;
        margin-bottom: 4rem !important;
    }
}

@media (max-width: 767px) {
    .title-h1h2 h1,
    .title-center h1,
    .hero h1 {
        font-size: 2rem !important;
        letter-spacing: 3px !important;
    }
    
    .title-h1h2 h2,
    .title-center h2,
    .hero h2 {
        font-size: 1.2rem !important;
        margin-top: 2rem !important;
        margin-bottom: 3rem !important;
    }
}

@media (min-width: 1024px) {
    .bricklayer {
        margin-top: 3rem !important;
    }
}

@media screen and (min-width: 1200px) {
    .bricklayer-column-sizer {
        width: 33.33333% !important;
    }
}

@media (min-width: 1024px) {
    .blog-content .columns,
    .content .columns {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr !important;
        gap: 2rem !important;
        margin: 3rem 0 0 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }
    
    .container {
        max-width: 1400px !important;
        margin: 0 auto !important;
        padding: 0 2rem !important;
    }
}

form[name="contact"] textarea[name="message"].form-input,
form textarea.form-input,
.form-input[type="textarea"] {
    height: 200px !important;
    min-height: 200px !important;
    max-height: 400px !important;
    resize: vertical !important;
    line-height: 1.6 !important;
    padding: 1rem !important;
}

@viewport {
    width: device-width;
    zoom: 1.0;
    min-zoom: 1.0;
    max-zoom: 1.0;
    user-zoom: fixed;
}

@supports (-webkit-touch-callout: none) {
    html, body {
        height: -webkit-fill-available;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 767px) {
    input, select, textarea {
        font-size: 16px !important;
    }
}
