@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

div.clear {
  clear: both;
}

.mobilehide {
  display: none !important;
}

html,
body {
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

#top {
  width: 100%;
  background: #870000;
}

#side-top {
  width: 100%;
}

#home-logo {
  display: none;
}

#mobile-logo {
  margin-top: 5%;
  margin-left: 20%;
  margin-right: 20%;
  margin-bottom: 1%;
  width: 60%;
}

#number {
  text-align: center;
  color: #fff;
  font-size: 3em;
  font-family: 'Oswald', sans-serif;
  padding-bottom: 2%;
}

#number3 {
  text-align: center;
  font-size: 3em;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  letter-spacing: 1px;
}

#number a {
  color: #fff;
}

#side-top hr {
  display: none;
}

#side-top ul {
  width: 100%;
}

#side-top ul li {
  width: 100%;
  text-align: center;
  border-top: solid 1px #b50000;
  border-bottom: solid 1px #610000;
  padding: 1% 0;
}

#side-top ul li a {
  list-style: none;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  font-size: 2.75em;
  font-family: 'Pontano Sans', sans-serif;
}

#side-bottom {
  display: none;
}

#video {
  width: 100%;
  background: url(images/bgvidstill.png);
  background-size: cover;
  padding-top: 40%;
}

#famousvideo {
  display: none;
}

#bubbles1,
#bubbles2 {
  display: none;
}

#fish {
  width: 100%;
}

/* #vid-wrap {
} */

#legend-pic {
  width: 80%;
  float: right;
}

#head-container {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  float: right;
  padding-right: 1.5%;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
}

#legend-paragraph {
  font-family: 'Titillium Web', sans-serif;
  font-size: 2em;
  line-height: 100%;
  color: #fff;
  text-shadow: 5px 2px 8px #000;
  text-align: right;
}

#legend-cta,
#legend-cta:visited,
#legend-cta:active {
  font-family: 'Titillium Web', sans-serif;
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1),
    rgba(161, 161, 161, 1)
  );
  background: -o-linear-gradient(
    bottom,
    rgba(255, 255, 255, 1),
    rgba(161, 161, 161, 1)
  );
  background: -moz-linear-gradient(
    bottom,
    rgba(255, 255, 255, 1),
    rgba(161, 161, 161, 1)
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1),
    rgba(161, 161, 161, 1)
  );
  padding: 0.5% 2%;
  font-size: 2em;
  color: #870000 !important;
  text-decoration: none;
  float: right;
  font-weight: 600;
  margin-top: 1.5%;
}

#video-spacer {
  display: none;
}

.moment {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 75px 0 115px 0;
  background: url(images/white-line.png);
}

#moment-container {
  margin-left: 8%;
  margin-right: 8%;
  max-width: 100%;
}

#moment-container p {
  font-family: 'Titillium Web', sans-serif;
  font-size: 2em;
  line-height: 130%;
  padding-top: 20px;
}

#moment-container h2 {
  font-family: 'Pontano Sans', sans-serif;
  color: #870000;
  font-weight: normal;
  font-size: 3em;
  padding-bottom: 6px;
}

#moment-container hr {
  margin-top: 10px;
}

#moment-container a,
#moment-container a:visited,
#moment-container a:active {
  color: #870000;
}

#red-dress-mobile {
  width: 100%;
}

.redarrow-right {
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #870000;
  float: right;
  margin-top: 25px;
}

.smallredblock-container {
  display: inline-block;
  margin-top: 2%;
}

.smallredblock {
  background-color: #870000;
  width: 350px;
  height: 130px;
  float: left;
  border-top: solid 25px #610000;
}

.smallredblock p {
  font-family: 'Pontano Sans', sans-serif;
  color: #fff;
  padding-top: 83px;
  text-transform: uppercase;
  font-size: 40px;
  text-align: right;
  padding-right: 20px;
}

.smallredblock-container-content {
  display: inline-block;
  width: 550px;
  vertical-align: top;
  padding-top: 2%;
}

