h1
{
padding-bottom:0; 
margin-bottom:0; 
text-align:center; 
color:Green; 
clear:right;
font-family:Garamond, Cinzel, serif; font-size:6vmin
}
img
{
padding-left:2vmin;	
padding-top:15vmin; 
padding-bottom:1vmin;
max-width:100%;
}
figcaption
{
	padding-left:2vmin;
	text-align:left
}
.flex-container
{
	   display: flex;
	    justify-content:space-between
}
 .container 
 {
        display: flex;
        align-items: center;
        justify-content: center
 }

      .image 
{
        flex-basis: 60%
 }
      .text 
{
        font-size: 5 vmin;
        padding-left: 5 vmin;
}
/* Skip link that becomes visible when focused (good for navigation) */
.skip-link {
    position: absolute;
    left: -9999px;
    z-index: 999999;
    padding: 8px 16px;
    background: black;
    color: white;
    text-decoration: none;
}

.skip-link:focus {
    left: 6px;
    top: 7px;
}


/*Text to be visible only to screen-readers*/
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Hide the phone message on desktop screens and landscape mobile */
@media screen and (min-width: 650px) {
    #cell {
        display: none;
    }
}

/* Also hide on landscape orientation (any width) */
@media screen and (orientation: landscape) {
    #cell {
        display: none;
    }
}

/* Mobile styles for screens narrower than 650px */
@media screen and (max-width: 650px) {
    .navbar a {
        float: left;
        font-size: 5vmin;
        color: white;
        text-align: center;
        padding: 1.4vmin 1.6vmin;
        text-decoration: none;
    }
    
    .dropdown .dropbtn {
        font-size: 5vmin;
        border: 1vmin;
        box-shadow: 0vmin .8vmin 1.6vmin 0px rgba(0,0,0,0.2);
        color: black;  /* Added missing semicolon */
        padding: .4vmin .6vmin;
        background-color: RGBA(255, 127, 255,.5);
        font-family: inherit;
        margin: 0;
        border-style: outset;
        border-radius: 1vmin;
    }
}

/* Optional: Additional mobile layout for single-column design */
@media screen and (max-width: 650px) {
    /* Hide decorative right column on mobile */
    .right-column,
    .aside
    {
        display: none;
    }
    
    /* Make main content full width */
    .main-content,
    .left-column {
        width: 100%;
        max-width: none;
    }
}


h5
{
text-align:center; color:Green;  margin-top:.3vmin;
font-family:Garamond, Cinzel, serif; font-size:3vmin
}
h3
{
text-align:center; color:Green;  margin-top:.3vmin;
font-family:Garamond, Cinzel, serif; font-size:4vmin
}
td {border: 0.1rem solid gray}
.menu
{
background-color:rgba(189,154,122,0.5); color:#3E4B70;  border-spacing:0.5rem;
}
.footer 
{
	position:fixed; 
	bottom:1vmin; 
	padding-left:45%;
	float:left;
	margin-top: auto;
	background-color:yellow;
}
a:link {
  background-color: rgba(0,0,255,0.1);
  color: black;
  border-style: outset;
  border-radius: 1vmin; 
  text-decoration: none;
  display: inline-block;
  margin: 1vmin 0.5vmin 0vmin 0.5vmin;
}
a:visited {color:rgb(0,100,0)}
*
 {
	 box-sizing: border-box; 
 }
.column {
  
  padding: 1%;
  }

.left {
  width: 60%;
  float: left;
}

.right {
  width: 30%;
  float: right;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
tfoot{font-style:oblique}
li ul{padding-bottom:.4rem;}
ul li{padding-bottom:.4rem;padding-top:1vmin;}
ol li{padding-bottom:.4rem}


dt:hover + dd{display:block; color:#CC9933}
#textSize {color:rgba(255,10,10,1);}
#rights {float:left}
aside{width:26%; padding-left: 2em; float: right; background-color: AntiqueWhite}

h2{ color:Indigo; font-family:"Libre Baskerville", Cinzel, Garamond, serif;
 margin-top:1vmin;}
[text*="Safer Greenbelt"]{color:Green; font-weight:900; font-family:Garamond, Cinzel, serif}

.navbar {
  overflow: hidden;
  background-color: lightGreen;
}

.navbar a {
  float: left;
  font-size: 2.5vmin;
  color: white;
  text-align: center;
  padding: 1.4vmin 1.6vmin;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: auto;
}

.dropdown .dropbtn {
  font-size: 2.5vmin;  
  border: 1vmin;
  box-shadow: 0vmin .8vmin 1.6vmin 0px rgba(0,0,0,0.2);
  color: black;
  padding: .4vmin .6vmin;
  background-color: RGBA(255, 127, 255,0.1);
  font-family: inherit;
  margin: 0;
  border-style: outset;
  border-radius: 1vmin; 
  
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: blue;
}
.navbar .dropdown:active .dropbtn
{
	background-color: rgba(0,0,139,0.1)
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: yellowGreen;
  min-width: 16vmin;
  box-shadow: 0vmin .8vmin 1.6vmin 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: rgb(0,100,0);
  padding: 1.2vmin 1.6vmin;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color:teal
}

.dropdown:hover .dropdown-content {
  display: block;
}
