p {
    font-family: "Patrick Hand", cursive;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .25rem; 
    font-size: 1rem;

  }
  .newsletter-form{
    background-color: #fff1ed;
    padding: 3rem;
    color: #825252;
  }
  h1, h2, h3{
    font-family: "Berkshire Swash", serif;
    font-weight: 400;
    font-style: normal;
  }
  .navbar{
    font-family: "Patrick Hand", cursive;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .25rem; 
    font-size: 1rem;
    color: #551a25;
    border-bottom: 25px solid transparent;
    border-image: url(whitelace.png) 17 round;
    
    background-color: #ffffff;
    background-clip: padding-box;
    border-image-outset: 0px ;
    margin-top: -1.25rem;
    text-align: center;
    padding: 2rem;
    text-transform: lowercase;
    overflow: hidden;
  }

  .nav-item a{
    color: #825252;
  }


/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

  .navbar .navbar-nav .nav-link {
    color: #000000;
    font-size: 1.1em;
}
.navbar .navbar-nav .nav-link:hover{
    color: #808080;
}
.navbar-logo-centered .navbar-nav .nav-link{
    padding: .5em 1em;
}
.navbar img{
width: 80px;
}
.nav-item{
    padding-left: 1rem;
    padding-right: 1rem;
}



body {
  margin: 0;
  
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
h2,
h3 {
  text-transform: lowercase;
  margin: 1rem 0;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 40px;
}
@IMPORT <link href="https://fonts.googleapis.com/css?family=Poor+Story" rel="stylesheet">

* {
  box-sizing: border-box;
}

body {
  font-family: 'Poor Story', cursive;
  background: #bdffbd;
}

.wrapper {
  width: 100%;
  padding: 0 2rem;
  text-align: center;
}
.polaroid {
  background: #fff;
  padding: 1rem;
  box-shadow: 0 0.2rem 1.2rem rgba(0,0,0,0.2);
  
}
.polaroid > img{
  max-width: 100%;
  height: auto;
}
.caption {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2em;
}
.item {
  width: 30%;
  display: inline-block;
  margin-top: 2rem;
  filter: grayscale(100%);
}
.item-logo{
  width: 20%;
  display: inline-block;
  margin-top: 2rem;


}
.item .polaroid:before {
  content: '';
  position: absolute;
  z-index: -1;
  transition: all 0.35s;
}
.item:nth-of-type(4n+1) {
  transform: scale(0.8, 0.8) rotate(5deg);
  transition: all 0.35s;
}
.item:nth-of-type(4n+1) .polaroid:before {
  transform: rotate(6deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  right: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0,0,0,0.4);
}
.item:nth-of-type(4n+2) {
  transform: scale(0.8, 0.8) rotate(-5deg);
  transition: all 0.35s;
}
.item:nth-of-type(4n+2) .polaroid:before {
  transform: rotate(-6deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  left: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0,0,0,0.4);
}
.item:nth-of-type(4n+4) {
  transform: scale(0.8, 0.8) rotate(3deg);
  transition: all 0.35s;
}
.item:nth-of-type(4n+4) .polaroid:before {
  transform: rotate(4deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  right: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0,0,0,0.3);
}
.item:nth-of-type(4n+3) {
  transform: scale(0.8, 0.8) rotate(-3deg);
  transition: all 0.35s;
}
.item:nth-of-type(4n+3) .polaroid:before {
  transform: rotate(-4deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  left: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0,0,0,0.3);
}
.item:hover {
  filter: none;
  transform: scale(1, 1) rotate(0deg) !important;
  transition: all 0.35s;
}
.item:hover .polaroid:before {
  content: '';
  position: absolute;
  z-index: -1;
  transform: rotate(0deg);
  height: 90%;
  width: 90%;
  bottom: 0%;
  right: 5%;
  box-shadow: 0 1rem 3rem rgba(0,0,0,0.2);
  transition: all 0.35s;
}

.desktop-only {
  display: none !important;
}
.content {
  text-align: center;
  padding: 4rem 2rem;
}

@media (max-width: 1023px) {
  .image-wrapper {
    height: 100vw;
    overflow: hidden;
    max-height: 500px;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 60px;
  }
  .mobile-only {
    display: none !important;
  }
  .desktop-only {
    display: flex !important;
  }

  .vertical-slider > * {
    width: 50%;
  }
  .sticky {
    position: sticky;
    top: 0;
    height: 100%;
    max-height: 100vh;
  }
  nav{
    z-index: 1;
  }
  .absolute-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .content-wrapper {
    min-height: 100vh;
    opacity: 0.2;
    transition: opacity 0.5s ease-out;
  }
  .content-wrapper.in-view {
    opacity: 1;
    transition: opacity 0.5s ease-out;
  }
  .content {
    padding: 5rem 2rem;
  }
  .image-wrapper .mask-outer {
    transform: translateY(100%);
    overflow: hidden;
    transition: transform 0.5s ease-out 0.5s;
  }
  .image-wrapper .mask-inner {
    transform: translateY(-100%);
    transition: transform 0.5s ease-out 0.5s;
  }
  .image-wrapper.show .mask-outer {
    transform: translateY(0);
    transition: transform 0.5s ease-out 0.5s;
  }
  .image-wrapper.show .mask-inner {
    transform: translateY(0);
    transition: transform 0.5s ease-out 0.5s;
  }
}



.header h1 {
  color: #551a25;
}
  footer{
    font-family: "Patrick Hand", cursive;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .25rem;  
    font-size: 1.rem;
  }
  
  footer h5{
    color: #fff1ed;
  }
  footer a{
    color: #fdc6ae;

  }
  footer a:hover {
    color: #e08b80;
  }
  
  .calendar-section{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .calendar body {
    font-family: Arial, sans-serif;
    background-color: #f4f6f9;
    display: flex;
    justify-content: center;
    align-items: center !important;
    height: 100vh;
    
  }
  .calendar {
    width: 350px;
  margin-top: 100px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  .calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }
  .calendar-header button {
    background-color: transparent;
    border: none;
    font-size: 1.5em;
    cursor: pointer;
  }
  #month-year {
    font-size: 1.2em;
    font-weight: bold;
  }
  .calendar-weekdays, .calendar-dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .calendar-weekdays div, .calendar-dates div {
    text-align: center;
    padding: 10px;
  }
  .calendar-weekdays {
    background-color: #eaeef3;
  }
  .calendar-weekdays div {
    font-weight: bold;
  }
  .calendar-dates div {
    border-bottom: 1px solid #eaeef3;
    cursor: pointer;
  }
  .calendar-dates div:hover {
    background-color: #ecb2ba;
  }
  

  .current-date {
    background-color: #e08b80;
    color: #fff;
    border-radius: 50%;
  }
  @media (max-width: 400px) {
    .calendar {
      width: 100%;
      margin: 0 10px;
    }
  }

  .container-pop{
    width: 100%;
    background-color: #e08b80;
    display: flex;
    align-items: center;
    text-transform: lowercase;
    justify-content: center;
    padding: 1rem;
    font-family: "Patrick Hand", cursive;

    
  }
  .container-pop h4{
    color: #eaeef3;
  }
  

  
    

*,
*::before,
*::after {
  box-sizing: border-box;
}

.products .main {
  max-width: 1200px;
  margin: 0 auto;
}

.products .cards {
  display: grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.products .cards_item {
  display: flex;
  padding: 1rem;
}

.products .card_image {
  height: calc(13*1.2rem);
  padding: 1.2rem 1.2rem 0;
  position:relative;
}
.products .card_image:before,
.card_image:after{
  content: "";
  position: absolute;
  width: 20px;
  left: 60%;
  top: 0;
  height: 45px;
  background: #e6e6e6b8;
  transform: rotate(45deg);
}
.products .card_image:after{
  transform: rotate(-45deg);
  top:auto;
  bottom:-22px;
  left:40%;
}
.products .card_image img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.products .cards_item {
  filter:drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
}

.products{

}


.products .card {
  background-color: white;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-left: 30px;
  background: repeating-linear-gradient(#0000 0 calc(1.2rem - 1px),#fdc6ae 0 1.2rem) right bottom /100% 100%,linear-gradient(#fdc6ae 0 0) 30px 0/2px 100% #fff;
  background-repeat: no-repeat;
  line-height: 1rem;
  -webkit-mask:radial-gradient(circle .8rem at 2px 50%,#0000 98%,#000)0 0/100% 2.4rem;
}

.card_content {
  padding: 1.2rem;
}

h2.card_title,p {
  margin: 1.2rem 0;
}
h2.card_title {
    font-size: 1.3em;
}
body {
  font-family:monospace;
  background:#eee;
}
.events{
  background-color: #fdc6ae !important;
  align-items: center;
}

html {
  font-size:15px;
}


.one  {
	background-image: radial-gradient(circle at 10px 0, rgba(255,255,255,0) 9px, #fff 10px, rgba(255, 255, 255, 0) 11px);
	background-repeat: repeat-x;
	background-size: 20px 11px;
}
.order-icon{
  padding: 3rem;
  text-align: center;
}


.order-content{
  align-items: center;
}

.card-body{
  text-align: center;
}
header{
 
  border-bottom: 25px solid transparent;
  border-image: url(whitelace.png) 17 round;
  background-color: #ffffff;
  background-clip: padding-box;
  border-image-outset: 0px ;
  margin-top: -1.25rem;
  min-height: 8rem;
  text-align: center;
  padding: 2rem;
  
}

header h2{
color: #551a25;
}

body{
  background-color: #ffe0d8;
}

.page-content{
  padding: 3rem;
  align-content: center;
}



.about .main {
  max-width: 1200px;
  margin: 0 auto;
}

.about .cards {
  display: grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.about .cards_item {
  display: flex;
  padding: 1rem;
}

.about .card_image {
  height: calc(13*1.2rem);
  padding: 1.2rem 1.2rem 0;
  position:relative;
}
.about .card_image:before,
.card_image:after{
  content: "";
  position: absolute;
  width: 20px;
  left: 60%;
  top: 0;
  height: 45px;
  background: #e6e6e6b8;
  transform: rotate(45deg);
}
.about .card_image:after{
  transform: rotate(-45deg);
  top:auto;
  bottom:-22px;
  left:40%;
}
.about .card_image img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.about .cards_item {
  filter:drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
}




.about .card {
  background-color: white;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-left: 30px;
  background: repeating-linear-gradient(#0000 0 calc(1.2rem - 1px),#fdc6ae 0 1.2rem) right bottom /100% 100%,linear-gradient(#fdc6ae 0 0) 30px 0/2px 100% #fff;
  background-repeat: no-repeat;
  line-height: 1rem;
  -webkit-mask:radial-gradient(circle .8rem at 2px 50%,#0000 98%,#000)0 0/100% 2.4rem;
}

:root {
  --pink: #ecb2ba;
  --pink-dark: #c6939a;
  --tape-gray: #dbd8be;
  --tape-edge-gray: #b7b49d;
  --transparent: rgba(255, 255, 255, 0);
}


button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  color: #5A5A5A;
  font: inherit;
  margin: 0;
}

input {
  line-height: normal;
}

textarea {
  overflow: auto;
}

#container {
  
  background-color: #ffffff;
  border: 25px solid transparent;
  border-image: url(whitelace.png) 17 round;
  background-clip: padding-box;
  border-image-outset: 0px ;
  margin-top: -1.25rem;
  max-width: 768px;
  margin: 60px auto;
  position: relative;
}

form {
  padding: 37.5px;
  margin: 50px 0;
}

h2 {
  color: #551a25;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3px;
 
  text-transform: lowercase;
}

.underline {
  border-bottom: solid 2px #474544;
  margin: -0.512em auto;
  width: 80px;
}

.icon_wrapper {
  margin: 50px auto 0;
  width: 100%;
}

.icon {
  display: block;
  fill: #474544;
  height: 50px;
  margin: 0 auto;
  width: 50px;
}

.email {
	float: right;
	width: 45%;
}

input[type='text'], [type='email'], select, textarea {
	background: none;
  border: none;
	border-bottom: solid 2px #474544;
	color: #474544;
	font-size: 1.000em;
  font-weight: 400;
  letter-spacing: 1px;
	margin: 0em 0 1.875em 0;
	padding: 0 0 0.875em 0;
  text-transform: lowercase;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

input[type='text']:focus, [type='email']:focus, textarea:focus {
	outline: none;
	padding: 0 0 0.875em 0;
}

.message {
	float: none;
}

.name {
	float: left;
	width: 45%;
}

select {
  background: url('https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-32.png') no-repeat right;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

.subject {
  width: 100%;
}

.telephone {
  width: 100%;
}

textarea {
	line-height: 150%;
	height: 150px;
	resize: none;
  width: 100%;
}

::-webkit-input-placeholder {
	color: #474544;
}

:-moz-placeholder { 
	color: #474544;
	opacity: 1;
}

::-moz-placeholder {
	color: #474544;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #474544;
}

#form_button {
  background: none;
  border: solid 2px #474544;
  color: #474544;
  cursor: pointer;
  
  display: inline-block;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  outline: none;
  padding: 20px 35px;
  text-transform: lowercase;
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#form_button:hover {
  background: #474544;
  color: #F2F3EB;
}

@media screen and (max-width: 768px) {
  #container {
    margin: 20px auto;
    width: 95%;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 26px;
  }
  
  .underline {
    width: 68px;
  }
  
  #form_button {
    padding: 15px 25px;
  }
}

@media screen and (max-width: 420px) {
  h1 {
    font-size: 18px;
  }
  
  .icon {
    height: 35px;
    width: 35px;
  }
  
  .underline {
    width: 53px;
  }
  
  input[type='text'], [type='email'], select, textarea {
    font-size: 0.875em;
  }

  
}

.ship-container{
  background-color: #ffffff;
  background-color: #ffffff;
  border: 25px solid transparent;
  border-image: url(whitelace.png) 17 round;
  background-clip: padding-box;
  border-image-outset: 0px ;
  margin-top: -1.5rem;
  max-width: 768px;
  margin: 60px auto;
  position: relative;
  padding: 3rem;

}


.contact h2 {
  text-align: center;
}