.smallredblock-container-content h1 {
  font-family: 'Pontano Sans', sans-serif;
  font-size: 40px;
  font-weight: normal;
}

.smallredblock-container-content p {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.5em;
  line-height: 130%;
  padding-left: 15px;
}

.poop {
  overflow: hidden;
  margin-bottom: 1%;
}

#package-container {
  margin: 5% 2.5%;
}

#package-container h2 {
  color: #000;
  font-family: 'Pontano Sans', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 2em;
  padding-left: 1%;
}

#package-container ul {
  padding-top: 1%;
}

#package-container ul li {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.5em;
  line-height: 120%;
  list-style: none;
  padding-left: 0.5%;
}

.package-more-info {
  padding-left: 0 !important;
}

.package-more-info a,
.package-more-info a:visited,
.package-more-info a:active {
  color: #870000;
  padding: 3px 5px;
}

.package-more-info a:hover {
  color: #fff;
}

#packageone {
  background-image: url(images/bun1.jpg);
  background-position: left;
  background-repeat: no-repeat;
  height: 218px;
  max-width: 800px;
  padding-left: 400px;
}

#packagetwo {
  background-image: url(images/bun2.jpg);
  background-position: left;
  background-repeat: no-repeat;
  height: 218px;
  max-width: 800px;
  padding-left: 400px;
  margin-top: 25px;
}

#packagethree {
  background-image: url(images/bun3.jpg);
  background-position: left;
  background-repeat: no-repeat;
  height: 218px;
  max-width: 800px;
  padding-left: 400px;
  margin-top: 25px;
}

#package-one-button {
  padding-top: 6%;
}

.package-button {
  background: -webkit-linear-gradient(#457e9b, #406a7a);
  background: -o-linear-gradient(#457e9b, #406a7a);
  background: -moz-linear-gradient(#457e9b, #406a7a);
  background: linear-gradient(#457e9b, #406a7a);
  border-radius: 5px;
  font-family: 'Pontano Sans', sans-serif;
  font-size: 0.9em !important;
  padding: 0.5% 1.5%;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  float: right;
}

.package-button:hover {
  background: -webkit-linear-gradient(#406a7a, #457e9b) !important;
  background: -o-linear-gradient(#406a7a, #457e9b) !important;
  background: -moz-linear-gradient(#406a7a, #457e9b) !important;
  background: linear-gradient(#406a7a, #457e9b) !important;
}

#purple-dress-mobile {
  width: 100%;
}

#homepage-contact {
  width: 100%;
  background: #fff;
  background: url(images/white-line.png);
  padding: 75px 0;
}

#homepage-numba a,
#homepage-numba a:active,
#homepage-numba a:visited {
  color: #870000;
}

#contact-container {
  padding: 35px 50px 50px 50px;
  margin: 0 auto;
  background: #fff;
  width: 700px;
  border-top: solid 5px #b50000;
  border-bottom: solid 1px #b50000;
}

#contact-container p {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.5em;
  line-height: 130%;
  padding-top: 25px;
  text-align: center;
}

#contact-container h1 {
  font-family: 'Pontano Sans', sans-serif;
  color: #870000;
  font-weight: normal;
  font-size: 2.5em;
  text-align: center;
}

#contact-container h2 {
  color: #870000;
  font-family: 'Pontano Sans', sans-serif;
  text-align: center;
  font-size: 2.5em;
  padding-top: 20px;
}

#contact-container hr {
  margin-top: 25px;
}

#contact-ffad input[type='text'] {
  display: block;
  width: 250px;
  margin: 10px;
  padding: 5px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.5em;
}

#contact-ffad textarea {
  width: 250px;
  height: 198px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.5em;
  margin: 10px;
  padding: 5px;
  float: right;
}

