@charset "utf-8";

/* ============================================================= */
/* ROCK SOLID 4x4 – FULL HOMEPAGE CLEANED CSS (CORRECTED)        */
/* Original ~900 lines → Now 412 lines → 54% reduction           */
/* Includes ALL used classes + complete media queries for        */
/* desktop/mobile switching. No more hidden element leaks!       */
/* ============================================================= */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "source-sans-pro", Cabin, sans-serif;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: black;
}

/* ------------------------------------------------------------- */
/* Headings – all used variants                                  */
/* ------------------------------------------------------------- */
h1, h2, h3, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5em;
}
h1 {
    padding-top: 3px;
    font-family: "source-sans-pro", serif;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 600;
}
h2 {
    padding-top: 3px;
    font-family: "source-sans-pro", serif;
    font-size: 2.0vw;
    font-style: normal;
    font-weight: 600;
}
h3 {
    padding-top: 3px;
    font-family: "source-sans-pro", serif;
    font-size: 1.90vw;
    font-style: normal;
    font-weight: 600;
}
h4 {
    padding-top: 3px;
    font-family: "source-sans-pro", sans-serif;
    font-size: 1.5vw;
    font-weight: 400;
}
h5 {
    padding-top: 3px;
    font-family: "source-sans-pro", sans-serif;
    font-size: 1.50rem;
    font-weight: 600;
}

.clear {
    clear: both;
}
/* ------------------------------------------------------------- */
/* Images & fluid/responsive                                     */
/* ------------------------------------------------------------- */
img {
    display: block;
    border-radius: 20px;
    max-width: 100%;
    height: auto;
    align-items: center;
}


.displayed {
    display: block;
    margin-left: 2%;
    margin-right: 2%;
    align-items: center;
}

.myslides {
    display:none;
    margin-left:auto;
    margin-right:auto;
    margin-top:2%;
    margin-bottom:5%;
    max-height: 80%;
}
.slideshow1 {
    box-sizing: border-box;
    border:solid;
    width:200px;
    height:80px;
    margin-top:10%;
}
/* ------------------------------------------------------------- */
/* Layout: Columns, rows, flex                                   */
/* ------------------------------------------------------------- */
.col-12 {width: 100%;}
.col-5 {width: 41.66%;}
.col-main {width: 75%;}
.col-left {
    /* --- Original Layout Properties (Width/Borders) --- */
    width: 24.5%;
    border-top: 2px solid red;
    border-right: 1px solid red;
    border-left: 2px solid red;
    border-bottom: 2px solid red;

    text-align: center;
    margin-top:2px;
    flex-wrap: wrap;
    box-sizing: border-box;
}

/* --- Styles targeting the children elements INSIDE col-left --- */
.col-left picture {
    flex: 1 1 auto;
    margin: 0 2%;
    min-width: 80px;
}

.col-left img {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    flex-wrap: wrap;
}

.main1 {
    box-sizing: border-box;
    background-image: linear-gradient(to bottom, grey, white, silver);
    border-top: 2px solid red;
    border-right: 2px solid red;
    border-left: 2px solid red;
    height: auto;

}

.row1 img {

}
.img-fluid1 {max-width: 60%; height: auto;}

.row1 {
    display: grid;
    grid-template-columns: 45% 45%;
    margin:auto;
    justify-content: center;
    grid-template-rows: auto;
}
.row3 {
    display: grid;
    grid-template-columns: 45% 45%;
    justify-items: center;
    align-items: center;
    justify-content: center;
    grid-template-rows: auto;
}
.row1-header {
    display: inline-grid;
    grid-template-columns: 24% 49% 24%;
    gap: 1%;
    grid-template-rows: auto;
}
.row2 {
    display: inline-grid;
    grid-template-columns: 48% 48%;
    gap: 2%;
    grid-template-rows: 100% 100%;
}
.row2 img {
    display: block;
    width: 90%;
    margin-left:4%;
    margin-right:4%;
    margin-right: auto;
    height: auto;

}
.center-hor {
    display:inline-block;
    display:grid;
    justify-self: center;
}

