@charset "utf-8";
/* Gallery page CSS */

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 bar settings */

.bg-dark {
  	background-color: #000 !important;
	width: 100%;
	font-size: 140%;
	}


.navbar navbar-expand-lg navbar-dark bg-dark {
	background: white;	
	}

.collapse navbar-collapse {
	width: auto;	
	}

.my-sm-0 {
	border: none;
	font-size: 150%;	
	}

.h2 {
	text-align: center;
	/* height: 150px; */
	color: #ccc;
	font-size: 2em;
	padding-top: 55px;
	padding-bottom: 25px;	
	background-image: -webkit-linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0));
	background-image: -o-linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0));
	background-image: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0));;
	}

.row {	
	width: 80%;
	padding-top: 1.7%;
	height: auto;
	margin: auto;
	align-content: center;	
	}

.col-md-4 {
	width:100%;
	height: auto;
	margin: 0;
	padding: 0;	
	align-content: center;
	text-align: center;	
	}

.gallery-image {
	width: 100%;
	height: auto;
	border: 1px solid #555;	
	}

.gallery-title {
	font-size: 1.2em;
	color: #eee;
	padding-top: 5%;	
	}


@media (max-width: 576px) {
	
 .logo-image {	  
	display: block;
    margin-left: auto;
    margin-right: auto; 
    width: 100%;
	Height: auto;
}
	
.row {	
	width: 80%;
	padding-top: 4%;
	height: auto;
	margin: auto;	
}
}


@media (min-width: 576px) {
	
.body {
	width: 100%;
	height: auto;
	margin-right: 0;
	margin-left: 0;
	background-color: #000;
	color: #eee;
	background-image: url("../images/supporting_images/site_background.jpg");
	background-position: center;
  	background-repeat: no-repeat;
	background-size: cover;		
	}	

.row {	
	width: 90%;		
	}
	
.col-md-4 {
	width: 33%;
	height: auto;
	padding: 0;	
	margin-left: 0;
	margin-right: 0;	
	text-align: center;	
	}

.gallery-image {
	width: 80%;
	height: auto;
	border: 1px solid #555;	
	}
	
.page-top {    
	padding-left: 10%;
	padding-right: 10%;	
	}	
}


@media (min-width: 768px) {
	
.body {
	width: 100%;
	height: auto;
	margin-right: 0;
	margin-left: 0;
	background-color: #000;
	color: #eee;
	background-image: url("../images/supporting_images/site_background.jpg");
	background-position: center;
  	background-repeat: no-repeat;
	background-size: cover;	
	}
		
.page-top {    
	padding-left: 10%;
	padding-right: 10%;	
	}
}

@media (min-width: 992px) {
	
.page-top {    
	padding-left: 7%;
	padding-right: 7%;	
	}
}

@media (min-width: 1200px) {
	
.body {
	width: 100%;		
	color: #fff;
	background-image: url("../images/supporting_images/site_background.jpg");	
	}
	
.page-top {    
	padding-left: 15%;
	padding-right: 15%;	
	}
	
.row {	
	width: 70%;
	padding-top: 2%;
	height: auto;
	margin: auto;	
	}	

.col-md-4 {
	width: 70%;
	height: auto;
	padding: 0;	
	align-content: center;
	text-align: center;	
	}

.gallery-image {
	width: 90%;
	height: auto;
	border: 1px solid #555;	
	}	
}
