html, body {
    height: 100%;
    padding:0;
    margin: 0;
    text-align:center;
}
.container{
	width:100%;
	position:fixed;
	bottom:0;
}

.logo{
	width:100%;
	
}

div {
    width: 25%;
    float: left;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
	margin-bottom:10px;
	
	
}

@media screen and (max-width: 1400px) {
 /*   div {
        width: 50%;
        height: 50%;
        float: left;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        display: flex;
    }*/
}

@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 900px) {

}

@media screen and (max-width: 800px) {
    /*div {
        width: 100%;
        height: 50%;
        float: left;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        display: flex;
    }*/
}
@media screen and (max-width: 700px) {

}

@media screen and (max-width: 600px) {

}


#div1 {
}

#div2 {
}

#div3 {
}

#div4 {
}

#div5 {
}
#div1,#div2,#div3,#div4,#div5.img{cursor:crosshair;}

/*GrayScale*/
.column#grayscale img {
	-webkit-filter: grayscale(90%);
	filter: grayscale(90%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.column#grayscale:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
