h3 {
	font: bold ;
	color: #696969;
	}

html {
	/*
  font-size: 100%; /* equals 16px on most browsers */
}

body {
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.04em;
  word-spacing: 2px;
  color: #696969;
  padding: 0px;
  margin:0px;
  /*
  font-size: 1rem;
  */
  font-size: clamp(1.rem, 2.5vw, 2.0rem);
  line-height: 1.6;
  }

.content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	}


.logo {width: 100%;
		margin: 1px;
		padding-right: 0px;
		}	 

				
.banner {width: 100% ;
		}
		
.flex-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
	align-items: center;
	height: 100px;
}

 

.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
nav { 
	margin:0;
	padding: 0;
	background-color: #808080;
	
}



/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:relative" */
nav ul {
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	z-index: 999;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	
	background-color: #808080;
	}

/* Styling the links */
nav a {
	display:block;
	padding:14px 10px;	
	color:#FFF;
	text-decoration:none;
    letter-spacing: .1em;
}


nav ul li ul li:hover { background: #282828; }

/* Background color change on Hover */
nav a:hover { 
	background-color: #282828; 
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 40px; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:170px;
	float:none;
	display:list-item ;
	position: relative;
        
        }

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

	
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content: ''; }
li > a:only-child:after { content: ''; }


			 		 


#Socialmenu {visibility: visible;	
	width: 100% ;
		background-color:white;
        margin-top: 8px;
		margin-bottom: 1px;
		font: bold 16px Geneva, Arial, Helvetica, san-serif;
		padding-bottom:12px;
		padding-top:12px;
		
	
  		}	
		
#SocialmenuItem {color: grey;
            text-align: center;
			vertical-align: middle;
			margin-right: 0.5%;
			padding: 12px;
			margin-left: 0px;
			font-style:normal;
			letter-spacing: .2em;
			}
		

			
#SocialmenuItem:hover {color:black;
		}
				
#SocialmenuItem: a {font: normal 16px Geneva, Arial, Helvetica, san-serif;
  		color: grey;
		text-decoration: none;
		
		}

.twitter {float: left;
	width:100%;
	overflow-y:auto;
	height:600px;}
						
	

.title {width: 98% ;
		margin-top: 10px;	
		margin-left: 10px;
		font: bold 16px Verdana, Arial, Helvetica, sans-serif;
  		color: #5C0000;
  		letter-spacing: 0.04em;
  		word-spacing: 3px;
		}
		
.subtitle {font: normal 1.2rem Verdana, Arial, Helvetica, sans-serif;
  		color: black;
  		letter-spacing: 0.04em;
  		word-spacing: 3px;
		text-align:center;
		margin-top: 8px;
		}		
		
.general {height: 550px;
		margin-top: 8px;
		border-radius: 5px;
		position: relative;
		margin-right: 12px;
		text-align:justify;
		
		}
		
.paddedtext {padding-left:25px;
			padding-right:25px;
			}
			
ul.indent {
  list-style-type: square;
  list-style-position: inside;
}			

.index1 {	margin-top: 0px;
		width: 100%;
}
		
.index1 a:link {
  text-decoration: none;
  color: grey;
  font-weight:bold;
}

.index1 a:visited {
  text-decoration: none;
  color: grey;
}

.index1 a:hover {
  text-decoration: none;
  color: lightgrey;
}

.index1 a:active {
  text-decoration: none;
  color: grey;
}			
		
.index2 {       width:100%;
		margin-top: 20px;
		border-radius: 5px;
		position: relative;
		margin-right: 10px;
		}
		
.index3 {	width:100%;
		margin-top: 22px;
		position: relative;
		margin-right: 12px;
		
		}		
		

.boldText {
			color:#00688B	;
			
					}
						
.boldText2 {
			color:#5C0000;	
			font-weight: bold;
					}
.position {position: relative;}

.photoIndex {	width: 100%;
		margin-top: 0px;
		border: 0;
		box-shadow: 0px 10px 6px -6px #818181;
-webkit-box-shadow: 0px 10px 6px -6px #818181;
-moz-box-shadow: 0px 10px 6px -6px #818181;
		}

.img-responsive {
    width:100%;
    
    }

#cf {
  position: relative; margin: 0 auto; 
  width: 100%;
  padding-top: 42.5%
  
  }
  
#cf img {
  	
  position: absolute; left: 0; top: 0; opacity: 0; 
  animation: fader 40s linear infinite;
  }

