@charset "UTF-8";
@font-face {
  font-family: "Fabiola-Regular";
  src: url("fonts/3B2B04_0_0.eot");
  src: url("fonts/3B2B04_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/3B2B04_0_0.woff2") format("woff2"), url("fonts/3B2B04_0_0.woff") format("woff"), url("fonts/3B2B04_0_0.ttf") format("truetype");
}
@keyframes blink {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes popup {
  from {
    transform: translateY(300px);
  }
  to {
    transform: translateY(0px);
  }
}
@keyframes popdown {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(300px);
  }
}
.popup-animation {
  animation: popup 0.5s forwards;
}

.popdown-animation {
  animation: popdown 0.5s forwards;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.ps {
  color: #bc9b13;
}

.wingding {
  font-family: "wingdings";
}

.underline {
  padding: 0 0 5px 0;
  border-bottom: solid 2px;
  margin-bottom: 10px;
}

.bold {
  font-weight: 600;
}

.x-bold {
  font-weight: 900;
}

.yellow {
  color: #FEC300;
}

.yellow-bg {
  background: #FEC300 !important;
}

.blue {
  color: #002838;
}

.ball-right {
  transform: translateX(25px);
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  color: #002838;
  padding: 0;
  margin: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

h1 {
  font-family: acme-gothic-extrawide, acme gothic extrawide, sans-serif;
  font-weight: 700;
  font-size: 48pt;
}

h2 {
  font-family: acme-gothic-wide, acme gothic wide, sans-serif;
  font-weight: 800;
  font-size: 24pt;
  text-transform: uppercase;
}

h3 {
  font-family: acme-gothic-condensed, acme gothic condensed, sans-serif;
  font-weight: 500;
  font-size: 24pt;
}

h4 {
  font-family: acme-gothic, acme gothic, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1;
}

h5 {
  font-family: acme-gothic, acme gothic, sans-serif;
  font-weight: 500;
  font-size: 14pt;
  text-transform: uppercase;
}

h6 {
  font-family: acme-gothic, acme gothic, sans-serif;
  font-size: 18pt;
  padding: 20px 0;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
  margin: 30px 0;
  text-align: center;
  font-weight: 300;
}

p {
  font-family: acme-gothic, acme gothic, sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 1;
}

.cta {
  font-family: acme-gothic-wide, acme gothic wide, sans-serif;
  padding: 20px;
  box-sizing: border-box;
  font-weight: 800;
  font-size: 14pt;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #002838;
  border: solid 2px #002838;
  display: inline-block;
  margin-top: 10px;
}
.cta a {
  text-decoration: none;
  color: white;
}

.alt-cta {
  font-family: acme-gothic-wide, acme gothic wide sans-serif;
  padding: 20px;
  box-sizing: border-box;
  font-weight: 800;
  font-size: 14pt;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: solid 2px #002838;
  background: transparent;
  display: inline-block;
  margin-top: 10px;
}
.alt-cta a {
  text-decoration: none;
  color: #002838;
}

#mobile-menu {
  width: 100%;
  height: 100%;
  display: none;
  background: #002838;
  color: white;
  position: fixed;
  z-index: 500;
}
#mobile-menu .close {
  text-align: right;
  margin: 20px;
  font-family: acme-gothic-wide, acme gothic wide, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: solid 2px;
  display: inline-block;
  padding: 10px;
  float: right;
  color: #FEC300;
  font-size: 10px;
  cursor: pointer;
}
#mobile-menu ul {
  clear: both;
}
#mobile-menu li {
  margin: 20px;
}
#mobile-menu a {
  color: white;
  text-decoration: none;
  font-family: acme-gothic-condensed, acme gothic condensed, sans-serif;
  font-size: 40px;
}

#container {
  display: block;
  padding: 5px;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  margin: auto;
}

.nav-spacer {
  height: 100px;
  display: block;
}

footer {
  padding: 100px 0;
  width: 100%;
  background: #002838;
  color: white;
  font-family: acme-gothic-wide, acme gothic wide, sans-serif;
  text-align: center;
  margin-top: 1em;
}

.yellowtext {
  color: #FEC300;
  font-size: 34px;
}