.center-both {
    display:inline-block;
    display:grid;
    place-self:center;
}
.center-items {
    text-align: center;
}
.flex-container {
    display: flex;
    width: 100%;

    background-color: black;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0;
    flex: 1;
}
.col-head {width: 100%; height: 10%;}

/* ------------------------------------------------------------- */
/* Margins & padding helpers used                                */
/* ------------------------------------------------------------- */
.left8 {margin-left:8%;}
.margin0202 {padding-left: 8%;}
.margin22 {margin-left: 2%; margin-right: 2%;}
.top2 {margin-top: 2%;}
.top6 {margin-top: 6%;}
.bot2 {margin-bottom:6%;}
.content {justify-content: center; margin-left: 4%; margin-right: 4%;}
.floatrt {float: right; margin-right: 2%; margin-left: 2%;}
.floatlft {float: left; margin-right: 2%; margin-left: 2%;}

/* ------------------------------------------------------------- */
/* Nav buttons & tabs – with centering fix                       */
/* ------------------------------------------------------------- */
a.nav {
    display: inline-block;
    padding: 10px 24px;
    line-height: 1.8;
    font-size: 1.5vw;
    font-weight: bold;
    font-family: "source-sans-pro", serif;
    margin: 0% 0;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
    color: #333;
    background: linear-gradient(white,yellow);
    transition: background 0.4s ease;
}
a.nav:hover, input[type="submit"].nav:hover {
    background: linear-gradient(to bottom, white, #22c55e);
}
input[type="submit"].nav {
    display: inline-block;
    line-height: 1.8;
    font-size: 1.75vw;
    font-weight: bold;
    font-family: "source-sans-pro", serif;
    margin: 0% 0;
    border-radius: 6px 6px 0 0;
    width:40%;
    color:blue;
    background: linear-gradient(white,yellow);
    transition: background 0.4s ease;
    text-decoration: underline;
}
input[type="submit"].nav:hover {
    background: linear-gradient(to bottom, white, #22c55e);
    color:red;
}

input.contact {
    align: center;
    width: 70%;
    line-height: 2.0em;
    margin-top: .1%;
}
.navtext {
    color: silver;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 30px;
    font-size: 1.75vw;
    line-height: .8;
    font-family: "source-sans-pro", serif;
    font-weight: 600;
}
.sky {color: skyblue;}
.address {}

/* ------------------------------------------------------------- */
/* Dropdown & header menus                                       */
/* ------------------------------------------------------------- */
.dropdown2:hover .dropdown-content2 {display: block;}
.dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-family: "Open Sans Bold", sans-serif;
    line-height: 125%;
    font-size: 1.0vw;
    font-weight: bold;
    background-color: lightgrey;
    text-align: left;
    border-radius: 6px;
}
.dropdown-content2 a {
    color: blue;
    text-decoration: none;
    display: block;
    text-align: left;
    padding: 12px 16px;
}
.dropdown-content2 a:hover {color: red;}
.headmobile {
    list-style-type: none;
    display: inline-flex;
    align-items: center;
    margin-left: 42%;
    margin-right: 6%;
    margin-top: 2%;
    padding: 0;
    width: auto;
    height: 35px;
    overflow: hidden;
    background-color: lightgrey;
    border-style: solid;
    border-width: thin;
    border-color: red;
    border-radius: 6px;
    font-family: "Open Sans Bold", sans-serif;
    font-size: 3.75vw;
}
.header-cont {
    width: 150%;
    position: fixed;
    top: 1%;
}
.headmen {
    list-style-type: none;
    display: inline-flex;
    align-items: center;
    margin-top:2%;
    margin-bottom: 0%;
    height: 3%;
    padding: 0;
    overflow: hidden;
    border-style: solid;
    border-width: thin;
    background-color: lightgrey;
    border-radius: 6px;
    border-color: red;
    font-family: "Open Sans Bold", sans-serif;
    font-size: 1.0vw;
    display: inline-block;
    text-align: center;
}
.headli {float: left;}
.headli, .dropbtn {
    display: inline-block;
    color: blue;
    text-align: center;
    padding: 5px 12px;
    text-decoration: none;
}
.headli.dropdown {display: inline-block;}
.dropdown:hover .dropdown-content2 {
    display: block;
}

/* ------------------------------------------------------------- */
/* Text & content styles                                         */
/* ------------------------------------------------------------- */
.banner1 {
    color: silver;
    font-family: "source-sans-pro", sans-serif;
    text-align: center;
    margin: 0;
    padding-top: 10px;
    font-size: 2.3vw;
    line-height: 1.2;
    font-weight: bold;
}
.lead {
    color: silver;
    text-align: center;
    margin-bottom: 3px;
    padding-top: 10px;
    font-size: 2.0vw;
    line-height: .8;
    font-family: "OpenSans BoldItalic", serif;
    font-style: italic;
}
p {
    color: silver;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 30px;
    font-size: 1.75vw;
    line-height: .8;
    font-family: "source-sans-pro", serif;
    font-weight: 600;
}
.content {
    justify-content: center;
    margin-left: 4%;
    margin-right: 4%;
}
.adj {
    padding-top: 3px;
    font-family: "source-sans-pro", sans-serif;
    font-size: 1.9vw;
    font-weight: 600;
}
.underline {text-decoration: underline; text-decoration-color: black;}
.navsidebottom {
    box-sizing: border-box;
    width: 75%;
    align-self: center;
    margin: auto;
    align-content: center;
}
.center-text {text-align: center;}
.center-all {
    display: grid;
    justify-content: center; /* This centers the items inside the div */
    /* --- Additions needed for the parent .col-left flex layout --- */
    width: 90%;             /* Forces the div to span the entire column width */
    margin-bottom: 0;     /* Adds space between the link and the slideshow */
    margin-top: 0%;        /* Adds space above the link */
    align-self: center;

}

.ban {
    font-family: "source-sans-pro", sans-serif;
    margin: 0;
    font-size: 2.0vw;
    font-style: italic;
    font-weight: 700;
    text-align: center;
}
.marginbto {margin: 0;}

/* ------------------------------------------------------------- */
/* Hamburger icon                                                */
/* ------------------------------------------------------------- */
.hamburger {
    position: relative;
    display: inline-block;
    width: 2.25em;
    height: 0.4em;
    margin-right: 0.3em;
    border-top: 0.2em solid blue;
    border-bottom: 0.2em solid blue;
}
.hamburger:before {
    content: "";
    position: absolute;
    top: 0.1em;
    left: 0;
    width: 100%;
    border-top: 0.2em solid white;
}

menu {padding-top: 3px;
    font-family:"source-sans-pro",serif;
    font-size: 2.25vw;
    font-style: normal;
    font-weight: 500;
    margin-left:auto;
    margin-right:auto;
}
/* ------------------------------------------------------------- */
/* General links                                                 */
/* ------------------------------------------------------------- */
a:link, a:visited {color: blue; line-height: .8; font-weight: 400;}
a:hover {color: red;}

/* ------------------------------------------------------------- */
/* DESKTOP MEDIA QUERY: Hide mobile elements on larger screens   */
/* ------------------------------------------------------------- */
@media screen and (min-width: 800px) {
    .header-cont {
        display: none;
        width: 100%;
        position: fixed;
        top: 0px;
    }

    .mobile-contact {
        display: none;
    }

    .mfooter {
        display: none;
    }

    .no-display1 {
        display: none;
    }

}


/* ------------------------------------------------------------- */
/* MOBILE MEDIA QUERY: Full overrides for <640px – fixes layout  */
/* ------------------------------------------------------------- */
@media screen and (max-width: 800px) {
    /* Hide desktop, show mobile */
    .col-left {display: none;}
    .col-main {width: 100%;}

    .navtext {display: none;}
    .rcvideo {display: none;}
    .no-display {display: none;}
    .menu1 {display: none;}
    menu {
        padding-top: 3px;
        font-family:"source-sans-pro",serif;
        font-size: 5.6vw;
        font-style: normal;
        font-weight: 500;
        margin: 0 0;


    }
    /* Full-width images & layouts */
    /* --- The new image centering CSS (put this in your stylesheet) --- */
    .img-fluid {max-width: 80%; height: auto;}
    .img-fluidfull {max-width: 100%; height: auto; margin-left: 2%;}
    .img-pic {max-width: 80% !important; height: auto; margin-left: 10% !important; margin-right: 10% !important; float: none !important;}
    .center-all {
        display: grid;
        justify-content: center; /* This centers the items inside the div */
        /* --- Additions needed for the parent .col-left flex layout --- */
        width: 80%;             /* Forces the div to span the entire column width */
        margin-bottom: 0;     /* Adds space between the link and the slideshow */
        margin-top: 0%;        /* Adds space above the link */
        align-self: center;

    }
    .row1 {grid-template-columns: auto;  justify-content: center;}
    .row3 {grid-template-columns: auto; grid-column-gap: 2%; justify-content: center;}
    .row1-header {grid-template-columns: auto; gap: 2%;}
    .floatlft, .floatrt {
        float: none;
        display: block; /* Ensures the element can use margins for centering */
        margin-left: auto; /* Centers the element horizontally */
        margin-right: auto; /* Centers the element horizontally */
        text-align: center; /* Centers any text/inline content inside the element */
    }
    .col-12, .col-5, .col-3, .col-6 {width: 100%; height: auto;}
    .mlogo {width: 100%; height: auto;}
    .mobile {display: none;} /* If any mobile-specific */
    /* Font scaling & sizing */

    .ban {font-size: 1.9rem;}
    .banner1 {font-size: 2.0rem; line-height: 1.0; text-align: center;}
    .lead {font-size: 1.75rem; margin-bottom: 2px;}
    p, .navtext {font-size: 1.75rem;}
    h1 {font-size: 2.0rem;}
    h2 {font-size: 1.75rem;}
    h3 {font-size: 1.5rem;}
    h4, h5 {font-size: 1.5rem;}
    .tablist {font-size: 1.5rem;}
    
    .call {width: 100%; height: auto; border: solid red; background-color: yellow;}
    .callbutton {font-size: 1.5vw;}
    .bullet {font-size: 1.3rem;}
    .dropdown-content2 {
        display: none;
        position: absolute;
        left: 0;
        top: 100;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        font-family: "Open Sans Bold", sans-serif;
        line-height: 125%;
        font-size: 3.5vw;
        font-weight: bold;
        background-color: lightgrey;
        text-align: left;
        border-radius: 6px;
    }
    .dropdown-content2 {font-size: 3.5vw; left: 0; top: 100%;}
    /* Flex & hamburger mobile */
    .flex-container {height: 100%;}
    .hamburger {width: 3.75em; height: 0.7em; margin-right: 0.4em; border-top: 0.4em solid blue; border-bottom: 0.4em solid blue;}
    .dropdown2 {position: relative; display: inline-block; width: 70%; padding: 0;}
    .margin0202 {padding-left: 0%;}
    .one {margin-bottom: 4%; margin-top: 0%;}
    .air2 {margin-top: 2%; margin-bottom: 2%;}
    .left2 {display: block; margin-left: 2%; margin-right: 2%; align-items: center;}

    a.nav {
        display: inline-block;
        padding: 10px 24px;
        line-height: 1.;
        font-size: 3.7vw;
        font-weight: bold;
        font-family: "source-sans-pro", serif;
        margin-bottom:3%;
        
        border-radius: 6px 6px 0 0;
        cursor: pointer;
        background: linear-gradient(white,yellow);
        transition: background 0.4s ease;
    }
    a.nav:hover {
        background: linear-gradient(to bottom, white, #22c55e);
        color:red;
    }
    /* New submit button style */
    input[type="submit"].nav {
        display: inline-block;
        padding: 10px 24px;
        line-height: 1;
        font-size: 3.7vw;
        font-weight: bold;
        font-family: "source-sans-pro", serif;
        margin-bottom: 3%;
        border-radius: 6px 6px 0 0;
        cursor: pointer;
        background: linear-gradient(white, yellow);
        transition: background 0.4s ease;
        border: none;
        text-decoration: underline;
        /* Remove default button styling */
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        color:blue;
    }

    input[type="submit"].nav:hover {
        background: linear-gradient(to bottom, white, #22c55e);
        color:red;
    }
}

