/* RESETS */
img {
  width: 100%;
  height: auto;
}

strong {
  display: block;
}

/* VARIABLES */
/* WIDTHS */
/* COLORS */
/*
$darkBase			: #2c434b;
$brightBase		 	: #638A97;
$navBase			: #2f3e43;
$darkGray			: #333;
$bright				: #fff;
*/
/* FONTS */
.u-mobileHide {
  display: none;
}
@media (min-width: 540px) {
  .u-mobileHide {
    display: inline-block;
  }
}

.u-desktopHide {
  display: inline-block;
}
@media (min-width: 540px) {
  .u-desktopHide {
    display: none;
  }
}

html {
  font-size: 16px;
  line-height: 1.5;
}

header img {
  width: 300px;
}
@media (max-width: 540px) {
  header img {
    width: 200px;
  }
}
header a {
  border: none;
}

body {
  background-color: #D3D5CB;
  text-align: center;
  color: #222;
  margin: 0 auto;
  padding-top: 5vmax;
  font-family: "Alegreya", serif;
  position: relative;
  font-weight: 400;
  display: flex;
  /* or inline-flex */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media (max-width: 540px) {
  body {
    padding-top: 8vmax;
  }
}
body.index {
  background-color: #D3D5CB;
}
body.index h1 {
  padding: 7px 5px 10px 5px;
  background-color: #D3D5CB;
  margin-top: 5%;
  line-height: 1.4;
}
@media (max-width: 540px) {
  body.index h1 {
    padding: 10px;
  }
}
body.subGeneral {
  background-color: #18252B;
  color: #C3BC93;
  width: 80%;
}
body.subGeneral header {
  margin-bottom: 30px;
}
body.subGeneral img.header {
  width: 100%;
  margin: 0 0 5% 0;
}
@media (min-width: 540px) {
  body.subGeneral img.header {
    width: 80%;
  }
}
@media (min-width: 700px) {
  body.subGeneral img.header {
    width: 70%;
  }
}
body.subGeneral img.map {
  width: 100%;
  margin: -50px 0 100px 0;
}
@media (min-width: 540px) {
  body.subGeneral img.map {
    width: 80%;
  }
}
@media (min-width: 700px) {
  body.subGeneral img.map {
    width: 50%;
  }
}

h1, h2, h3, h4, h5 {
  font-family: "fakir-display-new", sans-serif;
}

.preamble {
  width: 80%;
  font-size: 120%;
}
@media (min-width: 540px) {
  .preamble {
    width: 60%;
  }
}
@media (min-width: 700px) {
  .preamble {
    width: 40%;
  }
}
.preamble p {
  margin-bottom: 15px;
}

.flexContainer {
  display: flex;
  /* or inline-flex */
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-top: 0px;
}
.flexContainer.thePlace, .flexContainer.theFood {
  align-items: start;
}

.theFood p, .thePlace p {
  text-align: left;
  font-style: normal;
  line-height: 2;
  margin-top: 10px;
}

.monogram {
  height: 65vh;
  background-image: url("/imgs/monogram.png");
  background-position: center;
  background-size: 500px;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 540px) {
  .monogram {
    background-size: 370px;
  }
}

h1 {
  font-size: 1.5rem;
  line-height: 2.4;
}
@media (max-width: 540px) {
  h1 {
    font-size: 1.2rem;
    line-height: 1.5;
    width: 80%;
  }
}

h2 {
  font-size: 1.3rem;
  line-height: 2.4;
  margin-bottom: 20px;
}
p {
  font-style: italic;
}

hr {
  width: 50%;
  border: none;
  border-top: 1px dotted #C3BC93;
  background: none;
  margin: 50px 0;
  opacity: 0.2;
}

#toggle, a {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px dotted #222;
}

.closeButton, #toggle {
  cursor: url("/imgs/cursor.svg") 25 25, pointer;
}

.closeButton {
  position: absolute;
  top: -39px;
  background-color: color(srgb 0.9158 0.9258 0.8955);
  padding: 5px 10px;
  right: 0px;
}

.ml-embedded {
  width: 100%;
}

#popup {
  display: none;
}

.formContainer {
  width: 400px;
  height: 300px;
  position: absolute;
}
@media (max-width: 540px) {
  .formContainer {
    width: 300px;
  }
}

.flexItem {
  margin: 0 3% 3% 0;
}

footer {
  width: 50%;
  border-top: 1px dotted rgba(255, 255, 255, 0.1);
  margin-top: 50px;
  padding-top: 30px;
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 40px;
}
footer a {
  border: none;
}
footer.u-desktopHide {
  line-height: 2;
}

/********** NARROW (Default) **********/
.u-sizeFull {
  width: 100%;
}

.u-size2of3 {
  width: 65%;
}

.u-size1of2, .u-size2of4 {
  width: 48.5%;
}

.u-size1of3 {
  width: 31.3333%;
}

.u-size1of4 {
  width: 22.75%;
}

.u-size3of4 {
  width: 71%;
}

.u-size1of5 {
  width: 17%;
}

.u-size2of5 {
  width: 37%;
}

.u-size3of5 {
  width: 57%;
}

.u-size4of5 {
  width: 77%;
}

/********* MEDIUM ***********/
@media (min-width: 540px) {
  .u-size-md-Full {
    width: 100% !important;
  }

  .u-size-md-1of2, .u-size-md-2of4 {
    width: 48.5% !important;
  }

  .u-size-md-1of3 {
    width: 30.9219% !important;
    /* border: 1px solid color(srgb 0.519 1 0.442 / 0.304); */
  }

  .u-size-md-2of3 {
    width: 65.6666% !important;
  }

  .u-size-md-1of4 {
    width: 22.75% !important;
  }

  .u-size-md-1of5 {
    width: 17% !important;
  }
}
/*********** WIDE ***********/
@media (min-width: 700px) {
  .u-size-xl-Full {
    width: 100% !important;
  }

  .u-size-xl-2of3 {
    width: 65.6666% !important;
  }

  .u-size-xl-1of2, .u-size-xl-2of4 {
    width: 48.5% !important;
  }

  .u-size-xl-1of3 {
    width: 31.3333% !important;
  }

  .u-size-xl-1of4 {
    width: 22.75% !important;
  }

  .u-size-xl-3of4 {
    width: 68.25% !important;
  }

  .u-size-xl-1of5 {
    width: 17% !important;
  }
}
.u-flexRow {
  flex-flow: row wrap;
}

.u-flexColumn {
  flex-flow: column wrap;
}

.u-last {
  margin-right: 0 !important;
}
