@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500");
@import url("https://fonts.googleapis.com/css?family=Crimson+Text:400,600,700");
body {
  font-family: "Roboto", sans-serif; }

nav ul {
  margin: 0 auto;
  padding: 0;
  width: 85%;
  display: table;
  table-layout: fixed; }

nav li {
  display: table-cell;
  align-self: center;
  vertical-align: middle; }

.navbar a {
  text-decoration: none;
  color: black;
  display: inline;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  padding: 2px; }
  .navbar a:hover {
    text-decoration: underline; }

.navbar {
  text-align: center; }

.logo {
  width: 100px; }

footer {
  margin-top: 5%; }

.footer {
  font-size: 0.8em;
  margin-top: 5%;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-end;
  align-content: flex-end; }

.footer a, .footer p {
  display: inline-block;
  color: gray;
  text-decoration: none;
  margin-right: 5%; }
  .footer a:hover, .footer p:hover {
    text-decoration: underline; }

.main-carousel {
  width: 95%;
  position: relative;
  margin: 0 auto;
  margin-top: 2%;
  overflow: hidden; }

.content {
  margin: 0;
  padding: 0; }

.active {
  height: 80vh; }

.active li {
  position: absolute;
  top: 600px; }

.active li.current {
  top: 0; }

.active .buttons {
  text-align: center;
  z-index: 10;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 100; }

.buttons button {
  border: none;
  background: none;
  color: black;
  font-weight: 300;
  font-size: 1.5em; }
  .buttons button:hover {
    cursor: pointer; }

.carouselbox button {
  border: none;
  display: none; }

.active button {
  display: block; }

.offscreen {
  position: absolute;
  left: -2000px; }

.next {
  float: right; }

.content-carousel {
  width: 95%;
  margin: 0 auto;
  margin-top: 2%;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-end;
  align-content: flex-end; }

.content-cover {
  background-color: #67747c;
  background-position: 0;
  background-size: cover;
  display: inline-block;
  height: 80vh;
  width: 30%;
  margin: 1.5%;
  padding: 0; }

.content-title {
  color: black;
  background-color: white;
  font-family: "Roboto", sans-serif;
  font-size: 1.5em;
  letter-spacing: 1px;
  position: relative;
  font-weight: 100;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0px; }

.content-title a {
  text-decoration: none;
  color: black; }
  .content-title a:hover {
    text-decoration: underline; }

.t-1 {
  top: 20%; }

.t-2 {
  top: 45%; }

.t-3 {
  top: 70%; }

.cover-list-item {
  background-color: #67747c;
  background-position: 0;
  background-size: cover;
  height: 80vh;
  width: 100%;
  position: relative;
  margin: 0; }

.cover-list-title {
  color: black;
  background-color: white;
  font-family: "Roboto", sans-serif;
  font-size: 0.6em;
  letter-spacing: 1px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 100;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0px; }

.stl-mag {
  background-image: url(../img/index/stlmg_wedding_home.jpg); }

.arthill {
  background-image: url(../img/index/arthill.jpg); }

.auduj {
  background-image: url(../img/index/audu.jpg); }

.audup {
  background-image: url(../img/index/audu.png); }

.content li {
  font-size: 40px;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center; }

.mission-statement {
  color: white;
  font-size: 10px;
  text-align: center;
  background-color: #137901;
  padding-top: 50px;
  padding-bottom: 50px; }