input[type='submit'] {
  text-transform: uppercase;
  background: -webkit-linear-gradient(
    top,
    rgba(135, 0, 0, 1),
    rgba(97, 0, 0, 1)
  );
  background: -o-linear-gradient(bottom, rgba(135, 0, 0, 1), rgba(97, 0, 0, 1));
  background: -moz-linear-gradient(
    bottom,
    rgba(135, 0, 0, 1),
    rgba(97, 0, 0, 1)
  );
  background: linear-gradient(to bottom, rgba(135, 0, 0, 1), rgba(97, 0, 0, 1));
  color: #fff;
  border: none;
  font-family: 'Titillium Web', sans-serif;
  font-size: 32px;
  padding: 3px 10px;
  margin-right: 10px;
  width: 261px;
  float: right;
}

input[type='submit']:hover {
  background: -webkit-linear-gradient(
    top,
    rgba(97, 0, 0, 1),
    rgba(135, 0, 0, 1)
  );
  background: -o-linear-gradient(bottom, rgba(97, 0, 0, 1), rgba(135, 0, 0, 1));
  background: -moz-linear-gradient(
    bottom,
    rgba(97, 0, 0, 1),
    rgba(135, 0, 0, 1)
  );
  background: linear-gradient(to bottom, rgba(97, 0, 0, 1), rgba(135, 0, 0, 1));
}

input.website {
  display: none;
}

#contact-ffad-float {
  float: left;
}

#contact-form {
  width: 570px;
  margin: 25px auto;
}

.big-reserve-button,
.big-reserve-button:visited,
.big-reserve-button:active {
  font-family: 'Titillium Web', sans-serif;
  background: -webkit-linear-gradient(
    top,
    rgba(135, 0, 0, 1),
    rgba(97, 0, 0, 1)
  );
  background: -o-linear-gradient(bottom, rgba(135, 0, 0, 1), rgba(97, 0, 0, 1));
  background: -moz-linear-gradient(
    bottom,
    rgba(135, 0, 0, 1),
    rgba(97, 0, 0, 1)
  );
  background: linear-gradient(to bottom, rgba(135, 0, 0, 1), rgba(97, 0, 0, 1));
  padding: 3px 10px;
  font-size: 32px;
  color: #fff !important;
  text-decoration: none;
  font-weight: normal;
  text-transform: uppercase;
}

.big-reserve-button:hover {
  background: -webkit-linear-gradient(
    top,
    rgba(97, 0, 0, 1),
    rgba(135, 0, 0, 1)
  );
  background: -o-linear-gradient(bottom, rgba(97, 0, 0, 1), rgba(135, 0, 0, 1));
  background: -moz-linear-gradient(
    bottom,
    rgba(97, 0, 0, 1),
    rgba(135, 0, 0, 1)
  );
  background: linear-gradient(to bottom, rgba(97, 0, 0, 1), rgba(135, 0, 0, 1));
}

#main-footer,
#package-footer {
  background: #000;
  width: 100%;
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
  height: 15%;
}

#main-footer a,
#package-footer a {
  color: #fff;
}

#main-footer p,
#package-footer p {
  margin: 0 6%;
  font-size: 1.5em !important;
  padding: 2.5% 0;
}

a.sprite-alist {
  background: url(images/selectsprite-medium.jpg) no-repeat 0 0;
  display: block;
  height: 54px;
  width: 232px;
}
a.sprite-alist:hover {
  background: url(images/selectsprite-medium.jpg) no-repeat 0 -54px;
  display: block;
  height: 54px;
  width: 232px;
}

a.sprite-superstar {
  background: url(images/selectsprite-medium.jpg) no-repeat 0 -108px;
  display: block;
  height: 54px;
  width: 232px;
}
a.sprite-superstar:hover {
  background: url(images/selectsprite-medium.jpg) no-repeat 0 -162px;
  display: block;
  height: 54px;
  width: 232px;
}

a.sprite-megastar {
  background: url(images/selectsprite-medium.jpg) no-repeat 0 -216px;
  display: block;
  height: 54px;
  width: 232px;
  float: unset;
}
a.sprite-megastar:hover {
  background: url(images/selectsprite-medium.jpg) no-repeat 0 -270px;
  display: block;
  height: 54px;
  width: 232px;
}