.announcement-banner {
  height: 40px;
  background: #FEC300;
  text-align: center;
  color: white;
  font-family: acme-gothic-wide, acme gothic wide, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

header {
  height: 70px;
  background: white;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.11);
}
header .logo {
  width: 250px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header .nav {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
header .nav a {
  text-decoration: none;
  font-family: acme-gothic-compressed, acme gothic compressed, sans-serif;
  font-size: 24px;
  color: #002838;
}
header .nav a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 960px) {
  header .nav {
    display: none;
  }
}
header .mob-nav-trigger {
  width: 50%;
  display: none;
  font-family: acme-gothic, acme gothic, sans-serif;
  cursor: pointer;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  header .mob-nav-trigger {
    display: flex;
    justify-content: flex-end;
  }
}

.hero {
  width: 100%;
  height: calc(100vh - 70px - 40px - 10px);
  background: #002838;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: calc(40px + 70px);
  position: relative;
}
@media screen and (max-width: 960px) {
  .hero {
    height: 450px;
  }
}
.hero h1 {
  width: 80%;
  margin: auto;
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 30px;
  margin-bottom: 30px;
}
.hero img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 5;
}
.hero #detail-trig {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: calc(40px + 70px);
}

.intro {
  margin: 100px auto 100px auto;
  width: 90%;
  max-width: 900px;
  display: none;
}
.intro p {
  padding: 20px 0;
  font-size: 28px;
}

.headline {
  padding-bottom: 10px;
  border-bottom: solid 10px #FEC300;
}

.details {
  margin: auto;
  max-width: 900px;
  width: 90%;
  margin-top: 30px;
}

.attire {
  margin: auto;
  max-width: 900px;
  width: 90%;
  padding: 30px 0;
}
.attire a {
  font-size: 10px;
  vertical-align: text-bottom;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  padding: 5px;
}
.attire ul {
  margin: auto;
}
.attire ul li {
  font-weight: 400;
  font-family: acme-gothic-wide, acme gothic wide, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  margin: 30px 0;
  line-height: 1.2;
  display: flex;
  flex-direction: row;
  justify-content: top;
}
.attire ul li:before {
  content: "•";
  display: block;
  margin-right: 10px;
}

.party {
  margin: auto;
  max-width: 900px;
  width: 90%;
}
.party .vip-category {
  border-top: solid 2px #002838;
  padding: 10px 0 0 0;
  margin: 30px 0 0 0;
  font-family: acme-gothic-extrawide, acme gothic extrawide, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
}

.robot {
  width: 60px;
  height: auto;
  display: block;
}

.timeline {
  width: 100%;
}
.timeline h6 {
  background: #002838;
  border: 0;
  color: white;
  font-family: acme-gothic-wide, acme gothic wide, sans-serif;
}
.timeline .t-event {
  display: flex;
  justify-content: flex-start;
  padding: 10px 0 5px 0;
  width: 100%;
  margin-bottom: 20px;
}
.timeline .t-event .robot {
  padding: 5px 15px 0 0;
  fill: #002838;
  height: auto;
  box-sizing: border-box;
}
.timeline .t-event .t-text {
  width: calc(100% - 60px);
  padding: 5px 0;
  box-sizing: border-box;
}
.timeline .t-event .t-text .t-datetime {
  border-bottom: solid 2px;
  color: #002838;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0 0 0;
}
.timeline .t-event .t-text .t-datetime h5:nth-child(2) {
  text-align: right;
}
.timeline .t-event .t-text li {
  display: flex;
  width: 100%;
}
.timeline .t-event p {
  display: flex;
  padding: 10px 0 0 0;
  box-sizing: border-box;
  width: 90%;
}
.timeline .t-event p:before {
  content: "• ";
  display: block;
  margin-right: 15px;
}
.timeline .t-event h4 {
  padding: 10px 0 0 0;
}
.timeline .t-event h5 {
  padding: 0 0 5px 0;
}
.timeline .t-event .t-time {
  font-weight: 900;
}

