/*
	Colors
*/
.main {
  text-align: center;
  padding: 50px 0;
  font-size: 0;
  line-height: 0; }

.main ul {
  display: inline-block;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
  line-height: 0; }

.main ul.grouped-items {
  white-space: nowrap; }

.main h1 {
  margin-top: 1em;
  font-size: 48px; }
  @media screen and (max-width: 500px) {
    .main h1 {
      font-size: 32px;
      line-height: 32px; } }

.main li {
  background: white;
  vertical-align: top;
  text-align: left;
  display: inline-block;
  position: relative;
  margin: 9px;
  -webkit-border-radius: 0 4px 4px 4px;
  border-radius: 0 4px 4px 4px;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  border: 1px solid #555;
  white-space: normal; }

.main figure img {
  max-width: 100%;
  border-radius: 0 2px 2px 2px;
  transition: opacity 100ms ease-in-out; }

.main figure:hover img {
  opacity: 0.75; }

.main figcaption {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.6);
  color: #000;
  text-shadow: none;
  padding: 1px 5px;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  text-shadow: 0 1px 0 white;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0; }

.main figure img {
  display: block; }

.main figure p {
  display: none;
  margin: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  text-align: left;
  width: 100%; }

.main figure:hover p {
  display: block; }

.wedding-countdown {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2em; }

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