.nopadding {
  padding: 0 !important;
}

#top-wrap-about,
#top-wrap-faq,
#top-wrap-packages,
#top-wrap-gallery {
  width: 100%;
  background: #870000;
}

#mobile-about-topimage {
  width: 100%;
}

#whiteblock-about {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 75px 0 115px 0;
  background: url(images/white-line.png);
}

#whiteblock-about-content {
  margin-left: 8%;
  margin-right: 8%;
  max-width: 100%;
}

#whiteblock-about-content p {
  font-family: 'Titillium Web', sans-serif;
  font-size: 2em;
  line-height: 130%;
  padding-top: 20px;
}

#whiteblock-about-content h1 {
  font-family: 'Pontano Sans', sans-serif;
  color: #870000;
  font-weight: normal;
  font-size: 3em;
  padding-bottom: 6px;
}

#whiteblock-about-content hr {
  margin-top: 10px;
}

#about-end {
  padding-bottom: 50px;
}

#girls-mobile {
  width: 100%;
}

#about-contact-container,
#package-contact-container {
  padding: 35px 50px 50px 50px;
  margin: 10% auto;
  background: #fff;
  width: 700px;
  border-top: solid 5px #b50000;
  border-bottom: solid 1px #b50000;
}

#about-contact-container p,
#package-contact-container p {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.5em;
  line-height: 130%;
  padding-top: 25px;
  text-align: center;
}

#about-contact-container h1,
#package-contact-container h1 {
  font-family: 'Pontano Sans', sans-serif;
  color: #870000;
  font-weight: normal;
  font-size: 2.5em;
  text-align: center;
}

#about-contact-container h2,
#package-contact-container h2 {
  color: #870000;
  font-family: 'Pontano Sans', sans-serif;
  text-align: center;
  font-size: 2.5em;
  padding-top: 20px;
}

#about-contact-container hr,
#package-contact-container hr {
  margin-top: 25px;
}

/* FAQ Page */

#mobile-faq-topimage {
  width: 100%;
}

#whiteblock-faq {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 75px 0 115px 0;
  background: url(images/white-line.png);
}

#faq-container {
  margin-left: 8%;
  margin-right: 8%;
  max-width: 100%;
}

#faq-container p {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.5em;
  line-height: 130%;
  padding-top: 25px;
}

#faq-container h1 {
  font-family: 'Pontano Sans', sans-serif;
  color: #870000;
  font-weight: normal;
  font-size: 2.5em;
  text-align: center;
}

#faq-container h2 {
  color: #870000;
  font-family: 'Pontano Sans', sans-serif;
  text-align: center;
  font-size: 2.5em;
  padding-top: 20px;
}

#faq-end {
  padding-bottom: 5%;
}

.picture5 {
  display: none;
}

#streetpic-mobile {
  width: 100%;
}

#faq-contact-container {
  padding: 35px 50px 50px 50px;
  margin: 10% auto;
  background: #fff;
  width: 700px;
  border-top: solid 5px #b50000;
  border-bottom: solid 1px #b50000;
}

#faq-contact-container p {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.5em;
  line-height: 130%;
  padding-top: 25px;
  text-align: center;
}

#faq-contact-container h1 {
  font-family: 'Pontano Sans', sans-serif;
  color: #870000;
  font-weight: normal;
  font-size: 2.5em;
  text-align: center;
}

#faq-contact-container h2 {
  color: #870000;
  font-family: 'Pontano Sans', sans-serif;
  text-align: center;
  font-size: 2.5em;
  padding-top: 20px;
}

#faq-contact-container hr {
  margin-top: 25px;
}

/* Packages */

#downtown-mobile {
  width: 100%;
}

#whiteblock-packages {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 75px 0 0px 0;
  background: url(images/white-line.png);
}

