@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Chango', cursive;
  color: #88191B;
  background-color: #FFF5D6;
}
p a:hover {
  cursor: url("images/folk2.png"), auto;
	display: inline-block;
}

.contact{ color: #C46575; 
	text-decoration: none;}


header nav {
  width: 98%;
  margin: 10px auto;
  min-width: 1100px;
  height: 50px;
}
header nav ul {
  list-style: none;
  text-align: center;
  background-color: rgba(202, 187, 138, 0.20);
  border-radius: 4px;
}
header 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;
}
header nav a {
  text-decoration: none;
  color: rgba(136, 25, 27, 0.80);
  display: block;
}
header nav a:hover {
  color: #FFF5D6;
  border-radius: 4px;
  cursor: url("images/folk2.png"), auto;
  background-color: rgba(136, 25, 27, 0.80);
}
header nav ul ul {
  display: none;
  position: absolute;
  width: inherit;
}
header nav ul li:hover ul {
  display: block;
}
header nav ul li ul li {
  display: block;
}
#title {
  text-align: center;
  text-shadow: 3px 3px rgba(195, 127, 119, 0.5);
  font-size: 30px;
  height: 200px;
  line-height: 200px;
  margin-top: 40px;
}
article {
  font-size: 20px;
  text-align: left;
  font-family: 'Vollkorn', serif;
  width: 800px;
  margin: auto;
}
img {
  margin-top: 20px;
  margin-bottom: 30px;
}
h2 {
  text-align: center;
}
section {
  margin: auto;
  padding: 50px 0 0 50px;
  width: 1100px;
  height: 200px;
}
section :hover {
  cursor: url("images/folk2.png"), auto;
}
.box {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 50px;
  position: relative;
  display: inline-block;
}
.inner {
  display: table;
  width: 100%;
  height: 100%;
}
.text {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF5D6;
  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: 20px;
  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;
}
#four {
  background-image: url("images/redvelvetbit5.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
