@charset "utf-8";
/* ABOUT CSS Document */

.body {
	width: 100%;
	height: auto;
	margin-right: 0;
	margin-left: 0;
	color: #fff;
	background-image: url("../images/supporting_images/site_background.jpg");
	background-position: center;  	
	background-repeat: no-repeat;
	background-size: cover;	
	background-color: #000;
	}

.page-top {	
  	background: #000;
	width: 100%;
	height: auto;
	margin-left: 0;
	margin-right: 0;
	padding-left: 5%;
	padding-right: 5%;	
	}

.nav-link {
		font-size: 1.0em;		
	}

.bg-dark {
  background-color: #000 !important;
	width: 95%;
	font-size: 140%;
	}

.navbar navbar-expand-lg navbar-dark bg-dark {
	background: white;
	padding-left: 5%;
	padding-right: 5%;
	}

.collapse navbar-collapse {
	width: auto;	
	}

.my-sm-0 {
	border: none;
	font-size: 150%;	
}

/*  ------------------ End of head and nav ------------------ */


.h2 {	
	text-align: center;
	color: #ccc;
	font-size: 2em;
	padding-top: 55px;
	padding-bottom: 2%;
	background-image: linear-gradient(
	to bottom,
	rgba(0,0,0,1), rgba(0,0,0,0));
	}

.row {	
	display: flex;
  	width: 100%;
	height: auto;
	/* background-color: #000; */
	background-color: rgba(0, 0, 0, .5);
	box-shadow: 5px 10px #000;
	}

/*
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
*/


.column {	
	/*
	position: absolute;
	*/
  	width: 95%;
	height: auto;
	/* margin: auto; */
	
	}

.h3 {
	color: #EEE;
	text-align: center;
}

.signature {
	/*
	position: z-index: 0;
	*/
	width: 50%;
	height: auto;
	
	
	
	/*
	background: none;
	*/
}

.photographer {
	
	width: 100%;
	height: auto;
	/*
	padding-top: 50px;
	*/
	
}

.photographer-image {
	
	width: 100%;
	
}
/*
.text {
	color: #CCC;
	background-color: rgba(0, 0, 0, .6);
}

.image_1 {
	width: 200%;
	height: auto;
   
  
}
 */ 	
	
/*
.text-title {
	text-align: center;
	background-color: rgba(0, 0, 0, .6);
}
*/

.footer {
	align-content: center;
	padding-top: 2%;		
	}


	
/*........ begin media quiry ........ */


@media (max-width: 576px) {
	
.body {
	width: 100%;
	height: auto;
	}
	
.logo-image {	  
		display: block;
    	margin-left: auto;
    	margin-right: auto; 
    	width: 100%;
		Height: auto;
		}
	
.h2 {
		padding-top: 30px;
		}
	
.row {	
		width: 90%;
		padding: 0;
		height: auto;
		margin: auto;	
		}	
	
.column {
  		float: left;
		width: 100%;
		margin: 0;
		padding: 10px;	
		}	
	
}


@media (min-width: 576px) {
	
.body {
	width: 100%;
	height: 1500px;
	}
	
.page-top {    
		padding-left: 8%;
		padding-right: 8%;
		}
	
.row {	
		width: 80%;
		padding: 0;
		height: auto;
		margin: auto;	
		}	
	
.column {
  		float: left;
		width: 50%;
		margin: auto;
		padding: 10px;	
		}	
	



@media (min-width: 768px) {
	
.body {
		/* height: 1300px;	*/
		height: 1500px;	
		}

.page-top {    
		padding-left: 8%;
		padding-right: 8%;
		}
	
.bg-dark {  
	width: 100%;	
	}		
	
.row {	
		width: 80%;
		padding: 0;
		height: auto;
		margin: auto;	
		}	
	
.column {
  		float: left;
  		width: 50%;		
		padding: 10px;	
		}	
		
	
}


@media (min-width: 992px) {
	
.body {
		width: 100%;	
	 	height: 1300px;
		
		}
	
.page-top {    
		padding-left: 10%;
		padding-right: 10%;
		}
	
.bg-dark {		
		width: 100%;
		padding-left: 20px;
		padding-right: 40px;
		margin-left: auto;
		margin-right: auto;
		}
	
.row {	
		width: 70%;
		padding: 0;
		height: auto;
		margin: auto;
		}		
	
	/*
.column {
  		float: left;
  		width: 50%;		
		padding: 10px;		
		}	
*/
	

}


@media (min-width: 1200px) {
	
.body {
		width: 100%;
		height: 1450px;	
		}
	
.page-top {    
		padding-left: 13%;
		padding-right: 13%;
		}
	
.bg-dark {		
		width: 100%;
		padding-left: 20px;
		padding-right: 40px;
		margin-left: auto;
		margin-right: auto;
		}	
	

}


}