#cf img:nth-child(1) { animation-delay: 0s; }
#cf img:nth-child(2) { animation-delay: 13s; }
#cf img:nth-child(3) { animation-delay: 26s; }

@keyframes fader {
  0% { opacity: 0; } 
  10.00% { opacity: 1; }
  20.00% { opacity: 1; }
  30.00% { opacity: 1; }
  40.00% { opacity: 1; }
  50.00% { opacity: 0; }
  100% { opacity: 0; }
}



/* Create two equal columns that floats next to each other */
.REMOVEcolumn {
    float: left;
    width: 48%;
    padding: 10px;
    
 }

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Create two unequal columns that floats next to each other */
.eventscolumn {
    float: left;
    padding: 10px;
  }
.eventscolumn.left {width:30%;}
.right {width: 66%;}

/* Clear floats after the columns */
.eventsrow:after {
    content: "";
    display: table;
    clear: both;
}

.first-column {
    width: 40%;
    padding: 10px 10px 1px 0;
    float: left;
}

.second-column {
    width: 50%;
    padding: 0 10px 0 10px;
    float: right;
    
}

.repfirst-column {
    width: 49%;
    padding: 10px 10px 10px 0px;
    float: left;
    
}

.repsecond-column {
    width: 49%;
    padding: 10px 10px 10px 0px;
    float: right;
}


.indexfirst-column {
    width: 47%;
    padding: 0px 10px 0 0;
    float: left;
    
}

.indexsecond-column {
    width: 47%;
    padding: 0 0px 0 0;
    float: right;
}

	

p {padding: 10px;
	}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.finalfooter {
	background-color:#666666;
	width: 100%;
	margin-top: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight:normal;
	color: white;
	text-align: center;
 	line-height : 40px;
	padding: 0px;
	} 
	
.finalfooter a:link {
  text-decoration: none;
  color: white;
  font-weight:bold;
}

.finalfooter a:visited {
  text-decoration: none;
  color: white;
}

.finalfooter a:hover {
  text-decoration: none;
  color: white;
}

.finalfooter a:active {
  text-decoration: none;
  color: white;
}	

@media only screen and (max-width: 1000px) {
	
	body {
		/*
		font-size: 1.05rem; 
		*/
		font-size: clamp(2.5rem, 3vw, 3.0rem);
	}
	
	.boldText {
		/*
		font-size: 1.5rem;
		*/
		font-size: clamp(3.0rem, 3vw, 4.0rem);
	}
	*/	
	
	.content {
		overflow: hidden;
	
	}
	
  .flex-container {
	
	justify-content: space-between;
	padding-left: 30px;
	padding-right: 30px;
}		
	
	.first-column {
        width: 100%;
        padding-bottom: 10px;
        float: none;
	
    }

    .second-column {
        width: 100%;
        padding-bottom: 10px;

        float: none;
	
    }
	
	.repfirst-column {
        width: 100%;
        padding-bottom: 0px;
        float: none;
	
    }

    .repsecond-column {
        width: 100%;
	padding-bottom: 4px;
        float: none;
	
    }
	
	.indexfirst-column {
        width: 100%;
        padding-bottom: 0px;
        float: none;
	
    }

    .indexsecond-column {
        width: 100%;
		padding-bottom: 4px;
        float: none;
	
    }
    .content {
	overflow: hidden;
	}
	
	.eventscolumn {
	 width: 100%;
    
	}
   
    .contrast {
	margin-bottom: 4px;
    
	}
   
     
  .bottom-container {
		position: fixed;
		bottom: 0;
		width: 100%;
   
   }	
	
	.bottom-content {
		background-color: white;
		padding-top: 30px;
		padding-bottom: 40px;
	
	}

      
}



/* Media Queries for dropdown menu
--------------------------------------------- */

@media only screen and (max-width : 1000px) {

	#logo {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
		float: none;
	}

	nav {
		margin: 0;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		background-color: #706e6e;
		padding:14px 20px;	
		color:#FFF;
		text-decoration:none;
		border:none;
	}

	.toggle:hover {
		background-color: #282828;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 40px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: #282828;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
	nav ul ul ul a{
		padding:14px 20px;	
		color:#FFF;
	
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #212121; 
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}

	nav ul li {
		display:block;
		width: 100%;
	}
	
	nav a {
		display:block;
		padding:14px 14px;	
		color:#FFF;
		text-decoration:none;
		letter-spacing: .2em;
	}
	
	nav ul ul a {
		padding-left: 100px;
		
		}
	
	}