@charset "utf-8";
/* FINAL-GALLERY 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%;	
}

.h2 {	
	text-align: center;
	/* height: 135px; */
	color: #ccc;
	font-size: 2em;
	padding-top: 55px;
	padding-bottom: 25px;
	background-image: linear-gradient(
	to bottom,
	rgba(0,0,0,1), rgba(0,0,0,0));
	}

.row {	
	display: flex;
  	align-content: center;
	width: 100%;	
	}

.column {	
  	width: 80%;
	margin: auto;
	}

/* controls the grid images */

.image-V {	
	width: 65%;	
	/* height: 90%; */
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	border: 1px solid #ccc;
	}
	
.image-H {
	width: 100%;
	margin-top: 0;
 	border: 1px solid #ccc;
	}
	
	/* control the big image in MODAL CONTENT */

.image-large-H {
	border: 1px solid #bbb;
	width: 100%;
	Display: block;	
	margin-top: 12%;		
	}

.image-large-V {
	border: 1px solid #bbb;
	/* width: 350px;	*/
	width: 80%;
	Display: block;	
	margin-top: 12%;
	margin-left: auto;
    margin-right: auto;
	}

.footer {
	padding-top: 2%;		
	}

/* The Modal (background) */

.modal {
  	display: none;
  	position: fixed;
  	z-index: 1;  	
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
  	overflow: auto;	
	background-color: rgba(0, 0, 0, .8);
	}

/* Modal Content ... set big image size here */

.modal-content {
  	/* position: relative; */
	position: relative;
	align-content: center;  
  	margin: auto;
	margin-top: 20px;
  	padding: 0;
  	width: 90%;
  	max-width: 1200px;	/* big image width setting */	  	
	background-color: rgba(0, 0, 0, 1);
	}

.final-caption {
	width: 100%;
	font-size: 1.6em;
	text-align: center;
	color: #eee;
	background-color: #111;	
	margin: 0;
	margin-top: 3%;
	padding: 10px 10px;	
	padding-top: 15px;
	border-left: 5px solid #000;
	border-right: 5px solid #000;
	}

.caption-text {
	width: 100%;
	height: auto;
	font-size: 1.2em;
	color: #BFBCBC;	
	text-align: left;	
	background-color: #111;
	margin: 0 auto;
	padding: 5px 2%;
	border-left: 5px solid #000;
	border-right: 5px solid #000;
	}

.sales-line {
	font-size: 1.1em;
	color: #969BCA;
	background-color: #111;
	text-align: center;
	padding: 40px 0;
	border-left: 5px solid #000;
	border-right: 5px solid #000;
	}

/* Previous button */
.prev {
  	cursor: pointer;
  	position: absolute;
  	top: 0px;
  	left: 30%;	
  	width: auto;
  	padding: 0 15px;
  	margin: 0;	
  	color: white;
  	font-weight: bold;
  	font-size: 20px;
  	transition: 0.6s ease;
  	border-radius: 0 3px 3px 0;
  	user-select: none;
  	-webkit-user-select: none;
	}

/* Next button */
.next {
	cursor: pointer;
  	position: absolute;
  	top: 0;
	right: 30%;	
  	width: auto;	
  	padding: 0 15px;
  	margin: 0;
  	color: white;
  	font-weight: bold;
  	font-size: 20px;
  	transition: 0.6s ease;
  	border-radius: 0 3px 3px 0;
  	user-select: none;
  	-webkit-user-select: none;
	}

.mySlides {
	height: auto;
	}

/* The Close Button */

.close {
	position: absolute;		
	top: 0px;		
	right: 0%;	
	margin: 0;
	padding: 0;	
  	color: #fff;
	z-index: 1;	
  	font-size: 2em;
  	font-weight: bold;	
	background-color: rgba(0, 0, 0, 0.3);
	}	
	
.numbertext {
  	color: #f2f2f2;
  	font-size: 15px;
  	padding: 8px 0;
  	position: absolute;
  	top: 0;
	left: 2%;
	}	

.close:hover,
.close:focus {
  	color: #999;
  	text-decoration: none;
  	cursor: pointer;
	}

.cursor {
  	cursor: pointer;	
	}

/* The Modal (background) */
	
.close-cursor {	
	height: auto;
	width: auto;
	align-self: center;			
	}	

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  	background-color: rgba(0, 0, 0, 0.8);
	}

.active,
.demo:hover {
  	opacity: 1;
	}

img.hover-shadow {
  	transition: 0.3s;
	}

.hover-shadow:hover {
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	
/*........ begin media quiry ........ */


@media (max-width: 576px) {
	
.logo-image {	  
		display: block;
    	margin-left: auto;
    	margin-right: auto; 
    	width: 100%;
		Height: auto;
		}
	
.h2 {
		padding-top: 30px;
		}
	
.row {	
		width: 85%;
		padding: 0;
		height: auto;
		margin: auto;	
		}	
	
.column {
  		float: left;
		width: 100%;
		margin: 0;
		padding: 10px;	
		}	

}


@media (min-width: 576px) {
	
.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;	
		}	
	
.image-large-H {
		border: 1px solid #bbb;
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 8%;	
		}	

.image-large-V {	
		width: 70%;		
		margin-top: 8%;	
		}	
	
.numbertext {
		color: #f2f2f2;
		font-size: 12px;
		padding: 8px 0;
		position: absolute;
		top: 0;
		left: 0;
		}		

}



@media (min-width: 768px) {
	
.body {
		height: 1250px;	
		}

.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: 25%;		
		padding: 10px;	
		}	
		
.image-large-H {
		border: 1px solid #bbb;
		width: 80%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 1%;	
		}	

.image-large-V {	
		width: 380px;	
		margin-top: 1%;	
		}
	
.prev {  	
		top: 50px;
		left: 2%;
		width: 50px;
		padding: 5px 20px; 
		}

/* Next button */
	
.next {	
		top: 50px;
		right: 2%; 		
		padding: 5px 20px;
		}
	
.close {		
		right: 1%;	
		margin-right: auto;
		margin-left: 98%;
		padding: 0 15px;  	
		}	
	
.numbertext {
		color: #f2f2f2;
		font-size: 15px;
		padding: 8px 12px;
		position: absolute;
		top: 0;
		left: 1%;
		}
	
.caption-text {
		padding: 5px 10%;
		}	
	
}


@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: 25%;		
		padding: 10px;		
		}	

.image-large-H {
		border: 1px solid #bbb;
		width: 85%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 1%;	
		}	

.image-large-V {		
		width: 45%;
		margin-top: 1%;	
		}
	
.caption-text {
		padding: 5px 7%;
		}	

}


@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;
		}	
	

}


