body {
	min-height: 100%;
	height: auto;
	margin: auto;
	width: 1200px;
	font-family: Inter, sans-serif;
background: #ffffff;
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(196, 255, 224, 1) 100%);
background-size: cover;
background-attachment: fixed;
}

a {
	text-decoration: none;
}

ul {
	list-style-type: none;
	color: white;
	padding: 10px;
	background-color: #786558;
    margin-bottom: 0px;
}

li {
	font-weight: 600;
	display:inline;
	padding: 12px;
}

li a {
	color: white;
	text-decoration: none;
}

li a:hover {
	text-shadow: 0px 0px 5px white;
}

li p {

}
		
.active {
  text-shadow: 0px 0px 5px #5b5b5b;
}

.head {
	width: 1200px;
	margin-bottom: 0px;
}

.headtxt {
	  position: relative;
  text-align: center;
  color: white;
  margin-bottom: 0px;
}

.headtxt2 {
	 position: absolute;
  bottom: 24px;
  left: 24px;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 0px;
  font-family: Urbanist, sans-serif;
}

.headtxt3 {
  position: absolute;
  bottom: 8px;
  right: 16px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  margin-right: -9px;
}

.indexmeow {
    padding: 2px;
	padding-left: 30px;
	margin: -4px 0 20px 0;
	background-color: white;
}

.headtxt3 {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

html {
	height: auto;
}

.mraow {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

hr {
	margin-bottom: 17px;
}

.copy {
	font-size: 13px;
	color: rgba(0, 0, 0, 0.4);
}

p.mtext1 {
	line-height: 16px;
	margin-bottom: -6px;
}

p.mtext13 {
	line-height: 16px;
}

p.mtext2 {
	line-height: 24px;
}

div.picbox {
  float: left;
  margin: 5px;
  width: 280px;
  margin-right: 15px;
}

div.picbox-tall {
  float: left;
  margin: 5px;
  width: 220px;
    margin-right: 15px;
}

div.picbox img {
  display: inline-block;
  width: 100%;
  height: auto;
}

div.picbox-tall img {
  display: inline-block;
  width: 100%;
  height: auto;
}

p.mtext11 {
	display: inline;
	line-height: 4px;
}

p.mtext12 {
	line-height: 24px;
}

div.indexmeow h2 {
	margin-top: 13px;
	margin-bottom: 3px;
}

div.picbox3 {
  float: left;
  margin: 5px;
  width: 360px;
  margin-right: 15px;
}

div.picbox3 img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.pics {
display: inline-block;
}

figcaption {
	font-size: 13px;
}