.ingal{
	padding-top: 30px;
}
.pav{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.cinpav{
	display: flex;
	flex-direction: row;
}
.cinpav div{
	padding-right: 5px;
	padding-left: 5px;
}
.inpav{
	display: flex;
	flex-direction: row;
}
.inpav h1{

	border-top:2px solid #F7F5E6;
	border-bottom:2px solid #F7F5E6;
	border-left:2px solid #F7F5E6;
	font-size: 20px;
	font-family: Muli;
	padding-left:  8px;
	padding-right: 8px;
	padding-bottom: 8px;
}
.inpav h1:hover{
	cursor: pointer;
	border-bottom: 2px solid #37374C;
}
.inpav:nth-child(1) h1{
	border-bottom:2px solid #37374C;
}
.photos{
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	width: 1200px;
	margin-top: 55px;
	margin-left: auto;
	margin-right: auto;
}
.albums{
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	width: 1200px;
	margin-top: 55px;
	margin-left: auto;
	margin-right: auto;
}
.videos{
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	width: 1200px;
	margin-top: 55px;
	margin-left: auto;
	margin-right: auto;
}
.cols{
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 32%;
    overflow: hidden;
}
.c11{
	background-image: url("img/Picture1.png");
	background-repeat: no-repeat;
	width: 100%;
	height: 400px;
	background-position: center center;
	background-size: cover;
	display: flex;
	overflow: hidden;
	    transition: transform .2s;
}
.c12{
	background-image: url("img/Picture2.jpg");
	background-repeat: no-repeat;
	width: 100%;
	height: 300px;
	background-position: center center;
	background-size: cover;
	display: flex;
	overflow: hidden;
    margin-top: 15px;
        transition: transform .2s;
}
.c13{
	background-image: url("img/Picture8.jpg");
	background-repeat: no-repeat;
	width: 100%;
	height: 250px;
	background-position: center center;
	background-size: cover;
	display: flex;
    margin-top: 15px;
    overflow: hidden;
        transition: transform .2s;
}
.c21{
	background-image: url("img/cover1.jpg");
	background-repeat: no-repeat;
	width: 100%;
	height: 500px;
	background-position: center center;
	background-size: cover;
	display: flex;
	overflow: hidden;
	    transition: transform .2s;
}
.c22{
	background-image: url("img/Picture6.jpg");
	background-repeat: no-repeat;
	width: 100%;
	height: 300px;
	background-position: center center;
	background-size: cover;
	display: flex;
	margin-top: 15px;
	overflow: hidden;
	    transition: transform .2s;
}
.c23{
	background-image: url("img/Picture5.jpg");
	background-repeat: no-repeat;
	width: 100%;
	height: 150px;
	background-position: center center;
	background-size: cover;
	display: flex;
	margin-top: 15px;
	overflow: hidden;
	    transition: transform .2s;
}
.c31{
	background-image: url("img/Picture3.jpg");
	background-repeat: no-repeat;
	width: 100%;
	height: 250px;
	background-position: center center;
	background-size: cover;
	display: flex;
	overflow: hidden;
	    transition: transform .2s;
}
.c32{
	background-image: url("img/Picture7.jpg");
	background-repeat: no-repeat;
	width: 100%;
	height: 400px;
	background-position: center center;
	background-size: cover;
	display: flex;
    margin-top: 15px;
    overflow: hidden;
        transition: transform .2s;
}
.c33{
	background-image: url("img/Picture4.jpg");
	background-repeat: no-repeat;
	width: 100%;
	height: 300px;
	background-position: center center;
	background-size: cover;
	display: flex;
    margin-top: 15px;
    overflow: hidden;
    transition: transform .2s;
}
.cols a{
	overflow: hidden;
}
#zoom:hover {
    transform: scale(1.25    transition: transform .2s;); 
}
.cols video{
	overflow: hidden;
}