/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');



body {

    
/*	background-image: url("../Images/BGGrad1.jpg");
	background-position: top;
	background-repeat:repeat-x;
	background-color: #0a1716;*/
	
	font-family: 'Shippori Mincho', serif;
	color: #b1b1b1;
	
	background-color: #000000;
}

a {
	color: #a1a1a1;
}



.PageContainer {
   	position: absolute;
	margin: 0px;
	padding: 0px;
  	min-height: 100vh;
	left: 0px;
	top: 0px;
	right: 0px;
	background-image: url(https://www.chrislegge.com/Images/BG.jpg);
	background-attachment: fixed;
/*		background-image: linear-gradient(rgba(12,12,12,1), rgba(25,19,35,1), rgba(10,23,22,1));*/
	/*background-attachment: scroll;*/
	
}


.TopNav {
	position: relative;
	width: 750px;
	height: 30px; 
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-left: 100px;
	padding-right: 100px;
    border-bottom: 1px solid #a6c6ee;
	text-align: center;
	z-index: 999;
}




.TopNav_left {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: left;
}

.TopNav_left a {
  	font-size: 16px;
  	color: #A1A1A1;
	padding-left: 10px;
	padding-right: 10px;
  	text-decoration: none;
}

.TopNav_left a:hover {
	color: #a6c6ee;
} 



.TopNav_right {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: right;
}

.TopNav_right a {
  	font-size: 16px;
  	color: #A1A1A1;
	padding-left: 10px;
	padding-right: 10px;
	
  	text-decoration: none;
}

.TopNav_right a:hover {
	color: #a6c6ee;
} 





.GalNav {
	position: relative;
	width: 750px;
	height: 30px; 
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-left: 100px;
	padding-right: 100px;

	text-align: center;

	z-index: 1000;
}

.GalNav_left {
	opacity: 0.5;
	padding-left: 10px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: left;
}

.GalNav_right {

	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: right;
}

.GalNav_right a {
  	
  	font-size: 16px;
  	color: #A1A1A1;
  	text-align: center;
  	padding-left: 15px;
	padding-right: 15px;
  	text-decoration: none;
}

.GalNav_right a:hover {
	color: #a6c6ee;
} 



.dropdown {
   float:left;
  	overflow: hidden;
}

.dropdown .dropbtn {
  	font-size: 16px;  
	border: none;
  	outline: none;
  	color: #A1A1A1;
  	padding-left: 15px;
	padding-right: 15px;
  	background-color: inherit;
  	font-family: inherit;
  	margin: 0;
	top: -10px;
}



.dropdown:hover .dropbtn {
border-top-right-radius: 5px;
	border-top-left-radius: 5px;
  	background-color: rgba(13,13,13,0.95);
	color: #a6c6ee;
/*	border: 0px;
	border-left: 0px solid #a6c6ee;*/
}

.dropdown-content {
  	display: none;
  	position: absolute;
/*	border: 1px solid #a6c6ee;*/

	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
  	background-color: rgba(13,13,13,0.95);
  	min-width: 160px;
	margin-top: 0px;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  	z-index: 1;
}

.dropdown-content a {
  	float: none;
  	color: #A1A1A1;
  	padding: 12px 16px;
  	text-decoration: none;
  	display: block;
  	text-align: left;
	
}

.dropdown-content a:hover {
  	
}

.dropdown:hover .dropdown-content {
  	display: block;
	color: #a6c6ee;
}

.dwnarrow {
	position: relative;
	font-weight:500;
	top: 0px;
}


.Logo {
	background-image: url("https://www.ChrisLegge.com/Images/Logo.png");
	width: 200px;
	height: 111px;
	top: 15px;
	position: relative;

	margin-left: auto;
	margin-right: auto;

}






.MainContainer {
	position: relative;
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 220px;
	
}





.MainContent {
	width: 700px;
	padding: 25px;
	padding-top: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
/*	background-color: rgba(0,0,0,0.40);*/
	border-radius: 10px;
	position: relative;
	height: auto;
	
}

.MainContent img {
		box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.MainContent h1 {
	font-size: 28px;
	font-weight: 700;
	text-decoration: underline;
	text-align: center;
	top: -20px;
	position: relative;
}
.MainContent h2 {
	font-size: 18px;
	font-weight: 400;
	top: -25px;
	position: relative;
	text-align: center;
}
.MainContent h3 {
	font-size: 14px;
	font-weight: 300;
	top: -20px;
	position: relative;
	text-align: center;
}

.MainContent h4 {
	font-size: 12px;
	font-weight: 300;
	font-style: italic;
	position: relative;
	text-align: center;
}

.MainContent ul li {
	list-style: none;
	list-style-type: none;
	line-height: 22px;
}
.MainContent strong {
	font-weight: 800;
	text-decoration: underline;
	
}






#GalContainer {
	align-content: center;
	text-align: center;
	margin-top: 30px;
		
}
#GalContainer a {
	align-content: center;
	text-align: center;
}


