body {
    background-color:black;
    min-height: 100vh;
    font: normal 16px sans-serif;
}

.gallery-container h1 {
    background-color: black;
    text-align: center;
    margin-top: 120px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
    color:white;
}

.gallery-container p.page-description {
    background-color: black;
    text-align: center;
    margin: 30px auto;
    font-size: 18px;
    color:white;
}

/* Styles for the gallery */

.tz-gallery {
    max-width: : 50%;
    background: black;
    padding: 40px;
    color:black;
}

.tz-gallery .thumbnail {
    max-width:100%;
    background: black;
    padding: 0;
    margin-bottom: 30px;
    border: none;
}

.tz-gallery img {
    max-width: : 750px;
    height: auto;
    border-radius: 2px;
}

.tz-gallery .caption{
    background-color: black;
    padding: 26px 30px;
    text-align: center;
}

.tz-gallery .caption h3 {
    background: black;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    color:white;
}

.tz-gallery .caption p {
    background: black;
    font-size: 12px;
    color:white;
    margin: 0;
    color:white;
}

.baguetteBox-button {
    background-color: transparent !important;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
