@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #FFF5D6;
}
body {
  font-family: 'Chango', cursive;
  color: #88191B;
}
#wrapper {
  margin: auto;
  width: 1100px;
}
header {
  text-align: center;
  text-shadow: 3px 3px rgba(195, 127, 119, 0.5);
  font-size: 28px;
  height: 200px;
  line-height: 200px;
  margin-top: 40px;
}
#menu {
  z-index: 1;
}
nav {
  width: 100%;
}
nav ul {
  list-style: none;
  text-align: center;
}
nav ul li {
  font-family: 'Vollkorn', serif;
  letter-spacing: 2px;
  font-weight: 900;
  font-size: 25px;
  line-height: 50px;
  height: 50px;
  width: 200px;
  display: inline-block;
  margin-right: -4px;
}
nav a {
  text-decoration: none;
  color: #88191B;
  display: block;
}
nav a:hover {
  color: #C46575;
  cursor: url("images/folk2.png"), auto;
}
nav ul ul {
  display: none;
  position: absolute;
  width: inherit;
}
nav ul li:hover ul {
  display: block;
}
nav ul li ul li {
  display: block;
}
section {
  margin: auto;
  padding: 110px;
  width: 1200px;
  height: 300px;
  z-index: -1;
  align-content: center;
}
section :hover {
  cursor: url("images/folk2.png"), auto;
}
.box {
  width: 220px;
  height: 220px;
  overflow: hidden;
  margin: 40px;
  position: relative;
  display: inline-block;
}
.inner {
  display: table;
  width: 100%;
  height: 100%;
}
.text {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #EDB5B6;
  opacity: 0;
}
.text:hover {
  opacity: 0.9;
}
.box .text {
  position: absolute;
  width: 100%;
  height: 100%;
}
.text a {
  text-align: center;
  font-family: 'Vollkorn', serif;
  font-size: 25px;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 2px;
  line-height: 110%;
  color: #C46575;
}
#one {
  background-image: url("images/redvelvetcake.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
#two {
  background-image: url("images/redvelvetbit1.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
#three {
  background-image: url("images/redvelvetbit2-2.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
article {
  padding-top: 150px;
  padding-right: 90px;
  text-shadow: 2px 2px rgba(195, 127, 119, 0.5);
  font-size: 30px;
  text-align: right;
}