/* https://color.adobe.com/Color-Theme-45-color-theme-8197647/?showPublished=true  */

body {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  font-size: 18px;
  font-weight: 300;
}
h1,
h2 {
  text-align: center;
  font-family: 'Great Vibes', cursive;
  font-size: 80px;
}

a {
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

a:hover,
a:focus {
  text-decoration: none;
}

#welcome {
  background: url(feature.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  position: relative;
}

/* overlay */
#welcome .overlay {
    display: block;
    background: rgba(0, 0, 0, .2);
    width: 100%;
    height: 100;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#welcome h1 {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -98px;
  width: 100%;
  color: #fff;
  font-size: 100px;
  line-height: 70px;
}

h1 small {
  color: #fff;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
}

#navbar a {
  color: #fff;
  font-size: 14px;
}

#navbar .active a {
  border-bottom: 1px solid #ebcbcf;
}

#navbar .nav>li>a:hover {
    text-decoration: none;
    background-color: #F1F3F0;
    color: #353535;
}
#navbar .nav>li>a:focus {
  background: none;
}

strong {
  font-weight: 600;
}

.wedding-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.wedding-section h2 {
  padding-bottom: 20px;
}

#wedding {
  text-align: center;
}

#accommodation {
  background: #EBCBCF url(pink-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}

#contact {
  background: #b9d6e2;
  color: #333;
  text-align: center;
}

#contact a {
  color: #333;
  font-size: 40px;
}

#contact a .icon {
  padding-top:20px;
  font-size: 50px;
  display: inline-block;
  vertical-align: sub;
}


#contact a:hover {
  text-decoration: none;
  color: #626992;
}

.left {
  text-align: right;
}

.right {
  text-align: left;
}

.contact-row {
  padding-bottom: 20px;
}

.scroll-off {
    pointer-events: none;
}

.bg {
    background: rgba(0, 0, 0, .2);
}

.navbar {
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#gift-list {
  text-align: center;
}

#gift-list a:hover {
  color: #7f93c8;
}

.gift-list-intro {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
  line-height: 2;
}

.ion-ios-arrow-right {
  vertical-align: middle;
}

/* responsive */

@media only screen and (max-width: 1024px) {
  .left,
  .right{
    text-align: center;
  }

  #welcome h1 {
    font-size: 67px;
  }

  #welcome h1 small {
    font-size: 27px;
  }

  #wedding .row {
    padding-top: 20px;
  }

  #contact a,
  #contact a .icon {
    font-size: 20px;
  }

  #contact a .icon {
    vertical-align: bottom;
  }
  
}

@media only screen and (max-width: 426px) {
  .navbar {
    display: none;
  }
}


.gift-list-link {
  font-size: 30px;
}

.evening-row {
  padding-top: 40px;
}

.media-flex {
  padding: .8em 1em .8em 1em;
  /* background: hsla(31,15%,50%,.1);*/
  background: rgba(255, 255, 255, 0.7);

  margin: 10px;

  justify-content: center;
  flex-direction: column;
  text-align: center;

	flex: 1 0 20%;
  cursor: pointer;
    
  box-sizing: border-box;


}

.media-flex p {
}

.media-flex-figure {
  flex: 1;
}


.media-flex-body {
  flex: 1;
}

.gallery-row {
  display: flex;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 425px) {
  .gallery-row {
    display: block;
  }
}

.gallery img {
  margin-bottom: .8em;
}

.gallery-section {
  padding-top: 1.2em;
  height: auto !important;
}
