/* --------------------
	Radhaus mobile ADA compliant
   General Text & Layout
-------------------- */
.spacer {
    height: 1em; /* Adjust height as needed */
    display: block;
}


html, body {
    line-height: 116%;
    letter-spacing: 1px;
    font-size: 88%;
}

div.container {
    padding: 15px;
}

.textsmall {
    font-size: 92%;
}

h1 { font-size:110%; }
h2 { font-size:120%; }
h5 { font-size:50%; }

/* --------------------
   Form / Buttons
-------------------- */
input[type=submit] {
    margin: 11px 0px 22px 3px;
    padding: 2px;
    background: #fff; 
    border: 1px solid #000; 
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px; 
}

/* --------------------
   Menu & Footer
-------------------- */
div.menurow {
    margin-top: 74px;
    margin-bottom: 83px;
    font-size: 105%;
    display: flex;
    flex-wrap: wrap;
}

.menurow img {
    width: 44%;
}

a.redlink {
    font-size: 84%;
    padding: 10px;
}

/* --------------------
   Images & Responsiveness
-------------------- */
img {
    margin: auto;
    -webkit-tap-highlight-color: rgba(0,220,0,0.1);
    -webkit-touch-callout: none;
}

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

/* --------------------
   Links / Hover
-------------------- */
a {
    color: green;
    text-decoration: underline;
}

a:link { text-decoration: none !important; }
a:hover { text-decoration: none !important; opacity: 0.8; }
a:active { text-decoration: none !important; }
a:visited { text-decoration: none !important; }

/* --------------------
   Banner Note
-------------------- */
.banner-note {
    background-color: #000033; 
    color: #fff;
    text-align: center;
    font-size: 0.9em;
    padding: 10px 0;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #000; /* Optional: for a subtle divider */
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

body {
    padding-top: 50px; /* adjust to prevent content from hiding behind the banner */
}

/* --------------------
   Gallery Text
-------------------- */
#gallerytext {
    margin-top: -24px;
    margin-left: 7px;
    text-align: center;
    font-size: .65em;
    color: #596a63;
    letter-spacing: .079em;
}

/* --------------------
   Flex for menu icons
-------------------- */
.menurow a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: inherit;
}

.menurow a span {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

/* --------------------
   Optional / Commented Out
-------------------- */
/*#lbBottom {
        font-size:122%;
        line-height:1.122em;
}*/

/* Old mobile banner notes
.banner-note {
    background-color: #000033;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
*/

/* Image gallery older style
#gallery img {
    width: 100%;
}
*/