.packagepagecontainer p {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.5em;
  line-height: 130%;
  text-align: center;
}

#package-top-paragraph {
  max-width: 80%;
  text-align: center;
  padding: 2%;
  background: #fff;
  border-top: solid 5px #b50000;
  border-bottom: solid 1px #b50000;
}

#package-bottom-paragraph a,
#package-bottom-paragraph a:active,
#package-bottom-paragraph a:visited {
  color: #870000;
}

.main {
  margin-left: 10%;
}

.packagepagecontainer {
  margin-left: 13%;
  width: 800px;
  padding-bottom: 75px;
}

.packagepagecontainer-forpackages {
  margin-left: 10%;
  padding-bottom: 75px;
}

.packagepagecontainer p,
.packagepagecontainer-forpackages p {
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
}

#package-bottom-paragraph {
  max-width: 700px;
  text-align: center;
  border: solid 1px #b50000;
  background: #eee;
  padding: 20px;
  margin: 75px 0px 0px 0px;
}

.packagepage-button {
  float: right;
  background: -webkit-linear-gradient(#457e9b, #406a7a);
  background: -o-linear-gradient(#457e9b, #406a7a);
  background: -moz-linear-gradient(#457e9b, #406a7a);
  background: linear-gradient(#457e9b, #406a7a);
  border-radius: 5px;
  padding: 3px 6px 3px 6px;
  text-shadow: 2px 2px 2px #3d3d3d;
  font-weight: normal;
  font-size: 19px !important;
}

.packagepage-button:hover {
  float: right;
  background: -webkit-linear-gradient(#406a7a, #457e9b);
  background: -o-linear-gradient(#406a7a, #457e9b);
  background: -moz-linear-gradient(#406a7a, #457e9b);
  background: linear-gradient(#406a7a, #457e9b);
  border-radius: 5px;
  padding: 3px 6px 3px 6px;
  text-shadow: 2px 2px 2px #3d3d3d;
  font-weight: normal;
  font-size: 19px !important;
}

#alist_package {
  float: left;
}

#alist_package ul {
  width: 232px;
  background-color: #ccc;
  list-style: none;
  text-align: center;
}

#alist_package ul li {
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  border-top: solid 1px #cfcfcf;
  border-bottom: solid 1px #aaa;
  color: #000;
  position: relative;
}

.details-grey:hover {
  background-color: #888;
  border-top: solid 1px #959595;
  border-bottom: solid 1px #757575;
}

.details-grey:hover > .info {
  display: block;
  top: -1px;
  left: 220px;
  background: #e4e4e4;
  width: 150px;
  border-top: solid 1px #888;
  border-right: solid 1px #888;
  border-bottom: solid 1px #888;
  border-left: solid 1px #888;
  z-index: 2;
  position: absolute;
  text-align: left;
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #2a2a2a;
}
.details-red:hover {
  background-color: #610000;
}

.details-red:hover > .info {
  display: block;
  top: -1px;
  left: 220px;
  background: #e4e4e4;
  width: 150px;
  border-top: solid 1px #888;
  border-right: solid 1px #888;
  border-bottom: solid 1px #888;
  border-left: solid 1px #888;
  z-index: 2;
  position: absolute;
  text-align: left;
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #2a2a2a;
}

#alist_head {
  background-color: #888;
  color: #fff !important;
  font-weight: normal !important;
  text-transform: uppercase;
  font-size: 20px !important;
  border-top: none !important;
  border-bottom: none !important;
}

#superstar_package {
  float: left;
  margin-left: 20px;
}

#superstar_package ul {
  width: 232px;
  background-color: #ccc;
  list-style: none;
  text-align: center;
}

#superstar_package ul li {
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  border-top: solid 1px #cfcfcf;
  border-bottom: solid 1px #aaa;
  color: #000;
  position: relative;
}

.info {
  display: none;
}

#superstar_package ul li:hover > .info {
  display: block;
  top: -1px;
  left: 220px;
  background: #e4e4e4;
  width: 150px;
  border-top: solid 1px #888;
  border-right: solid 1px #888;
  border-bottom: solid 1px #888;
  border-left: solid 1px #888;
  z-index: 2;
  position: absolute;
  text-align: left;
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #2a2a2a;
}

