/* ICONS

	Normal:	#937759
	Hover:	#e0cdba
	Active:	#9f8264
*/
@font-face {
  font-family: "Chelsea Market";
  src: url("../pantry/font/ChelseaMarket-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Overlock SC";
  src: url("../pantry/font/OverlockSC-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@media all and (min-width: 1000px) {
  #C {
    justify-content: center;
  }
  #C article {
    border-top: #c0ae96 30px double;
  }
  #C article {
    border-bottom: #c0ae96 0px solid;
  }
  .C_mail {
    float: right;
  }
  #C h2 {
    float: right;
  }
  #C h2, .C_mail {
    text-align: right;
    width: 100%;
  }
  #C_contact {
    display: block;
    padding: 3%;
  }
  #C_img {
    height: 250px;
    padding: 20px;
  }
  .C_mail, #C h2 {
    font-size: 2rem;
  }
  #C h2 {
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
}
@media all and (max-width: calc(1000px - 1px)) {
  #C {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom: #c0ae96 30px double;
  }
  #C article {
    border-bottom: 0px;
  }
  .C_mail {
    float: right;
  }
  #C h2 {
    float: right;
  }
  #C h2, .C_mail {
    text-align: right;
    width: 100%;
  }
  #C_contact {
    display: block;
    padding: 3%;
  }
  #C h2 {
    text-align: right;
  }
  #C_img {
    max-width: 70px;
    min-height: 70px;
    padding: 5px;
    margin-left: 30px;
    order: 2;
  }
}/*# sourceMappingURL=C.css.map */