.hotel, .venue, .airport, .busses, .activities {
  margin: auto;
  margin-top: 70px;
  max-width: 900px;
  width: 90%;
}
.hotel h2, .venue h2, .airport h2, .busses h2, .activities h2 {
  padding: 5px 0;
  margin-bottom: 10px;
}
.hotel h3, .venue h3, .airport h3, .busses h3, .activities h3 {
  padding: 10px 0 0 0;
}
.hotel h3 a, .venue h3 a, .airport h3 a, .busses h3 a, .activities h3 a {
  text-decoration: none;
  color: #002838;
}
.hotel h3 a:hover, .venue h3 a:hover, .airport h3 a:hover, .busses h3 a:hover, .activities h3 a:hover {
  color: #FEC300;
  border-bottom: solid 2px;
}
.hotel .address, .venue .address, .airport .address, .busses .address, .activities .address {
  padding: 10px 0;
  border-top: solid 2px;
  border-bottom: solid 2px;
  margin: 10px 0;
  font-size: 24px;
}
.hotel .link, .venue .link, .airport .link, .busses .link, .activities .link {
  text-decoration: none;
  color: white;
  background: #002838;
  padding: 10px;
  margin-top: 10px;
  display: inline-block;
}
.hotel p, .venue p, .airport p, .busses p, .activities p {
  margin-bottom: 10px;
}
.hotel ul, .venue ul, .airport ul, .busses ul, .activities ul {
  margin: auto;
}
.hotel ul li, .venue ul li, .airport ul li, .busses ul li, .activities ul li {
  font-weight: 100;
  font-family: acme-gothic, acme gothic, sans-serif;
  font-size: 22px;
  margin: 15px 0;
  line-height: 1.2;
}
.hotel ul li:before, .venue ul li:before, .airport ul li:before, .busses ul li:before, .activities ul li:before {
  content: "→";
  margin-right: 10px;
}
.hotel .detail, .venue .detail, .airport .detail, .busses .detail, .activities .detail {
  margin-top: 20px;
  font-family: acme-gothic-wide, sans-serif;
  font-weight: 900;
  background: #FEC300;
  padding: 20px;
  display: inline-block;
  box-sizing: border-box;
  animation: blink 1s alternate infinite;
}
.hotel .distance, .venue .distance, .airport .distance, .busses .distance, .activities .distance {
  font-family: acme-gothic, sans-serif;
  font-weight: 100;
  font-size: 24px;
}

.activities a {
  color: #002838;
  text-decoration: none;
}

.activities li {
  outline: solid 2px #FEC300;
  padding: 5px;
}
.activities li a:hover {
  color: #FEC300 !important;
}
.activities li:hover {
  outline: solid 2px #002838;
}

.vip-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 960px) {
  .vip-section {
    grid-template-columns: 1fr;
  }
}

.vip {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.vip .photo {
  width: 100px;
  height: 100px;
  min-width: 100px;
  margin-right: 10px;
  padding: 5px;
  box-sizing: border-box;
}
.vip .photo img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #002838;
}
.vip .text h3 {
  font-weight: 900;
}
.vip .text .certification {
  width: 60px;
  display: inline-block;
}
.vip .text .certification img {
  width: 100%;
}
.vip .text h4 {
  padding: 2.5px 0;
  font-size: 20px;
  margin-top: 5px;
}

.brideandgroom {
  width: 90%;
  max-width: 900px;
  margin: auto;
  padding: 30px 0;
}
.brideandgroom p, .brideandgroom h5 {
  text-align: center;
  padding: 10px 0;
  font-size: 24px;
}
.brideandgroom .bg-intro {
  border-top: solid 10px #FEC300;
  padding-top: 20px;
}

.mini-hero {
  width: 100%;
  height: calc(calc(100vh - 70px - 40px - 10px) * 0.75);
  max-height: 600px;
  background: #002838;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: calc(40px + 70px);
}
@media-screen and (max-width: $breakpoint-phone ) {
  .mini-hero {
    height: calc(calc(100vh - 70px - 40px - 10px));
  }
}
.mini-hero h1 {
  width: 80%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  margin: 0 auto 20px 20px;
}
.mini-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  z-index: 5;
}

.mini-mini-hero {
  margin-top: 110px;
  background: #002838;
  color: white;
  padding: 30px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .mini-mini-hero h1 {
    font-size: 24pt !important;
  }
}

.story {
  width: 90%;
  max-width: 900px;
  margin: auto;
  margin-bottom: 30px;
  display: block;
}
.story h3 {
  text-align: center;
  padding: 30px 0;
}
.story p {
  max-width: 550px;
  margin: auto;
  font-size: 22px;
  margin-bottom: 1em;
}
.story .robot {
  fill: #002838;
  margin: auto;
  width: 40px;
  margin-bottom: 1em;
}

.returnbusses {
  background: #002838;
  color: white;
  padding: 20px;
  width: calc(100% - 60px - 40px);
  margin-left: 60px;
}
.returnbusses h5 {
  margin-bottom: 10px;
  color: #FEC300;
  line-height: 1.5em;
}
.returnbusses p {
  margin-bottom: 10px;
}

.specialdetail {
  background: #002838;
  color: white;
  padding: 20px;
  width: calc(100% - 60px - 40px);
}
.specialdetail h5 {
  margin-bottom: 10px;
  color: #FEC300;
  line-height: 1.5em;
}
.specialdetail p {
  margin-bottom: 10px;
}

