nav {
    font-family:sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size:16px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
a{
    color:#404141 !important;
}

/*body{
    background:url("../img/bck.jpg");

}*/

body{
  background:#eee;
}

img {
  height: 250px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -219px;
  margin-top: -125px;
}

button{
  right:20px;
  bottom:20px;
  position:absolute;
}

.box img{
    height:200px;
}

.box{
    height:250px;
	border-radius:15px;
	box-shadow:0 0 5px 0px rgba(0,0,0,0.2);
	margin:15px 0;
	cursor:pointer;
	transition: all 200ms;
	position:relative;
}

.box label {
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
  font-family: open sans;
  font-weight: 400;
}

.box:hover{
	box-shadow:0 0 5px 0px rgba(0,0,0,0.4);
}