.ul-green {
  padding: 5px;
  border-bottom: solid #137901; }

.ul-green-thin {
  border-bottom: 1px solid #137901; }

h2 {
  text-align: center;
  color: #383838;
  font-size: 35px;
  font-weight: 100; }

.page-header {
  margin-bottom: 0; }

.sub-header {
  margin-top: 0;
  text-align: center;
  font-weight: 100;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif; }

.m-2 {
  margin-bottom: 2%; }

.m-5 {
  margin-bottom: 5%; }

.m-10 {
  margin-bottom: 10%; }

.venue-list {
  width: 90%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-end;
  align-content: flex-end; }

.venue-list a {
  display: inline-block;
  padding: 1.5%;
  text-decoration: none;
  vertical-align: bottom; }

.venue-list-item {
  display: block;
  font-size: 0.85em;
  background-color: #67747c;
  background-position: 0;
  background-size: cover;
  height: 230px;
  width: 230px;
  padding: 10%;
  box-sizing: border-box;
  position: relative;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
  transition: box-shadow 1s; }
  .venue-list-item:hover {
    box-shadow: none; }

.venue-list-title {
  color: white;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 400;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.alaban {
  background-image: url(../img/venues/inns-at-alaban.jpg); }

.olivias {
  background-image: url(../img/venues/olivias.jpg); }

.threebarn {
  background-image: url(../img/venues/three-barn.jpg); }

.city-cottage {
  background-image: url(../img/venues/city-cottage.jpg); }

.botanical {
  background-image: url(../img/venues/botanical.jpg); }

.forest-park {
  background-image: url(../img/venues/forest-park.jpg); }

.soulard {
  background-image: url(../img/venues/soulard.jpg); }

.whittemore {
  background-image: url(../img/venues/whittemore.jpg); }

.boathouse {
  background-image: url(../img/venues/boathouse.jpg); }

.pavillion {
  background-image: url(../img/venues/pavillion.jpg); }

.jewel {
  background-image: url(../img/venues/jewel.jpg); }

.other {
  background-image: url(../img/venues/other.jpg); }

.menu-list {
  width: 60%;
  margin: 0 auto; }

.menu-list a {
  display: block;
  padding: 5px;
  text-decoration: none;
  margin-bottom: 5%; }
  .menu-list a:hover {
    cursor: pointer; }

.thumbnail {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin: 0;
  margin-right: 5%; }

.thumbnail-image {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.menu-list-title {
  display: inline-block;
  vertical-align: top;
  width: 60%; }

.menu-list-title h2 {
  margin-top: 3%;
  margin-bottom: 3%;
  font-size: 1.6em;
  text-align: left; }

.menu-list-title p {
  margin: 0;
  font-size: 1.1em;
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #5f5f5f;
  font-style: italic; }

.publications {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px; }

.publications img {
  width: 120px; }

.text-block {
  width: 60%;
  margin: 0 auto;
  font-size: 1.1em;
  margin-top: 5%;
  margin-bottom: 5%;
  color: #5f5f5f;
  font-weight: 100; }

.text-block p {
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #5f5f5f; }

.text-block-events {
  width: 50%;
  margin: 0 auto;
  font-size: 1.1em;
  margin-top: 5%;
  margin-bottom: 5%;
  text-align: justify;
  font-weight: 100; }

.text-block-events p {
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #5f5f5f; }

.accomp-box {
  width: 70%;
  margin: 0 auto;
  margin-top: 5%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-end;
  align-content: flex-end; }

.accomp-item {
  width: 150px;
  height: 100px;
  margin: 2%;
  vertical-align: bottom;
  display: inline-block;
  text-align: center;
  margin-bottom: 5%;
  padding: 15px; }
  .accomp-item:hover {
    color: #6f6f6f; }

.comp-item {
  margin: 2%;
  vertical-align: bottom;
  display: inline-block;
  text-align: center;
  padding: 15px; }
  .comp-item:hover {
    color: #6f6f6f; }

.accomp-item img {
  height: 100px; }

.info-header {
  font-size: 1.7em;
  font-weight: 100;
  text-align: center; }

.info-text {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.1em;
  font-weight: 100;
  text-align: center; }

.tab-bar {
  color: black;
  background-color: white;
  font-family: "Roboto", sans-serif;
  font-size: 0.7em;
  letter-spacing: 1px;
  font-weight: 100;
  text-transform: uppercase; }

.hr-sm {
  width: 5%;
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #ccc, #333, #ccc); }

.m-top-10 {
  margin-top: 10%; }

blockquote {
  margin: 0; }

blockquote p {
  margin: 0; }

.quotes {
  font-size: 4em; }

.quotes-close {
  text-align: right;
  display: block; }

@media screen and (max-width: 400px) {
  .navbar > ul li:not(.image) {
    display: none; }

  .text-block {
    width: 80%; }

  .text-block-events {
    width: 80%; }

  .venue-list a {
    width: 100%;
    margin-bottom: 7%; }

  .venue-list-item {
    width: 100%;
    height: 0; }

  .menu-list {
    width: 100%; }

  .menu-list a {
    width: 80%;
    display: block;
    margin: 0 auto; }

  .thumbnail {
    display: block;
    margin: 0 auto;
    margin-bottom: 10%; }

  .menu-list-title {
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10%; }

  .menu-list-title h2 {
    text-align: center; }

  .menu-list-title p {
    text-align: center; }

  .content-title {
    font-size: 1em; }

  .buttons {
    display: none; } }

/*# sourceMappingURL=app.css.map */