.party {
  margin-top: 30px;
}
.party .person {
  display: flex;
  padding: 30px 0;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .party .person {
    flex-direction: column;
  }
}
.party .person .text {
  padding-left: 30px;
}
@media screen and (max-width: 700px) {
  .party .person .text {
    text-align: center;
    margin: 20px 0;
    padding-left: 0;
  }
}
.party .person .text h2 {
  padding: 5px 0;
  line-height: 1;
  text-transform: none;
  font-family: acme-gothic, acme gothic, sans-serif;
  text-transform: uppercase;
}
.party .person .text h3 {
  font-family: acme-gothic, acme gothic, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4em;
}
.party .person .text .role {
  font-size: 18px;
  border: solid 2px;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 5px;
  color: #FEC300;
}
.party .person .photo {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background: #002838;
}
@media screen and (max-width: 700px) {
  .party .person .photo {
    width: 250px;
    height: 250px;
    min-width: 250px;
  }
}
.party .person .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.party .title {
  font-family: "Fabiola-Regular", acme gothic condensed, acme-gothic-condensed, sans-serif;
  font-size: 50px;
  border-bottom: solid 2px;
  padding-bottom: 10px;
  color: #FEC300;
  font-weight: 100;
}

.detail-toggle-wrapper {
  width: 340px;
  display: none;
  flex-direction: column;
  justify-content: center;
  border: solid 2px #002838;
  padding: 5px;
  box-sizing: border-box;
  background: white;
  z-index: 9999;
  position: fixed;
  bottom: 0;
  left: 0;
}
.detail-toggle-wrapper .dt-title {
  text-align: center;
  font-family: acme-gothic, acme gothic, sans-serif;
  padding-bottom: 10px;
  color: #002838;
  border-bottom: solid 3px #FEC300;
  font-size: 28px;
  box-sizing: border-box;
  font-weight: 700;
}
.detail-toggle-wrapper .toggle-wrapper {
  display: flex;
  margin: 10px 0;
  align-items: center;
  justify-content: center;
}
.detail-toggle-wrapper .toggle-wrapper .name {
  font-family: acme-gothic-condensed, acme gothic condensed, sans-serif;
  margin: 0 10px;
  font-size: 24px;
}
.detail-toggle-wrapper .toggle-wrapper .toggle {
  width: 60px;
  border-radius: 30px;
  background: #002838;
  padding: 5px;
  box-sizing: border-box;
}
.detail-toggle-wrapper .toggle-wrapper .toggle .ball {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: white;
}

.desktop-photo {
  display: inline;
}
@media screen and (max-width: 960px) {
  .desktop-photo {
    display: none;
  }
}

.mobile-photo {
  display: none;
}
@media screen and (max-width: 960px) {
  .mobile-photo {
    display: inline;
  }
}

#popup {
  position: fixed;
  bottom: 0;
  right: 0;
  margin-right: 10px;
  width: 250px;
  display: block;
  z-index: 2000;
}
#popup img {
  width: 100%;
}
#popup .close {
  background: #002838;
  fill: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 2px;
}
#popup .close svg {
  width: 10px;
  height: 10px;
}

.corona-message {
  padding: 100px 10px;
  box-sizing: border-box;
  display: block;
}
.corona-message h2 {
  text-align: center;
  margin-bottom: 50px;
}
.corona-message h3 {
  text-align: center;
  margin-bottom: 50px;
  color: #FEC300;
}
.corona-message .cta-wrapper {
  width: 100%;
  display: block;
  display: flex;
  justify-content: center;
}
.corona-message .cta {
  color: white;
  text-decoration: none;
  margin: 30px auto;
  text-align: center;
}
.corona-message .letter {
  max-width: 600px;
  border: solid 2px #FEC300;
  padding: 20px;
  box-sizing: border-box;
  margin: auto;
  display: block;
}
.corona-message .letter .robot {
  width: 100px;
  height: 100px;
  margin: auto;
  margin-bottom: 30px;
}
.corona-message .letter a {
  margin-bottom: 30px;
  color: #002838;
  display: block;
  font-family: acme-gothic-wide, acme gothic wide, sans-serif;
  text-decoration: none;
  font-weight: 900;
  background: #FEC300;
  padding: 10px;
  transition: transform 0.3s ease-in-out;
}
.corona-message .letter a:hover {
  transform: scale(1.05);
}
.corona-message p {
  margin: auto;
  font-family: acme-gothic-wide, acme gothic wide, sans-serif;
  margin-bottom: 30px;
  color: #444444;
  line-height: 1.5;
  color: #002838;
}
.corona-message strong {
  font-weight: 900;
}

.registry-text {
  margin: auto;
  margin-top: 20px;
  width: 90%;
  max-width: 550px;
}
.registry-text h2 {
  text-transform: none;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.3;
}
.registry-text p {
  margin-bottom: 20px;
}
.registry-text .cta {
  color: white;
  text-decoration: none;
}
.registry-text .cta:hover {
  opacity: 0.9;
}

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