/* General */


@font-face {
  font-family: Merriweather;
  src: url("/fonts/Merriweather-Regular.otf");
}

@font-face { 
  font-family: SeriousSally;
  src: url("/fonts/sersal_t-webfont.woff");
}

@font-face {
  font-family: PenelopeAnne;
  src: url("/fonts/penelope_anne-webfont.woff");
}

body {
  margin: 0;
  font-family: Merriweather;
  color: white;
  background-color: #221F2B;
}

a {
  color: #F7BBFA;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4 p {
  color: white;
}

/* Section Headers */
.section-header {
  position: relative;
  height: 33.333%;
  font-family: PenelopeAnne;
  background-color: black;
  color: white;
  text-align: center;
  font-size: 80px;
  padding: 0px;
  font-weight: normal;
  overflow: hidden;
}

.section-header h2 {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -40px;
  font-size: 80px;
  font-weight: normal;
}

/* Slides */
.slide {
  padding-top: 50px;
  padding-bottom: 140px;
  min-height: 66.66%;
  min-height: calc(66.66%-220px);
  min-height: -moz-calc(66.66% - 190px);
  min-height: -webkit-calc(66.66% - 190px);
  min-height: -o-calc(66.66% - 190px);
  min-height: calc(66.66% - 190px);
  text-align: center;
}

.slide p {
  text-align: left;
  display: block;
  font-size: 18px;
  width: 600px;
  margin: auto;
  line-height: 30px;
  padding: 20px 0;
}

table {
  margin: auto;
  text-align: left;
}

/* Registry */
#registry {
  padding: 100px 0;
}

.registry-item {
  box-shadow: 10px 10px 100px #191835 inset; 
  border: solid 1px #262537;
  display: inline-block;
  margin: 20px;
  padding: 10px;
  width: 275px;
  height: 160px;
  background-color: #2C2B44;
}

.registry-item:hover {
  box-shadow: 10px 10px 80px #383670 inset; 
  -webkit-transition: box-shadow 0.25s ease-in-out 0.1s;
  -moz-transition: box-shadow 0.25s ease-in-out 0.1s;
  -o-transition: box-shadow 0.25s ease-in-out 0.1s;
  -ms-transition: box-shadow 0.25s ease-in-out 0.1s;
  transition: box-shadow 0.25s ease-in-out 0.1s; 
}

#registry img {
  margin: 0;
}

#schedule {
  display: inline-block;
  background-color: white;
  border-radius: 2px;
  padding: 15px 25px 30px 30px;
  margin: 20px auto;
  color: #372445;
}

#schedule h2 {
  font-family: LeagueScript;
  font-size: 30px;
  display: inline-block;
  width: 100%;
  color: #6A88FF;
  padding-top: 5px;
  margin-top: 0;
  padding-bottom: 3px;
  margin-bottom: 12px;
  border-bottom: solid 1px #6A88FF;
}

#schedule table td {
  padding: 11px 14px;
  font-size: 16px;
}



.medium-circle-image-container, .circle-image-container, .small-circle-image-container {
  position: relative;
  box-shadow: 10px 10px 100px #191835 inset; 
  border: solid 1px #262537;
  display: inline-block;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background-color: #2C2B44;
}

.slide-header-image {
  margin-left: auto;
  margin-right: auto;
  margin-top: -100px;
  margin-bottom: 30px;
}


.medium-circle-image, .circle-image, .small-circle-image {
  position: absolute;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;

}

.circle-image-container {
  height: 220px;
  width: 220px;
  padding: 20px;
}

.small-circle-image-container {
  height: 165px;
  width: 165px;
  padding: 2px;
}

.medium-circle-image-container {
  height: 180px;
  width: 180px;
  padding: 12px;
}


.circle-image {
  height: 220px;
  width: 220px;
  top: 20px;
  left: 20px;
}

.small-circle-image {
  height: 165px;
  width: 165px;
  top: 2px;
  left: 2px;
}

.medium-circle-image {
  height: 180px;
  width: 180px;
  top: 12px;
  left: 12px;
}

#best-man-maid-container {
  margin-top: -100px;
}

.width50 {
  display: inline-block;
  width: 33%;
}

.party-member {
  display: inline-block;
  max-width: 15%;
  min-width: 157px;
}

#junior-party, #senior-party {
  margin: 20px 0;
  width: 100%;
}


.party-member {
  margin: 0 5px; 
}

div:hover > img.hover{
  /*visibility: visible;*/
  opacity: 1;
}

div:hover > img.normal {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

div > img.hover {
  /*visibility: hidden;*/
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.medium-circle-image {
  width: 180px;
  height: 180px;
}

#rsvp-box {
  position: fixed;
  top: 0;
  right: 0;
  width: 250px;
  z-index: 999;
  text-align: right;
  font-family: PenelopeAnne;
  font-size: 30px;
  padding: 5px 10px;
  font-weight: bold;
}

#rsvp-box a:hover {
  text-decoration: none;
  color: white;
}

.parallax-image-wrapper-title {
  z-index: 1000;
}

/*
.parallax-image-wrapper-announcement {
  z-index: 1000;
  background-color: #221F2B;
}
*/