#super_head {
  background-color: #888;
  color: #fff !important;
  font-weight: normal !important;
  text-transform: uppercase;
  font-size: 20px !important;
  border-top: none !important;
  border-bottom: none !important;
}

#megastar_package {
  float: left;
  margin-left: 20px;
}

#megastar_package ul {
  width: 232px;
  background-color: #870000;
  list-style: none;
  text-align: center;
}

#megastar_package ul li {
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  border-top: solid 1px #aa0000;
  border-bottom: solid 1px #610000;
  color: #fff;
  position: relative;
}

.info_mega {
  display: none;
}

#megastar_package ul li:hover > .info_mega {
  display: block;
  top: -1px;
  left: 220px;
  background: #e4e4e4;
  width: 150px;
  border-top: solid 1px #888;
  border-right: solid 1px #888;
  border-bottom: solid 1px #888;
  border-left: solid 1px #888;
  z-index: 2;
  position: absolute;
  text-align: left;
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #2a2a2a;
}

#mega_head {
  background-color: #610000;
  color: #fff !important;
  font-weight: normal !important;
  text-transform: uppercase;
  font-size: 20px !important;
  border-top: none !important;
  border-bottom: none !important;
}

.packagepage-button {
  float: right;
  background: -webkit-linear-gradient(#457e9b, #406a7a);
  background: -o-linear-gradient(#457e9b, #406a7a);
  background: -moz-linear-gradient(#457e9b, #406a7a);
  background: linear-gradient(#457e9b, #406a7a);
  border-radius: 5px;
  padding: 3px 6px 3px 6px;
  text-shadow: 2px 2px 2px #3d3d3d;
  font-weight: normal;
  font-size: 19px !important;
}

#packagepictwo-mobile {
  width: 100%;
}

#reserve-container {
  max-width: 50%;
  margin: 0 auto;
}

#contact-success {
  width: 100%;
  background-color: #fff;
  padding: 75px 0;
  background: url(images/white-line.png);
  height: 100%;
}

#contact-success-container {
  padding: 35px 50px 50px 50px;
  margin: 0 auto;
  background: #fff;
  width: 55%;
  border-top: solid 5px #b50000;
  border-bottom: solid 1px #b50000;
}

#contact-success-container p {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.5em;
  line-height: 130%;
  padding-top: 25px;
  text-align: center;
}

#contact-success-container h1 {
  font-family: 'Pontano Sans', sans-serif;
  color: #870000;
  font-weight: normal;
  font-size: 2.5em;
  text-align: center;
}

#contact-success-container h2 {
  color: #870000;
  font-family: 'Pontano Sans', sans-serif;
  text-align: center;
  font-size: 2.5em;
  padding-top: 20px;
}

#contact-success-container hr {
  margin-top: 25px;
}

#contact-success-container a,
#contact-success-container a:visited,
#contact-success-container a:active {
  color: #870000;
}

#whiteblock-packages h2 {
  text-align: center;
  display: block;
  font-family: 'Titillium Web', sans-serif;
  color: #870000;
  font-size: 3rem;
  padding-bottom: 3rem;
}

.tablet-mobile form {
  font-size: 1.75rem;
}

.tablet-mobile form h1,
.tablet-mobile form input[type='submit'] {
  font-size: 2rem;
}

.tablet-mobile form input,
.tablet-mobile form textarea {
  font-size: 1.5rem;
}

#contact-form form {
  display: flex;
  flex-direction: column;
}

#contact-form form input[type='text'],
#contact-form form textarea {
  width: 100%;
}

#contact-form form input[type='submit'] {
  width: auto;
  margin: 1rem auto 0;
}
