/* Style Sheet */
/* LINKS visited does not work */
/* unvisited link */
     a:link {
  color: darkblue;
     }
/* visited link */
     a:visited {
     color: hotpink;     
     background-color: green !important;
     text-decoration: none;
     }

/* mouse over link */
     a:hover {
    background-color: lightblue;
     }
/* selected link */
     a:active {
     color: red;
}
/*------------------------------------------------------------- */

.top {                                			                
	text-align: center;
	font-weight: bold;
	font-size: 1rem;
	color: #B22222;
	}
.center {
	text-align: center;    
	}  
.centerdate {
	text-align: center;  
     font-size: 1rem;  
} 
.centerform {						
    width: var(--width);
    margin: 0 auto;
    text-align: center;
}     
.content {margin: auto;
}
.reglinks {                                                               
	font-family: sans-serif; 
	text-transform: none;
	display: flex;
     justify-content: center;
     align-items: center;                       
	}
.regcenter {                              		
          font-family: sans-serif;
          font-size: .8em; 
          font-weight: normal;
          font-style: normal;
          text-transform: none;
          text-align: center;			
	} 
.regfonthead {                                            /*HEADING*/
	font-family: sans-serif;
	font-size: 1.1em;   
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	line-height: 100%;
	text-align: center;
	color: #990000;
	}     
.bordercenter{										
	font-family: sans-serif;
     font-size: 1em; 
     font-weight: bold;
     font-style: normal;
     text-transform: none;
     text-align: center;
	line-height: 150%;
     color: #990000;      /*Brown*/
	display: block; 
	margin-top: 1px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 2px;
	padding-bottom: 5px;
     width: var(--width);
	} 
.borderWeather { 					
	display: block;
	margin-top: 1px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 2px;
	padding-bottom: 5px;
	border-style: solid;
	border-width: 2px;
     width: var(--width);
	text-align: center;                                              
	line-height: 150%;
     font-weight: bold;
     font-size: 1.2rem;
}	     

/* CONTAINERS */
.container {							
	display: flex; 
	flex-direction: row;
     flex-wrap: wrap;
	padding-left: 10%;
	padding-right: 10%;
     margin: 0 auto;
     justify-content: space-evenly;	
	}
.flex-container {
     display: flex; 
	flex-direction: row;
     padding-left: 2%;
	padding-right: 2%;
     margin: 0 auto;
     justify-content: space-evenly;
}
.weather {
	display: flex;
	flex-direction: row; 
     flex-wrap: wrap;     
	margin-left: auto;
	margin-right: auto;
     padding-left: 1%;
	padding-right: 1%;
	width: 1100px;
	justify-content: space-evenly;     
} 								 
       

