@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;700&display=swap');
* {
  box-sizing: border-box;
  /*-webkit-box-sizing: content-box;*/
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0
}
body {
  height: 100%;
  letter-spacing: .01em;
  font: 400 1.0rem/1.5rem "Open Sans", sans-serif;
  background: #331822;
	background:#fff;
}
h1 {
  margin: 0;
  font-family: 'EB Garamond', serif;
  font-size: 4rem;
  color: #000;
  word-spacing: 16px
}
p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000
}
.banner {
  margin: 20px auto;
  text-align: center
}
.container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: url('');
  background-size: cover
}
.wrapper {
  width: 100%;
  min-height: 100%;
  height: auto;
  display: table
}
.content {
  display: table-cell;
  vertical-align: middle
}
.resizeimages {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}
.grid {
  display: grid;
  justify-content: center;
  position: relative;
  clear: both;
  height: 100%;
  width: 100%;
  background: rgb(163, 100, 22);
  background: linear-gradient(180deg, rgba(235, 196, 110, 1) 0%, rgba(209, 158, 73, 1) 58%, rgba(209, 143, 73, 1) 100%);
  margin: -15px auto 0
}
.footer {
  width: 100%;
  background: rgb(163, 100, 22);
  background: linear-gradient(180deg, rgba(235, 196, 110, 1) 0%, rgba(209, 158, 73, 1) 58%, rgba(163, 100, 22, 1) 100%);
  background: linear-gradient(180deg, rgba(235, 196, 110, 1) 0%, rgba(209, 158, 73, 1) 58%, rgba(209, 143, 73, 1) 100%);	
  text-align: center;
  padding: 2% 1%
}
.inside {
  margin:5% 10%;
  background: #fff;
	background: #07548a;
  text-align: center;
  padding: 5%
}
.footer p {
  color: #fff; /* #cb7f18 */
  font: 400 1.8rem/2.7rem "EB Garamond", serif
}
.three-grid {
  grid-template-columns: repeat(3, calc(100%/3));
  grid-gap: 0% 0%
}
/*All Items*/
.item {
  text-align: center;
  position: relative
}
.highlights {
  margin: 0;
  padding: 20 0;
  color: #fff; /* #cb7f18 */
  font: 400 1.8rem/2.7rem "EB Garamond", serif;
  qdisplay: table-cell;
  qvertical-align: middle
}
.highlights:nth-child(2) {
  font-size: 2.5rem
}
@media only screen and (max-width: 576px) /* mobile*/ {
  .grid {
    margin-bottom: 20px;
    padding: 10px 0
  }
  .three-grid {
    grid-template-columns: repeat(1, calc(100%/1));
    grid-gap: 0 0;
    width: 100%;
    clear: both
  }
  .highlights {
    font-size: 1.4rem;
    line-height: 1.1rem;
    padding: 7px 0
  }
  .highlights:nth-child(2) {
    font-size: 1.75rem
  }
  p {
    font-size: 1.6rem;
  }
}