
body {
	
	  background-image: linear-gradient(to top, #030129 -10%, #030129 60%, #030129 100%);
	}

.container.gallery-container {
    background-color:#F2F2F0;
    color: #35373a;
    border-radius: 20px;
	min-width: 80%;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);

	
	
}

.container.gallery-container2 {
    background-color: #F2F2F0;
    color: #353540;
    min-height: 50vh;
    border-radius: 10px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
	padding: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

.container.gallery-container2av {
    background-color:#F2F2F0;
    color: #35373a;
    border-radius: 10px;
	padding: 20px;
	min-width: 80%;
	

	
}
.container.gallery-container3 {
    background-color:  #304269;
    color: #353540;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
	padding: 20px;
	min-width: 80%;
	
	
}
.container.gallery-container03 {
    background-color:  #304269;
    color: #353540;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
	padding: 20px;
	min-width: 80%;
	
	
}
.container.gallery-container4 {
    background-color: #111111;
    color: #353540;
    min-height: 100%;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
	padding: 30px;
	padding-top: 30px;
	padding-bottom: 50px;
	
}

.gallery-container h1 {
    text-align: center;
    margin-top: 0px;
 
	
}
.gallery-container2 h1 {
    text-align: center;
    margin-top: 0px;
   
   
	
}

.gallery-container p.page-description {
    text-align: center;
    max-width: 800px;
    margin: 5px auto;
    color: #888;
    font-size: 18px;
}

.tz-gallery .row > div {
    padding: 0px;
	
	
}

.tz-gallery .lightbox img {
    width: 100%;
    margin: 0px;
background-color: #F2B705;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
	
}


.tz-gallery .lightbox img:hover {
    transform: scale(0.95);
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
	background-color: #F2B705;
}

.tz-gallery img {
    border-radius: 4px;
	padding: 0px;
}
.tz-gallery iframe {
    border-radius: 8px;
}

.baguetteBox-button {
    background-color: transparent !important;
	
}