.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-top-10 {
  margin-top: 10px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-top-10 {
  padding-top: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-top-20 {
  margin-top: 20px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-top-20 {
  padding-top: 20px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-top-30 {
  margin-top: 30px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-top-30 {
  padding-top: 30px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-top-40 {
  margin-top: 40px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-top-40 {
  padding-top: 40px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-top-50 {
  margin-top: 50px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-top-50 {
  padding-top: 50px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-top-60 {
  margin-top: 60px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-top-60 {
  padding-top: 60px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-top-70 {
  margin-top: 70px;
}

.padding-bottom-70 {
  padding-bottom: 70px;
}

.padding-top-70 {
  padding-top: 70px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-top-80 {
  margin-top: 80px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-top-80 {
  padding-top: 80px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.margin-top-90 {
  margin-top: 90px;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

.padding-top-90 {
  padding-top: 90px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.margin-top-100 {
  margin-top: 100px;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

.padding-top-100 {
  padding-top: 100px;
}

.margin-bottom-150 {
  margin-bottom: 150px;
}

.margin-top-150 {
  margin-top: 150px;
}

.padding-bottom-150 {
  padding-bottom: 150px;
}

.padding-top-150 {
  padding-top: 150px;
}

.margin-bottom-200 {
  margin-bottom: 200px;
}

.margin-top-200 {
  margin-top: 200px;
}

.padding-bottom-200 {
  padding-bottom: 200px;
}

.padding-top-200 {
  padding-top: 200px;
}

.margin-bottom-250 {
  margin-bottom: 250px;
}

.margin-top-250 {
  margin-top: 250px;
}

.padding-bottom-250 {
  padding-bottom: 250px;
}

.padding-top-250 {
  padding-top: 250px;
}

.margin-bottom-300 {
  margin-bottom: 300px;
}

.margin-top-300 {
  margin-top: 300px;
}

.padding-bottom-300 {
  padding-bottom: 300px;
}

.padding-top-300 {
  padding-top: 300px;
}

.margin-bottom-400 {
  margin-bottom: 400px;
}

.margin-top-400 {
  margin-top: 400px;
}

.padding-bottom-400 {
  padding-bottom: 400px;
}

.padding-top-400 {
  padding-top: 400px;
}

.margin-bottom-500 {
  margin-bottom: 500px;
}

.margin-top-500 {
  margin-top: 500px;
}

.padding-bottom-500 {
  padding-bottom: 500px;
}

.padding-top-500 {
  padding-top: 500px;
}

body {
  margin: 0;
}

.cursive {
  font-family: 'Sacramento', cursive;
}

.main-header {
  padding: 250px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(../img/dark-cake.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/dark-cake.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}

.main-header h1 {
  color: white;
}

.main-header h1 .cursive {
  font-size: 10rem;
  font-weight: bold;
}

.main-header p {
  color: white;
  font-size: 2.5rem;
  font-weight: 500;
}

.nav-btn {
  position: fixed;
  top: 15px;
  right: 15px;
}

.instructions {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 500px;
  height: 100vh;
  background: #f2f1ef;
  padding: 2rem;
  color: #1a1919;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all ease 0.45s;
  transition: all ease 0.45s;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 105;
  -webkit-box-shadow: -15px 0 24px 2px rgba(0, 0, 0, 0.2);
          box-shadow: -15px 0 24px 2px rgba(0, 0, 0, 0.2);
}

.instructions.hidden {
  -webkit-transform: translateX(102%);
          transform: translateX(102%);
}

.instructions .bonus {
  margin-top: 4rem;
  border-top: 1px solid #2e2e2d;
}

.card {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card h3,
.card h4,
.card h5,
.card p {
  padding: 0 8px;
}

.card:hover {
  margin-top: -1.2rem;
}

@media only screen and (max-width: 1100px) {
  .card:hover {
    margin-top: 0rem;
  }
}

.text-center {
  text-align: center;
}

.text-white {
  color: white;
}

.how-its-made {
  background-image: url(../img/doh.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
}

.how-its-made h1,
.how-its-made h2,
.how-its-made h3,
.how-its-made h4,
.how-its-made h5,
.how-its-made h6,
.how-its-made p,
.how-its-made a {
  color: white;
}

.colour-paper {
  position: relative;
  overflow: hidden;
}

.colour-paper img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.colour-paper h4 {
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
}

.colour-paper .inner {
  position: absolute;
  top: 1rem;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px 30px;
}

.colour-paper .hide {
  display: none;
}

.colour-paper:hover .hide {
  display: block;
  position: absolute;
  bottom: 0rem;
  padding: 10px 30px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

#slideshow {
  margin: 50px auto;
  position: relative;
  width: 100%;
  height: 700px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#slideshow div {
  position: absolute;
}

.shim {
  max-width: 600px;
}

#slide1,
#slide2,
#slide3 {
  width: 100%;
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 20px;
}

#slide1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("../img/cake-pops.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cake-pops.jpg");
}

#slide2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("../img/large-cake.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/large-cake.jpg");
}

#slide3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("../img/dark-cake.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/dark-cake.jpg");
}

.slidec {
  width: 100%;
  height: 700px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#blog1 {
  width: 67%;
}

#blog2,
#blog3 {
  width: 33%;
}

.blog4 {
  width: 50%;
}

@media only screen and (max-width: 1100px) {
  #blog1,
  #blog2,
  #blog3,
  #blog4 {
    width: 100%;
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=styles.css.map */