body {
  color: #6B6D76;
  font-size: 15px;
  height: 100%;
  font-family: "Raleway", sans-serif;
  margin: 0; }

html {
  height: 100%;
  margin: 0; }

.white {
  color: #fff; }

.blue {
  color: #251E51; }

.pink {
  color: #EBA89F; }

.brown {
  color: #A69888; }

.light-pink {
  color: #fbdcd8; }

.no-padding {
  padding: 0; }

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

.bg-shadow-blue {
  box-shadow: 0 3000px rgba(37, 30, 81, 0.3) inset; }

.bg-shadow-pink {
  box-shadow: 0 3000px rgba(252, 191, 183, 0.3) inset; }

.bg-shadow-brown {
  box-shadow: 0 3000px rgba(166, 152, 136, 0.7) inset; }

.bg-shadow-grey {
  box-shadow: 0 3000px rgba(107, 109, 118, 0.3) inset; }

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

/* logo square */
.home-link {
  width: 175px;
  height: 160px;
  position: fixed;
  z-index: 1500;
  margin-top: 20px;
  background-color: #fbdcd8;
  padding: 7px;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out; }

.home-smaller {
  width: 115px;
  height: 103px;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out; }

/* fonts */
h1 {
  font-family: "Great Vibes", cursive;
  font-size: 50px; }

h2 {
  font-family: "Great Vibes", cursive;
  font-size: 50px; }

h2 {
  display: table;
  white-space: nowrap;
  margin: auto;
  margin-bottom: 25px; }
  h2:before, h2:after {
    border-top: 1px solid #EBA89F;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.5em;
    width: 25%; }
  h2:before {
    right: 1.5%; }
  h2:after {
    left: 1.5%; }

h4 {
  font-family: "Great Vibes", cursive;
  font-size: 40px; }

p {
  font-size: 17px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  line-height: 1.5; }

p.heading {
  font-size: 37px;
  font-weight: 400;
  font-family: "Great Vibes", cursive;
  margin-bottom: 5px; }

p.small {
  font-size: 17px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: #6B6D76; }

.list li {
  list-style: none;
  font-size: 17px;
  line-height: 2; }

.list li::before {
  content: url(../images/bullet.png);
  top: 5px;
  left: -3%;
  padding-top: 10px;
  position: relative; }

/* buttons */
.button-round {
  border-radius: 30px;
  border: #EBA89F solid 3px;
  color: #A69888;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 20px;
  font-weight: 300;
  -webkit-box-shadow: 0px 10px 5px -2px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 10px 5px -2px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 10px 5px -2px rgba(0, 0, 0, 0.38);
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  background-color: #9e8d79;
  margin: auto;
  margin-top: 30px; }

.button-round:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  text-decoration: none; }

/* Menu Block */
.menu-block {
  height: 100vh;
  background-color: #fbdcd8;
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  z-index: 1800;
  transform: translateX(100%);
  transition: transform 0.8s cubic-bezier(0.24, 0.72, 0.35, 1.01);
  transition-delay: 0s;
  opacity: 0.9; }
  .menu-block ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .menu-block li {
    padding-bottom: 7px; }
  .menu-block a {
    font-weight: 300;
    padding: 10px 20px 10px 10px;
    text-transform: uppercase;
    font-size: 24px;
    color: #A69888;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out; }
  .menu-block a:hover {
    color: #251E51;
    text-decoration: underline;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    font-weight: 400; }

.menu-inner {
  padding: 20px; }

.fa-times {
  color: #A69888;
  font-weight: 900;
  padding: 10px;
  font-size: 35px;
  cursor: pointer; }

.social {
  color: #A69888;
  border-top: #A69888 solid 1px;
  font-size: 15px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0; }

.social p {
  padding: 20px 20px 0 20px;
  float: left;
  font-weight: 600; }

.social-icon-menu {
  color: #A69888;
  font-weight: 900;
  padding: 20px;
  font-size: 30px;
  cursor: pointer;
  border-left: #A69888 solid 1px;
  float: right;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all 1.5s ease-in-out; }

.social-icon-menu:hover {
  color: #251E51;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out; }

.logo-holder {
  width: 100%;
  text-align: center;
  max-height: 300px; }

.menu-block.active {
  transform: translateX(0);
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out; }

.menu-toggle {
  background-color: #fbdcd8;
  color: #A69888;
  position: fixed;
  z-index: 1500;
  margin-top: 30px;
  padding: 10px 20px;
  right: 0;
  font-size: 22px;
  opacity: 0.9;
  cursor: pointer;
  cursor: pointer; }
  .menu-toggle .fa-bars {
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 25px; }

/* footer */
p.logo-text {
  font-family: "Great Vibes", cursive;
  font-size: 30px;
  color: #EBA89F;
  margin: 0;
  padding: 0; }

p.copyright {
  font-size: 12px;
  font-weight: 400;
  color: #A69888;
  margin: 0;
  padding: 0; }

.footer {
  background-color: #fbdcd8;
  padding: 30px 10px;
  width: 100%;
  position: relative;
  bottom: 0; }

.footer-holder {
  border-top: #A69888 solid 1px;
  border-bottom: #A69888 solid 1px;
  padding: 10px 0 5px 0; }

.inner {
  text-align: center; }
  .inner ul {
    margin: 0;
    padding: 0;
    display: inline-block; }
  .inner li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none; }
  .inner a {
    color: #A69888;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    padding: 0 25px 0 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-decoration: none; }
  .inner a:hover {
    color: #251E51;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-decoration: none; }

.top-footer {
  background-color: #fbdcd8;
  padding: 10px;
  width: 100%;
  text-align: center; }
  .top-footer p {
    color: #A69888;
    text-transform: uppercase;
    font-weight: 600;
    font-weight: 300;
    margin: 0; }
  .top-footer span {
    margin-top: -10px; }
  .top-footer .social-icon-footer {
    color: #A69888;
    font-weight: 900;
    padding: 5px 15px;
    font-size: 30px;
    cursor: pointer;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all 1.5s ease-in-out;
    vertical-align: middle; }
  .top-footer .social-icon-footer:hover {
    color: #251E51;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out; }

.contact-details {
  background-color: #fbdcd8;
  padding: 25px; }
  .contact-details p {
    color: #A69888;
    font-family: "Raleway", sans-serif; }
  .contact-details span.contact-info {
    font-size: 25px; }

.contact-holder {
  text-align: center;
  padding: 5px 10px; }

.contact-icon {
  font-weight: 900;
  padding: 5px 10px;
  font-size: 30px;
  color: #A69888;
  vertical-align: middle; }

.social-details {
  background-color: #A69888;
  padding: 25px;
  height: 100%; }
  .social-details p {
    color: #fbdcd8;
    font-family: "Raleway", sans-serif; }
  .social-details span.social-info {
    font-size: 25px;
    color: #fbdcd8; }

.social-icon {
  font-weight: 900;
  padding: 5px 10px;
  font-size: 30px;
  color: #fbdcd8;
  vertical-align: middle; }

/* images animate when on screen */
.inline-photo {
  opacity: 0;
  transition: opacity 1s .75s ease-out; }

.inline-photo h1.white {
  opacity: 0;
  transition: opacity 1.5s 1.75s ease-out; }

.inline-photo.is-visible {
  opacity: 1; }

.inline-photo.is-visible h1.white {
  opacity: 1; }

.item {
  border-radius: 10px; }

.gallery-item {
  cursor: pointer;
  width: 100%;
  height: 100%;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.gallery-item:hover {
  -webkit-box-shadow: inset 200px 200px 174px 145px rgba(250, 229, 226, 0.76);
  -moz-box-shadow: inset 200px 200px 174px 145px rgba(250, 229, 226, 0.76);
  box-shadow: inset 200px 200px 174px 145px rgba(250, 229, 226, 0.76);
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

/* image gallry  */
/* .main-bg {
    background-image: url(../images/cake.jpg);
    background-size: contain;
    box-shadow: 0 3000px rgba(255, 255, 255, 0.9) inset;
}

.top-banner-holder {
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.top-text {
    text-align: center;
}
 */
.txt-holder {
  padding: 20px;
  background-color: #fbdcd8;
  text-align: center; }

/* accordian */
.card {
  border: none;
  border-radius: 0 !important;
  margin-bottom: 1px; }

.card-header {
  padding: .75rem 1.25rem;
  background-color: #fbdcd8;
  border: none; }

.btn-link {
  font-weight: 400;
  color: #A69888;
  text-decoration: none; }

.btn-link:hover {
  font-weight: 600;
  color: #A69888;
  text-decoration: none; }

.product-holder {
  position: relative;
  -webkit-box-shadow: -5px -5px 0px -2px rgba(252, 191, 183, 0.5);
  -moz-box-shadow: -5px -5px 0px -2px rgba(252, 191, 183, 0.5);
  box-shadow: -5px -5px 0px -2px rgba(252, 191, 183, 0.5); }
  .product-holder .txt {
    position: absolute;
    width: 100%;
    height: 100%; }
  .product-holder .txt p {
    position: absolute;
    font-family: "Raleway", sans-serif;
    top: 40%;
    left: 10%;
    right: 10%;
    font-weight: 300;
    padding: 5px 0;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    text-transform: uppercase;
    font-size: 1.4em; }

.product-holder-main {
  position: relative;
  -webkit-box-shadow: -5px -5px 0px -2px rgba(252, 191, 183, 0.5);
  -moz-box-shadow: -5px -5px 0px -2px rgba(252, 191, 183, 0.5);
  box-shadow: -5px -5px 0px -2px rgba(252, 191, 183, 0.5);
  max-height: 300px;
  overflow: hidden; }

.txt-holder-main {
  padding: 20px;
  text-align: center;
  max-height: 300px; }

/* Parllax stuff */
.bgimg-1,
.bgimg-2,
.bgimg-3,
.bgimg-4,
.bgimg-5,
.sm-banner-bgimg-1 {
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.bgimg-1 {
  background-image: url("../images/cake.jpg ");
  min-height: 100%; }

.bgimg-2 {
  background-image: url("../images/cake3.jpg ");
  min-height: 400px; }

.bgimg-3 {
  background-image: url("../images/cake4.jpg ");
  min-height: 400px; }

.sm-banner-bgimg-1 {
  background-image: url("../images/cake3.jpg ");
  min-height: 400px; }

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000; }

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px; }

/* main banner */
.caption-banner {
  position: absolute;
  left: 0;
  top: 80%;
  width: 100%;
  text-align: left;
  color: #000;
  padding-left: 50px;
  background: rgba(235, 168, 159, 0.9);
  background: -moz-linear-gradient(45deg, rgba(235, 168, 159, 0.9) 0%, rgba(231, 56, 39, 0) 61%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(235, 168, 159, 0.9)), color-stop(61%, rgba(231, 56, 39, 0)));
  background: -webkit-linear-gradient(45deg, rgba(235, 168, 159, 0.9) 0%, rgba(231, 56, 39, 0) 61%);
  background: -o-linear-gradient(45deg, rgba(235, 168, 159, 0.9) 0%, rgba(231, 56, 39, 0) 61%);
  background: -ms-linear-gradient(45deg, rgba(235, 168, 159, 0.9) 0%, rgba(231, 56, 39, 0) 61%);
  background: linear-gradient(45deg, rgba(235, 168, 159, 0.9) 0%, rgba(231, 56, 39, 0) 61%); }

.caption h1 {
  background: rgba(235, 168, 159, 0.5);
  text-shadow: 2px 2px 4px black;
  font-size: 80px;
  display: block;
  padding: 20px 30px;
  margin: 0 auto;
  width: 60%; }

.caption p {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.56); }

/* products page */
.cake-link {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  margin: 10px 10px;
  border: #fbdcd8 1px solid;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }
  .cake-link a {
    font-size: 15px;
    color: #6B6D76;
    text-decoration: none;
    padding: 20px;
    display: table-cell; }

.cake-link:hover {
  background-color: #fbdcd8;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  font-weight: 400; }

.cake-buttons {
  display: flex;
  justify-content: center; }

/* banner stuff */
.sm-banner-bgimg-1 .caption {
  top: 40%; }

.sm-banner-bgimg-1 h1 {
  background: rgba(235, 168, 159, 0.5);
  text-shadow: 2px 2px 4px black;
  font-size: 80px;
  display: block;
  padding: 20px 30px;
  margin: 0 auto;
  width: 60%; }

/* image gallry grid */
.gg-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-auto-rows: 300px;
  grid-gap: 15px;
  padding: 15px; }

.gg-element img {
  object-fit: cover;
  cursor: pointer;
  width: 100%;
  height: 100%; }

.gg-element img:hover {
  opacity: 0.98; }

.hover-overlay {
  cursor: pointer;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #EBA89F;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: absolute; }

.hover-overlay:hover {
  background-color: #A69888;
  opacity: 0.3;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.img-zoom {
  z-index: 2000;
  color: #EBA89F;
  opacity: 0.3;
  margin: auto auto;
  font-weight: 900;
  padding: 10px;
  font-size: 35px;
  position: absolute;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.hover-overlay:hover .img-zoom {
  opacity: 0.8;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.gg-element {
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative; }

.gg-element:hover {
  box-shadow: 0 3000px rgba(252, 191, 183, 0.3) inset;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

#gg-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  background: rgba(255, 255, 255, 0.85);
  z-index: 9999;
  text-align: center; }

#gg-screen .gg-image {
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center; }

#gg-screen .gg-image img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto; }

.gg-bt {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.6);
  color: #222;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 25px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  padding-left: 2px; }

.gg-bt:hover {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.5); }

.gg-close {
  position: fixed;
  top: 0.5em; }

.gg-close,
.gg-nxt {
  right: 0.5em; }

.gg-prev {
  left: 0.5em; }

.gg-prev,
.gg-nxt {
  position: fixed;
  bottom: 50%; }

@media (min-width: 478px) {
  .gg-element:nth-child(3n+0) {
    grid-row-end: span 2; }
  .gg-element:last-child {
    grid-row-end: span 1; } }

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-1,
  .bgimg-2,
  .bgimg-3 {
    background-attachment: scroll; } }

@media (max-width: 768px) {
  .gg-box {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-auto-rows: 150px;
    grid-gap: 6px; } }

@media (max-width: 450px) {
  .gg-box {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-auto-rows: 100px;
    grid-gap: 4px; }
  h1 {
    font-family: "Great Vibes", cursive;
    font-size: 40px; }
  h2 {
    font-family: "Great Vibes", cursive;
    font-size: 50px; }
  h2 {
    display: table;
    white-space: normal;
    margin: auto;
    margin-bottom: 25px; }
    h2:before, h2:after {
      content: none; }
  p {
    font-size: 17px;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    line-height: 1.5; }
  p.small {
    font-size: 17px;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    line-height: 1.5;
    color: #6B6D76; }
  .sm-banner-bgimg-1 h1 {
    background: rgba(235, 168, 159, 0.5);
    text-shadow: 2px 2px 4px black;
    font-size: 43px;
    display: block;
    padding: 20px 30px;
    margin: 0 auto;
    width: 80%; }
  .cake-buttons {
    display: flex;
    justify-content: center;
    flex-direction: column; }
  .menu-block {
    height: 100vh;
    background-color: #fbdcd8;
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    z-index: 1800;
    transform: translateX(100%);
    transition: transform 0.8s cubic-bezier(0.24, 0.72, 0.35, 1.01);
    transition-delay: 0s;
    opacity: 0.9; } }
