*{
	padding: 0px;
	margin: 0px;
}
body{
	font-family: "Roboto", sans-serif;
	background-color: #dbddf1;
}
.gallery{
	padding: 80px 0px;
}
img{
	max-width: 100%;
}
.gallery img{
	background: #fff;
	padding: 15px;
	width: 100%;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	cursor: pointer;
}
#gallery-popup .modal-img{
	width: 100%;
}

.small-box {
	max-width: 400px;
}

.dark-box {
	background-color: #333333;
	color: white;
}

.embed-video {
	width: 1280px;
	height: 720px;
	margin: auto 0;
}

video {
	width:1280px;	

}
