/* ------------------------------------------------------------------------------------ 
-- design specific 
------------------------------------------------------------------------------------*/
body {
  font-family: "Roboto Condensed";
}

.main-table-border {
  background: #fafafa url(/app/images/invitation_original/ati/roses.png) repeat;
  background-size: cover;
}

.main-table {
  padding: 38px;
}

.text {
  text-transform: uppercase;
}

.nav-link {
  text-transform: uppercase;
}

.icon {
  width: 200px;
  height: 140px;
  background: url(/app/images/invitation_original/ati/rings.png) center
    no-repeat;
  background-size: 200px auto;
  margin: auto auto 1rem;
}

.names {
  font-family: "Dancing Script";
  justify-content: space-around !important;
}

.venue_1_date {
  padding-bottom: 0px;
}

.maplink {
  margin-top: -22px;
}

.venue_2_section {
  display: none;
}

.rsvp_footer {
  max-width: 400px;
  margin: auto;
}

.venue_1_title, .venue_1_date {
  font-size: 1.3em;
  color: #262626;
  letter-spacing: 0.1em;
}

textarea, input {
  width: 100%;
  background: #f0f0f0;
  border: 1px solid #fff;
  padding: 4%;
}

label {
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 24px;
}

#rightButton span:hover, #leftButton span:hover {
  background: rgba(163, 112, 107, 0.8);
}

.maplink-wrap, .intro span, #submit-wrap {
  background: rgba(163, 112, 107, 0.5);
}

#rightButton span, #leftButton span {
  background: rgba(163, 112, 107, 0.5);
}

#rightButton a, #leftButton a {
  background: #A3706B;
  background: -webkit-linear-gradient(top, #A3706B 0%, #b3807b 100%);
  background: -moz-linear-gradient(top, #A3706B 0%, #b3807b 100%);
  background: -o-linear-gradient(top, #A3706B 0%, #b3807b 100%);
  background: -ms-linear-gradient(top, #A3706B 0%, #b3807b 100%);
  background: -khtml-linear-gradient(top, #A3706B 0%, #b3807b 100%);
}

.intro a {
  background: #A3706B;
  background: -webkit-linear-gradient(top, #A3706B 0%, #b3807b 100%);
  background: -moz-linear-gradient(top, #A3706B 0%, #b3807b 100%);
  background: -o-linear-gradient(top, #A3706B 0%, #b3807b 100%);
  background: -ms-linear-gradient(top, #A3706B 0%, #b3807b 100%);
  background: -khtml-linear-gradient(top, #A3706B 0%, #b3807b 100%);
}

.maplink a {
  background: #A3706B;
  background: -webkit-linear-gradient(top, #A3706B 0%, #b3807b 100%);
  background: -moz-linear-gradient(top, #A3706B 0%, #b3807b 100%);
  background: -o-linear-gradient(top, #A3706B 0%, #b3807b 100%);
  background: -ms-linear-gradient(top, #A3706B 0%, #b3807b 100%);
  background: -khtml-linear-gradient(top, #A3706B 0%, #b3807b 100%);
}

#submit {
  background: #A3706B;
  background: -webkit-linear-gradient(top, #A3706B 0%, #b3807b 100%);
  background: -moz-linear-gradient(top, #A3706B 0%, #b3807b 100%);
  background: -o-linear-gradient(top, #A3706B 0%, #b3807b 100%);
  background: -ms-linear-gradient(top, #A3706B 0%, #b3807b 100%);
  background: -khtml-linear-gradient(top, #A3706B 0%, #b3807b 100%);
}

/*
ati cover
*/
.cover-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.bg-intro {
  background: #ffffff
    url(/app/images/invitation_original/ati/nyito-oldal.png) no-repeat
    bottom center;
  background-size: auto 100%;
  width: 100%;
  height: 75vh;
}

.cover-intro {
  margin-top: -15px;
}

.cover-intro a {
  font-size: 0.6em;
  background: #A3706B;
  background: -webkit-linear-gradient(top, #A3706B 0%, #b3807b 100%);
  background: -moz-linear-gradient(top, #A3706B 0%, #b3807b 100%);
  background: -o-linear-gradient(top, #A3706B 0%, #b3807b 100%);
  background: -ms-linear-gradient(top, #A3706B 0%, #b3807b 100%);
  background: -khtml-linear-gradient(top, #A3706B 0%, #b3807b 100%);
  background: #A3706B;
}

@media screen and (min-height:450px) {
  .cover-intro a {
    height: 80px;
    width: 80px;
    line-height: 82px;
    font-size: 0.7em;
  }
  .cover-intro {
    margin-top: -30px;
  }
}

@media print {
  .bg-intro {
    background-size: contain;
    background-position: center center;
  }
  .main-table-border {
    padding: 40px;
  }
  .icon {
    width: auto; 
    height: 181px;
    background-size: auto; 
  }
}