@charset "utf-8";

.wrapper{
	max-width: 1170px;
	margin-left:auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
}

body {
	background-color: lightcyan;
	position: relative;
}

h1 {
  color: lightcyan;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

p {
  color: black;
}

img {
  border: 3px dashed rgb(62, 60, 60);
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

.image-row{
	display: flex;
	justify-content:space-around;
	margin-bottom: 20px;
}
.footer {
	text-align: center;
	font-size: x-small;
	color:rgb(107, 97, 85);
}

*{
	box-sizing:border-box;
}

div.gallery {
	border: none;
  }
  
  div.gallery:hover {
	border: none;
  }
  
  div.gallery img {
	width: 75%;
	height: auto;
  }

  
  div.desc {
	padding: 15px;
	text-align: left;
  }
  
  * {
	box-sizing: border-box;
  }
  
  .responsive {
	padding: 0 6px;
	float: left;
	width: 24.99999%;
  }

  @media only screen and (max-width: 700px) {
	.responsive {
	  width: 49.99999%;
	  margin: 6px 0;
	}
  }
  
  @media only screen and (max-width: 500px) {
	.responsive {
	  width: 100%;
	}
  }
  
  .clearfix:after {
	content: "";
	display: table;
	clear: both;
  }
  