#GalDescription{
	background-color: rgba(0,0,0,0.50);
	border-radius: 10px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.Text_Section {
	align-items: center;
	position: relative;
	height: auto;
	overflow: hidden;
}


.Info_Left {
	background-color: rgba(0,0,0,0.50);

	border-radius: 10px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	width: 450px;
	overflow: hidden;
	position: relative;
		box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
	
}

.Info_Right {
	background-color: rgba(0,0,0,0.50);
	border-radius: 10px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	width: 450px;
	margin-left:  220px;
		
	position: relative;
	overflow: hidden;
		box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}


.Image_Left {
float: left;
text-align: left;
	margin-bottom: 25px;
	position: relative;

}

.Image_Right {
float: right;
		text-align: right;
margin-bottom: 25px;
	position: relative;
}

.Image_Left img {
border-radius: 10px;
}

.Image_Right img {

	border-radius: 10px;

}


#Featured{

	width: 675;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.Featured_Photos {
	overflow: hidden;
		margin-left: auto;
	margin-right: auto;
	position: relative;
}

.Featured_Photos img {
	position: relative;
	border-radius: 10px;
	margin-left: 8px;
	margin-right: 17px;
	margin-bottom: 10px;
	overflow: hidden;
	float: left;


}



#UpcomingDates{
	background-color: rgba(0,0,0,0.50);
	border-radius: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	width: 450px;	
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

#UpcomingDates ul li {
	list-style: none;
	list-style-type: none;
	line-height: 22px;
	font-size: 16px;

}




.Footer {
	width: 750px;
		padding-left: 100px;
	padding-right: 100px;
	left: -25px;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a6c6ee;
	position: relative;
	top: 50px;
	font-size: 14px;
	color: #a6c6ee;
		text-align: center;
}


.CR {
	font-size: 14px;
	padding-top: 15px;
}

.NoAI {
	font-size: 12px;
	font-style: italic;

}




/* Responsiveness */


@media (max-width: 800px) {
	
	.TopNav {
		padding-top: 20px;
		text-align: center;
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		height: 55px;
	}
	
	
	.TopNav_left {
 
		margin-right: 0px;
		margin-left: 0px;
		float: none;
}
	
	.TopNav_left a {
	  	padding-left: 10px;
		padding-right: 10px;
		float: none;
	}
	
	
	.TopNav_right {
 
		margin-right: 0px;
		margin-left: 0px;
		float: none;
}
	.TopNav_right a {
	  	padding-left: 10px;
		padding-right: 10px;
		float: none;
	}
	.dropdown {
		float: left;
		overflow: hidden;
	}


	.dropdown-content {
  		min-width: 130px;
	}

	.GalNav {
		padding-top: 10px;
		text-align: center;
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		height: 100px;
		
	}
	.GalNav_left {
		margin-right: 0px;
		margin-left: 0px;
		float: none;
	}
	
	.GalNav_right {
		margin-right: 0px;
		margin-left: 0px;
		float: none;
	}

	
	
	
	
	
	.MainContainer {
		
		width: 100%;
		
	}

	.MainContent {
		margin-left: 5%;
		width: calc(90% - 50px);

	}
	
	
	
	.Info_Left {

		width: auto;
float: right;
		position: relative;
	}

	.Info_Right {

		width: auto;
			margin-left:  0px;
		position: relative;
		float: left;
	}


	.Image_Left {
float: none;
		width: auto;
		text-align: center;
	}

	.Image_Right {
		text-align: center;
float: none;
		width: auto;
	}
	
	
	
	#Featured{
		width: auto;
	}
	
	#UpcomingDates{
		width: auto;
	}
	

	.Footer {

		width: 100%;
		padding-left: 0px;
		padding-right: 0px;

	}
	.NoAI {

	padding-left: 10px;
	padding-right: 10px;
}
}
