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

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
    color: #58595a;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 30px auto;
    font-size: 18px;
    color: #85878c;
}

/* Styles for the gallery */

.tz-gallery {
    padding: 40px;
}

.tz-gallery .thumbnail {
    padding: 0;
    margin-bottom: 30px;
    border: none;
}

.tz-gallery img {
    border-radius: 2px;
	border-style: solid; 
	border-width: 1px; 
	border-color: #000000
}

.tz-gallery .title {
	color: black;
	font-size: 20px;
	font-weight: bold; 
	font-style: italic
}

.tz-gallery .date {
	color: black;
	font-size: 20px;
	font-weight: normal;	
}

.tz-gallery .medium {
	color: black;
	font-size: 18px;
	font-style: italic
}

.tz-gallery .dimensions {
	color: black;
	font-size: 18px;
}

.tz-gallery .description {
	color:#222222;
	font-size: 14px;
}

.tz-gallery .caption{
    padding: 26px 30px;
    text-align: left;
}

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

.tz-gallery .caption p {
    font-size: 12px;
    color: #7b7d7d;
    margin: 0;
}

.baguetteBox-button {
    background-color: transparent !important;
}
.form-sec{
	width:400px; background:#ccc; padding:15px;width: 400px;
    background: #f8f9fa;padding: 15px;box-shadow: 0 0 4px #ccc;
}