@charset "utf-8";
/* CSS Document */


.photos-index-wrap {
	display: flex;
	justify-content: flex-start;
	padding: 7px 10px 20px 2px;
}


.photo-header-bg {
	
	background-color: maroon;
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
	opacity: 0.7;
	z-index: -1;
}

.header-bar-photo-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}


.header-bar-photos {
	height: 130px;
	margin: 0px 0 0px 0;
	padding: 31px 0 0 0;
	width: 400px;
}

.header-bar-photo-right {
	margin: 5px 10px 0 0;
	padding: 0 0 0 0;
}


.header-photos {
	box-shadow: 1px 1px 1px 1px #ddd,  -1px -1px 1px 1px #ddd;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin: 0px 0px 5px 0px;
	padding: 4px 0 5px 18px;
	z-index:  4;
}


.header-photos-pd {
	padding: 2px 10px 0px 32px;
}

.photo-main-content {
	box-shadow: 1px 1px 4px 3px #ddd,  -1px -1px 4px 3px #ddd;
	border-radius: 10px;
	margin: 10px 30px 10px 30px;
	padding: 30px 0px 5px 10px; 
	
}



	
.photo-side-header-link {
	font-size: 18px;		
	padding: 5px 5px 10px 5px;
	text-decoration: none;
}
.photo-side-header-link a {
	text-decoration: none;
}
	
.photo-side-header {
	font-size: 24px; 
	font-weight: 600px; 
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	padding: 15px 5px 5px 5px;
	text-align: center;
	}
	
.photo-side-header-2 {
	font-size: 22px; 
	font-weight: 600px; 
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	text-align: center;
	}
	
.sr-group-photo {
	width: 100%;
	margin: auto;
}
	
.sr-group-photo img {
	border-radius: 10px;
	box-shadow: 2px 2px 4px 3px #cccccc, -2px -2px 4px 3px #cccccc90;
	margin: 10px auto 50px;
	width: 100%;
	max-width: 1100px;
}
	
.sr-group-photo-2 {
	width: 100%;
	margin: auto;
}
	
.sr-group-photo-2 img {
	border-radius: 10px;
	box-shadow: 2px 2px 4px 3px #cccccc, -2px -2px 4px 3px #cccccc90;
	margin: 10px auto 50px;
	width: 100%;
	max-width: 800px;
}
	
	
.sr-port-photo {
	width: 100%;
	margin: auto;
}
	
.sr-port-photo img {
	border-radius: 10px;
	box-shadow: 2px 2px 4px 3px #cccccc, -2px -2px 4px 3px #cccccc90;
	margin: 10px auto 50px;
	width: 100%;
	max-width: 600px;
}
	
	





ul.list-photos {
	list-style: circle;
	line-height: 1.4;
	margin: 22px 0 15px 15px;
	padding: 0 0 35px 30px;
	text-align: left;
}

ul.list-photos li a {
	font-size: 1rem;
	font-weight: 400;
	text-align: left;
}


@media screen and (max-width:780px) {
	.sr-group-photo {
		margin: 10px 0px 10px 0px;
		max-width: 350px;
		width: 90%;
	}
	
	.sr-group-photo-2 {
		margin: 10px 0px 10px 0px;
		max-width: 350px;
		width: 90%;
	}
	
	.sr-port-photo {
		margin: 10px 0px 10px 0px;
		max-width: 350px;
		width: 90%;
	}
	
	.sr-port-photo img {
		margin: 10px 0px 10px 0px;
		max-width: 350px;
/*		width: 90%;*/
	}
	
	
		
.photo-side-header-link {
	font-size: 1.1rem;		
}
.photo-side-header-link a {
	text-decoration: none;
}
	
.photo-side-header {
	font-size: 1.2rem; 
	text-align: center;
	}
	
.photo-side-header-2 {
	font-size: 1rem; 
	text-align: center;
	}

}


