<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
	
nav h2{  /* Bloom Season, Text */
    margin-top: 50%;
    font-family:  Brush Script MT;
    font-weight: bold;
    font-size: 5.0vh;
    color: #846be1;
    animation: blinker 7s linear infinite;
}

 @keyframes blinker {
   50% {
     opacity: 0.40;
   }
 }


  .container-1{
    width: 100%;
	}
		
  .container-1 img {
    width: 95%;
		margin-left: 2.5%;
		margin-top: 5.0vh;
  }

.nav-container{
	 display: flex;
	 flex-direction: column;
}

nav h3{  /* Select Search Preference, Text */
   margin-top: -0.8vh;
   margin-bottom: 0;
   width: 100%;
   font-family: Calibri;
	 font-style: italic;
	 text-align: center;
	 font-size: 2.3vh;
	 color: #003400;
	 overflow: wrap;
}


.nav-menu{
	 left: 18.50vh;
   margin: auto;
   width: 25.0vh;
   padding: 0.5vh;
	 text-align: center;
   list-style: none
}

.nav-menu a
{
  text-decoration: none;
	color: #663300;
	font-family: Baskerville Old Face;
	font-size: 3.0vh;
	font-weight: bold;
  background-image: linear-gradient(160deg, #c0f6be, #a8c6fe, #cfbee8, #e2d2e2, #ebf3c1, #fff); 
  display: block;
  border: ridge 0.7vh #609f60; /* 4d804d Sets the border color to a shade of green  */
	border-radius: 1.0vh; /*	 Puts an equal radius on all four border corners*/
	padding:0.2vh;			
	margin: 1.0vh;
}


.nav-menu a:hover {
  background: #bfad13;
	color: #fff;
  border: ridge 0.7vh #c47700; /* 4d804d Sets the border color to a shade of green  */
	border-radius: 1.0vh; /*	 Puts an equal radius on all four border corners*/			
	padding:0.2vh;			
	margin: 1.0vh;
	text-decoration: none;
}

