<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#mainNav {
   font-family: "Courier New", Courier, monospace;
   //font-family: "Gentium Book Basic", Palatino, serif;
   float:left;
   width: 100%;
   color: black;
   font-size:0.75em;
   background: gray;
   text-transform: uppercase;
   text-decoration: none;
   margin: 0;
   padding: 5 10 10 5px;
   transition: background-color 0.6s ease;
}

a:link {
    color: lime;
    background-color: transparent;
    text-decoration: none;
}
a:visited {
    color: orange;
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    color: white;
    background-color: transparent;
    text-decoration: underline;
}
a:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
}



.active, .mainNav:hover {
  background-color: #717171;
}

#page001 {
   background-image: url ('Images/IMG_9182.JPG');
}

mainN a {
   color: black;
   font-size: 10px;
   text-transform: uppercase;
   text-decoration: none;
   margin: 0;
   padding: 0;
}



body, html {
    height: 100%;
    margin: 0;
}

.bgimg {
    // background-image: url('/w3images/forestbridge.jpg');
    background-image: url('Images/IMG_1968.JPG');
    style="height:800px"&gt;;
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    color:black;
    font-family: "Courier New", Courier, monospace;
    font-size: 25px;
    font-weight: strong;
    background-color:hsl(0, 50%, 50%);
}

.topleft {
    position: absolute;
    top: 0;
    left: 16px;
}

.bottomleft {
    color; lime;
    width: 100%;
    font-size: .75em;
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 11px;
    background-image: url('Images/logowithMotto001.png');
    background-color:none;
    height:relative;
    background-repeat: no-repeat;
    

}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

hr {
    margin: auto;
    width: 40%;
}


** &lt;img src="Images/IMG_9182.JPG" alt="Picture" width="100%" height="100%&gt;




</pre></body></html>