@charset "UTF-8";
/* CSS Document */

main {
	margin: 10px auto;
    max-width: 700px;
    background: #666666;
    padding: 0px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
 body {
        padding: 5px;
			font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;

    }
.siteTitle {
	font-size:3em; 
	text-align: center;
}

img {
   word-wrap: break-word;
   margin: 5px;
   padding: 1px;
   border: 3px solid #000; /* Medium border with a solid black color */
   max-width: 100%; /*Put this line and the one below back in the individual files if this doesn't work*/
   height: auto;
}
img.opaque {
	opacity:0.65;
}

/* CSS Document */


	/* Navbar Styles */
  nav {
    background: rgba(0, 0, 0, 0.7);
    padding: 3px 8px;
	position: fixed;
    top: 0;
    width: 98%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
  }

/* Navbar Menu */
  .menu {
    display: flex;
    list-style: none;
  }

  .menu li {
    margin: 0 15px;
  }

  .menu a {
    color: white;
    text-decoration: none;
    font-weight: bold;
  }

  .menu a:hover {
    text-decoration: underline;
  }

  /* Hamburger Menu */
  .hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
  }

  .hamburger div {
    background: white;
    height: 3px;
    width: 25px;
    margin: 3px 0;
  }

  /* Responsive Design for Small Screens */
  @media (max-width: 768px) {
    .menu {
      display: none;
      flex-direction: column;
      background: rgba(0, 0, 0, 0.9);
      position: absolute;
      top: 60px;
      right: 20px;
      padding: 10px;
      border-radius: 5px;
    }

    .menu.show {
      display: flex;
    }

    .hamburger {
      display: flex;
    }
  }


.siteTitle {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:2.5em; 
	text-align: center
}



/* Responsive Design */
@media (max-width: 768px) {
    body {
        padding: 5px;
			font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;

    }

    nav {
        font-size: 14px;
    }
}
.page-intro {
	border: 3px; 
	color:lightslategray;
	font-size: 25px;
	margin: 20px;
}
.float-left {
      float: left;
      margin: 10px;
    }
.float-right {
      float: right;
      margin: 10px;
    }

figcaption {
            margin-top: 8px;    /* Space between the image and caption */
            font-style: italic; /* Italicize the caption text */
	        font-size: 14px;
            text-align: center; /* Align caption text */

	 }
.google-map {
     padding-bottom: 50%;
     position: relative;
}

.google-map iframe {
     height: 100%;
     width: 100%;
     left: 0;
     top: 0;
     position: absolute;
}

p.footerScript {
	font-size: 12px;
	text-align: center;
}

.pquote {
	float: right;
	width: 8em;
	background: url(images/openquote.gif) top left no-repeat;
	color: #666666;
	font-size: 1.5em;
	line-height: 1.1;
	font-style: italic;
	padding: 0.3em;
	margin: 0;
	text-align:left;
		}
		
		.pquote p:first-letter {
			font-size: 1.5em;
			font-weight: bold;
		}
		
		
		
		
		#container {
			width: 40em;
		}	
		
.lpquote {
	float: left;
	width: 8em;
	background: url(images/openquote.gif) top left no-repeat;
	color: #666666;
	font-size: 1.5em;
	line-height: 1.1;
	font-style: italic;
	text-align: left;
	padding: 0.3em;
	margin: 0;
		}
		
		.lpquote p:first-letter {
			font-size: 1.5em;
			font-weight: bold;
		}
		
		
		
		
		#container {
			width: 40em;
		}
 