*, :after, :before {
  box-sizing: inherit; }

body {
  box-sizing: border-box;
  font-family: 'Quicksand', sans-serif;
  line-height: 1.6;
  margin: 0;
  text-align: center;
  color: #333;
  font-size: 17px; }

img {
  max-width: 100%; }

a {
  color: #094698;
  text-decoration: none; }

heading {
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  z-index: 10; }
  heading .container {
    text-align: left; }
  heading a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none; }

footer, #more-details {
  background: rgba(0, 0, 0, 0.7);
  color: #FFF; }

footer {
  padding: 15px; }

nav * {
  margin-left: 1.5em; }

#logo {
  font-family: 'Sue Ellen Francisco', cursive;
  font-size: 32px;
  position: relative; }
  #logo:after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(/heart.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 98%;
    bottom: 23px;
    transform: rotate(30deg); }

button {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  padding: 0.4em 1em;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  cursor: pointer; }
  button:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #1c2639; }

section {
  padding: 5rem 0; }

.container {
  width: 1000px;
  max-width: 94%;
  margin: 0 auto; }

h1, h2 {
  font-family: 'Sue Ellen Francisco', cursive;
  font-weight: normal; }

h1 {
  font-size: 54px;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
  margin: calc(~"12vw - 100px") 0 0;
  position: relative;
  z-index: 1; }

h2 {
  font-size: 48px;
  text-align: center;
  margin: 0 0 1rem; }

h3 {
  font-size: 24px; }

#welcome {
  background-image: url(hero.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 67vw;
  max-height: 70vh;
  padding-top: 60px;
  position: relative; }
  #welcome:after {
    bottom: 0;
    content: "";
    display: block;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.33) 10%, rgba(0, 0, 0, 0) 50%);
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  #welcome p {
    color: rgba(255, 255, 255, 0.9);
    font-weight: bold;
    font-size: 21px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
    position: relative;
    z-index: 1;
    padding-bottom: 30px; }
  #welcome a {
    background: rgba(255, 255, 255, 0.9);
    display: inline-block;
    padding: 8px 40px;
    color: #094698;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    transition: all 0.2s; }
    #welcome a:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
      background: white; }

#our-story p {
  text-align: left; }

#happy-hour {
  background: #F2D000;
  padding: 1rem 0; }
  #happy-hour p {
    margin: 0; }

#gallery {
  background: #FFF;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  height: 60vw;
  max-height: 80vh; }

#images {
  position: relative;
  transition: all 0.5s;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  margin: 0;
  padding: 0; }

#images > li {
  flex: 0 0 100vw;
  height: 100%;
  list-style-type: none;
  max-width: auto;
  position: relative;
  overflow-y: hidden; }

.description-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 1em 0;
  display: flex;
  align-items: center; }
  .description-overlay p {
    color: #FFF;
    text-align: left; }

#gallery img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%; }

#dots {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  bottom: 20px;
  z-index: 2;
  width: 500px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px; }

.dot {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: block;
  float: left;
  width: 0;
  height: 0;
  border: 6px solid #FFF;
  border-radius: 6px; }
  .dotdot:hover, .dot.active {
    border-color: #094698; }

#image-next, #image-prev {
  background-repeat: no-repeat;
  bottom: 0;
  cursor: pointer;
  opacity: 0.25;
  position: absolute;
  top: 0; }
  #image-next:hover, #image-prev:hover {
    opacity: 1; }

#image-prev {
  left: 0;
  width: 25%;
  background-image: url(/arrow-left.png);
  background-position: 9% 50%; }

#image-next {
  right: 0;
  width: 75%;
  background-image: url(/arrow-right.png);
  background-position: 97% 50%; }

#ceremony {
  background: #DDD; }

#details {
  background: url(map.jpg);
  background-size: cover;
  background-position: 50% 50%;
  text-align: left;
  color: #FFF;
  min-height: 50vh;
  display: flex;
  align-items: left;
  flex-direction: column;
  justify-content: center; }
  #details h2 {
    text-align: left; }
  #details p {
    font-size: 20px; }

#more-details {
  min-height: 35vh;
  display: flex;
  align-items: left;
  flex-direction: column;
  justify-content: center;
  text-align: left; }
  #more-details h2 {
    text-align: left;
    margin-bottom: 0.5rem;
    margin-top: 2rem; }
    #more-details h2:first-child {
      margin-top: 0; }
  #more-details a {
    color: #5e9ff5; }

.wedding-party-member {
  margin-bottom: 40px; }
  .wedding-party-member img {
    border-radius: 50%;
    max-width: 30vw;
    width: 180px; }

.wedding-party-name {
  font-weight: bold;
  display: block; }

.wedding-party-columns {
  display: flex;
  flex-direction: row; }
  .wedding-party-columns .wedding-party-section {
    flex: 0 0 50%; }

#places {
  text-align: left;
  padding-bottom: 0; }
  #places h3, #places h4 {
    text-align: left; }
  #places iframe {
    display: block; }

@media (max-width: 559px) {
  heading {
    height: 60px; }

  #logo {
    font-size: 24px; }
    #logo:after {
      width: 12px;
      height: 12px;
      bottom: 20px; }

  .container {
    max-width: 85%; }

  h1 {
    font-size: 32px;
    margin: 0; }

  h2 {
    font-size: 28px; }

  #welcome p {
    font-size: 18px;
    margin: 0.25em 0; }

  .description-overlay {
    font-size: 12px; }

  #image-next, #image-prev, #dots {
    display: none; }

  #gallery {
    overflow-x: scroll; }

  #details {
    position: relative;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.75); }
    #details:after {
      bottom: 0;
      content: "";
      display: block;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.33) 20%, rgba(0, 0, 0, 0) 100%);
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }
    #details h2, #details p {
      position: relative;
      z-index: 1; } }

/*# sourceMappingURL=weddingdev.css.map */
