h1, h2, h3 {
  font-family: "Acme", sans-serif;
}

p {
  font-family: "Roboto", sans-serif;
}

a {
  font-family: "Roboto", sans-serif;
}

.container {
  margin: 0 auto;
}

body {
  min-width: 360px;
}

.content-area {
  background-image: url("../../uploads/2019/10/birthday-bg.jpg");
  background-repeat: repeat;
}

main {
  background-color: rgba(255, 255, 255, 0.4);
}

.content-div {
  padding-top: 3em;
  padding-bottom: 3em;
}
.content-div h2 {
  text-align: left;
  font-size: 3em;
  margin-left: 4px;
}

.content-div:nth-child(even) {
  background-color: rgba(209, 170, 123, 0.87);
}

.content-div:nth-child(odd) {
  background-color: rgba(175, 203, 212, 0.85);
}

/* start of nav */
.contact-info-header {
  background-color: white;
  margin-top: 10px;
}
.contact-info-header .header-contact-info {
  display: block;
}
.contact-info-header .header-contact-info a {
  color: #212529;
}
.contact-info-header .header-contact-info a:visted {
  color: #212529;
}
.contact-info-header .header-contact-info a:hover {
  color: #f7941d;
  text-decoration: none;
}
.contact-info-header .header-contact-info h4 {
  text-align: center;
}
.contact-info-header .social-media-icon {
  display: flex;
  justify-content: center;
}
.contact-info-header .social-media-icon .icon-container {
  display: flex;
  justify-content: center;
}
.contact-info-header .social-media-icon .icon-container a {
  margin-left: 1rem;
  margin-right: 1rem;
  color: #212529;
}
.contact-info-header .social-media-icon .icon-container a:visited {
  color: #212529;
}
.contact-info-header .social-media-icon .icon-container a:hover {
  margin-left: 1rem;
  margin-right: 1rem;
  color: #f7941d;
}
.site-header {
  z-index: 2;
}

.mobile-nav {
  width: 100%;
  background-color: #00a8e6;
  height: 5rem;
  display: flex;
}
.mobile-nav .logo {
  z-index: 2;
}
.mobile-nav .logo #mobile-logo img {
  margin-top: -18px;
}
.mobile-nav .hamburger-menu a {
  font-size: 60px;
  display: flex;
  justify-items: center;
  justify-content: center;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 10px;
  border: 1px black solid;
  border-radius: 10px;
  background-color: #cff0fc;
  width: 70px;
}
.mobile-nav .hamburger-menu a i {
  color: #00b0eb;
}

body {
  font-size: 100%;
  font-family: Calibri, Arial, sans-serif;
  position: relative;
  left: 0;
  overflow-x: hidden;
}

.push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn {
  border: none;
  background-color: #3498db;
  color: #fff;
  font-size: 16px;
  padding: 15px 0;
  display: block;
  width: 100%;
  margin: 10px 0;
  text-align: center;
  text-decoration: none;
}

.btn:hover,
.btn:active {
  background-color: #2980b9;
}

.backBtn {
  background-color: #2980b9;
  font-size: 16px;
  text-align: right;
}

.backBtn:hover {
  color: #000;
}

.menu-right .backBtn {
  text-align: left;
}

.menu-top .backBtn,
.menu-bottom .backBtn {
  text-align: left;
}

h2 {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  margin: 15px 0;
}

.menu {
  border-right: 1px solid #2980b9;
  background-color: #00a8e6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 280px;
  height: 100%;
}

.menu a {
  display: block;
  color: #fff;
  padding: 16px;
  border-top: 1px solid #2980b9;
  text-decoration: none;
  position: relative;
  z-index: 11;
}

.menu a:last-child {
  border-bottom: 1px solid #2980b9;
}

.menu a:hover,
.menu a:active {
  background-color: #2980b9;
}

.menu-left {
  left: -280px;
}

.menu-left.left-open {
  left: 0;
}

.menu-right {
  right: -280px;
}

.menu-right.right-open {
  right: 0;
}

.menu-top {
  width: 100%;
  top: -100%;
}

.menu-top.top-open {
  top: 0;
}

.menu-bottom {
  width: 100%;
  top: 100%;
}

.menu-bottom.bottom-open {
  top: 0;
}

.push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.push-left {
  left: -280px;
}

.push-left.pushleft-open {
  left: 0;
}

.push-toleft {
  left: 280px;
}

.push-right {
  right: -280px;
}

.push-right .backBtn {
  text-align: left;
}

.push-right.pushright-open {
  right: 0;
}

.push-toright {
  left: -280px;
}

.desktop-nav {
  display: none;
}

@media screen and (min-width: 768px) {
  .contact-info-header .header-contact-info {
    display: flex;
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 992px) {
  .contact-info-header {
    background-color: white;
  }
  .contact-info-header .header-contact-info {
    display: flex;
    justify-content: flex-start;
  }
  .contact-info-header .header-contact-info a {
    display: flex;
    align-items: flex-end;
  }
  .contact-info-header .header-contact-info h4:first-child {
    margin-left: 52px;
  }
  .contact-info-header .header-contact-info h4 {
    font-size: 1.5em;
    text-align: left;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 4px;
  }
  .contact-info-header .social-media-icon {
    display: flex;
    justify-content: flex-end;
  }
  .contact-info-header .social-media-icon .icon-container {
    z-index: 4;
    margin-right: 38px;
  }
  .contact-info-header .social-media-icon .icon-container a {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .contact-info-header .social-media-icon .icon-container a h3 {
    margin-top: 10px;
    margin-bottom: 1px;
  }

  .mobile-nav {
    display: none;
  }

  .desktop-nav {
    display: block;
    height: 76px;
    background-color: #00a8e6;
  }
  .desktop-nav .left-side-nav a, .desktop-nav .right-side-nav a {
    color: #ffdbb0;
  }
  .desktop-nav .left-side-nav a:visted, .desktop-nav .right-side-nav a:visted {
    color: #ffdbb0;
  }
  .desktop-nav .left-side-nav a:hover, .desktop-nav .right-side-nav a:hover {
    color: #ffd97f;
    text-decoration: none;
  }
  .desktop-nav .left-side-nav a:focus, .desktop-nav .right-side-nav a:focus {
    color: #ffd97f;
  }
  .desktop-nav .left-side-nav {
    justify-content: flex-end;
    display: flex;
    padding-right: 0;
    margin-right: -48px;
    align-items: center;
    margin-left: 51px;
    z-index: 4;
  }
  .desktop-nav .left-side-nav a {
    padding-left: 2rem;
    font-size: 2em;
  }
  .desktop-nav .logo {
    margin-left: -24px;
  }
  .desktop-nav .right-side-nav {
    justify-content: flex-start;
    display: flex;
    padding-right: 0;
    margin-right: 0;
    align-items: center;
    margin-left: -64px;
  }
  .desktop-nav .right-side-nav a {
    padding-right: 2rem;
    font-size: 2em;
  }
  .desktop-nav .bg-svg {
    background-size: cover;
    height: 76px;
  }
  .desktop-nav .logo a {
    position: absolute;
    top: -21px;
    left: 39%;
    margin-left: -50px;
    z-index: 3;
    margin-top: -50px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-info-header .header-contact-info h4:first-child {
    margin-left: 52px;
  }

  .desktop-nav .right-side-nav {
    margin-left: -92px;
  }
}
#themed-birthdays.jumbotron {
  min-height: calc(100vh - 203px);
  background-image: url("../../uploads/2019/11/header-1-of-1-2.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
#themed-birthdays.jumbotron .color-overlay {
  background-color: rgba(0, 75, 102, 0.35);
  width: 100%;
  height: 100%;
  position: absolute;
  margin-left: -16px;
  margin-top: -32px;
  display: flex;
  align-items: center;
  z-index: -3;
}
#themed-birthdays.jumbotron .little-heroes-main-description {
  padding-top: 18px;
  padding-bottom: 18px;
  z-index: 6;
}
#themed-birthdays.jumbotron .main-description-action {
  display: flex;
  justify-content: space-between;
}
#themed-birthdays.jumbotron h1 {
  color: #ffffff;
  text-shadow: #111111 2px 2px;
  font-size: 4rem;
  letter-spacing: 2px;
  text-align: center;
}
#themed-birthdays.jumbotron h3 {
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  letter-spacing: 2px;
  text-align: center;
  font-weight: bold;
}
#themed-birthdays.jumbotron .hero-btn {
  -webkit-clip-path: polygon(6% 15%, 94% 15%, 100% 30%, 100% 70%, 94% 85%, 6% 85%, 0 70%, 0 30%);
  clip-path: polygon(6% 15%, 94% 15%, 100% 30%, 100% 70%, 94% 85%, 6% 85%, 0 70%, 0 30%);
  font-size: 1.5em;
  font-family: "Acme", sans-serif;
  width: 45%;
  position: relative;
  background-color: #3e3e3e;
  padding: 52px;
  z-index: 4;
  color: white;
}
#themed-birthdays.jumbotron .hero-btn .hero-btn-inside {
  -webkit-clip-path: polygon(6% 15%, 94% 15%, 100% 30%, 100% 70%, 94% 85%, 6% 85%, 0 70%, 0 30%);
  clip-path: polygon(6% 15%, 94% 15%, 100% 30%, 100% 70%, 94% 85%, 6% 85%, 0 70%, 0 30%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  position: absolute;
  background-color: #00b0eb;
  display: flex;
  justify-content: center;
  align-items: center;
}
#themed-birthdays.jumbotron .hero-btn:hover {
  background-color: #d6d6d6;
}
#themed-birthdays.jumbotron .hero-btn:hover .hero-btn-inside {
  background-color: #005270;
}
#themed-birthdays.jumbotron .hero-btn:nth-child(2) .hero-btn-inside {
  background-color: #f7941d;
}
#themed-birthdays.jumbotron .hero-btn:nth-child(2):hover .hero-btn-inside {
  background-color: #9d5906;
}

.little-heroes-vision h2 {
  text-align: left;
  font-size: 3em;
  margin-left: 4px;
}
.little-heroes-vision p {
  font-size: 1.5em;
  font-style: italic;
  text-align: left;
}

.little-heroes-packages h2 {
  text-align: left;
  font-size: 3em;
  margin-left: 4px;
}
.little-heroes-packages .party-package-grid .package-box {
  width: 100%;
  position: relative;
  background-color: blue;
  margin-bottom: 3em;
  overflow: hidden;
}
.little-heroes-packages .party-package-grid .package-box .party-thumb-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
}
.little-heroes-packages .party-package-grid .package-box .party-thumb {
  width: 100%;
}
.little-heroes-packages .party-package-grid .package-box .party-thumb-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.little-heroes-packages .party-package-grid .package-box .party-thumb-title {
  color: #febc6c;
}
.little-heroes-packages .party-package-grid .package-box .party-thumb-text {
  color: white;
  margin: 0;
}
.little-heroes-packages .party-package-grid .package-box .hero-btn {
  -webkit-clip-path: polygon(6% 15%, 94% 15%, 100% 30%, 100% 70%, 94% 85%, 6% 85%, 0 70%, 0 30%);
  clip-path: polygon(6% 15%, 94% 15%, 100% 30%, 100% 70%, 94% 85%, 6% 85%, 0 70%, 0 30%);
  font-size: 1em;
  font-family: "Acme", sans-serif;
  width: 50%;
  max-width: 130px;
  position: relative;
  background-color: #3e3e3e;
  padding: 25px 0;
  z-index: 4;
  color: white;
  margin: 0 auto;
}
.little-heroes-packages .party-package-grid .package-box .hero-btn-inside {
  -webkit-clip-path: polygon(6% 15%, 94% 15%, 100% 30%, 100% 70%, 94% 85%, 6% 85%, 0 70%, 0 30%);
  clip-path: polygon(6% 15%, 94% 15%, 100% 30%, 100% 70%, 94% 85%, 6% 85%, 0 70%, 0 30%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  position: absolute;
  background-color: #f7941d;
  display: flex;
  justify-content: center;
  align-items: center;
}
.little-heroes-packages .party-package-grid .package-box .hero-btn-inside:hover {
  background-color: #9d5906;
}

#home-contact .home-contact-grid .home-contact-col {
  margin-bottom: 1.2em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#home-contact .home-contact-grid .home-contact-col h3, #home-contact .home-contact-grid .home-contact-col a {
  text-align: left;
}
#home-contact .home-contact-grid .home-contact-col a {
  font-size: 1.5em;
  color: #042734;
}
#home-contact .home-contact-grid .home-contact-col a i {
  font-size: 1.5em;
}
#home-contact .home-contact-grid .home-contact-col .row a:hover i {
  margin: -0.05em;
  font-size: 1.6em;
}
#home-contact .home-contact-grid .home-contact-col a:hover {
  color: #06455d;
  text-decoration: none;
  font-size: 1.6em;
  margin: -0.05em 0;
}

@media screen and (min-width: 576px) {
  #themed-birthdays.jumbotron .color-overlay {
    margin-left: -32px;
    margin-top: -64px;
  }
}
@media screen and (min-width: 768px) {
  #themed-birthdays.jumbotron {
    min-height: calc(60vh - 167px);
  }
  #themed-birthdays.jumbotron .color-overlay {
    background-color: rgba(0, 168, 230, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    margin-left: -32px;
    margin-top: -64px;
  }
}
@media screen and (min-width: 992px) {
  #themed-birthdays.jumbotron {
    background-image: url("../../uploads/2020/01/little-heroes-academy-edmonton-3293.jpg");
    min-height: calc(60vh - 130px);
  }
  #themed-birthdays.jumbotron h3 {
    padding: 0 3em;
  }

  .little-heroes-vision p {
    text-align: justify;
  }

  .little-heroes-packages .party-package-grid .package-box {
    width: 100%;
    position: relative;
    background-color: blue;
    margin-bottom: 3em;
    overflow: hidden;
  }
  .little-heroes-packages .party-package-grid .package-box .party-thumb-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0.3;
  }
  .little-heroes-packages .party-package-grid .package-box .party-thumb {
    width: 100%;
  }
  .little-heroes-packages .party-package-grid .package-box .party-thumb-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .little-heroes-packages .party-package-grid .package-box .party-thumb-title {
    color: #febc6c;
  }
  .little-heroes-packages .party-package-grid .package-box .party-thumb-text {
    color: white;
    margin: 0;
  }
  .little-heroes-packages .party-package-grid .package-box .fadeIn-bottom {
    top: 80%;
  }
  .little-heroes-packages .party-package-grid .package-box:hover .party-thumb-overlay {
    opacity: 1;
  }
  .little-heroes-packages .party-package-grid .package-box:hover .party-thumb-details {
    top: 50%;
    left: 50%;
    opacity: 1;
  }

  #home-contact .home-contact-grid .home-contact-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  #home-contact .home-contact-grid .home-contact-col h3, #home-contact .home-contact-grid .home-contact-col a {
    text-align: left;
  }
  #home-contact .home-contact-grid .home-contact-col a {
    font-size: 1.5em;
    color: #042734;
  }
  #home-contact .home-contact-grid .home-contact-col a i {
    font-size: 1.5em;
  }
  #home-contact .home-contact-grid .home-contact-col .row {
    height: 2em;
  }
  #home-contact .home-contact-grid .home-contact-col .row a:hover i {
    margin: -0.05em;
    font-size: 1.6em;
  }
  #home-contact .home-contact-grid .home-contact-col a:hover {
    color: #06455d;
    text-decoration: none;
    font-size: 1.6em;
    margin: -0.05em 0;
  }
}
.site-footer {
  background-image: url("../../uploads/2019/10/hero-footer-narrow.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.site-footer .site-info {
  padding: 3em 0;
  background-color: rgba(35, 118, 153, 0.72);
}
.site-footer .site-info .footer-nav {
  max-width: 730px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 auto;
}
.site-footer .site-info .footer-nav .mobile-footer-logo {
  display: block;
}
.site-footer .site-info .footer-nav .desktop-footer-logo {
  display: none;
}
.site-footer .site-info .footer-nav a {
  color: white;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2px;
  font-size: 1.25em;
}
.site-footer .site-info .footer-nav a:hover {
  color: #f7941d;
  text-decoration: none;
}
.site-footer .dev-credit-bg {
  background-color: #111111;
}
.site-footer .dev-credit-bg .dev-credit {
  background-color: rgba(35, 118, 153, 0.72);
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
}
.site-footer .dev-credit-bg .dev-credit a {
  margin-left: 0.5em;
  color: #bbd3da;
}
.site-footer .dev-credit-bg .dev-credit a:hover {
  color: #f7941d;
}

@media screen and (min-width: 992px) {
  .site-footer .site-info {
    padding: 3em 0;
    background-color: rgba(35, 118, 153, 0.72);
  }
  .site-footer .site-info .footer-nav {
    max-width: 730px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 auto;
  }
  .site-footer .site-info .footer-nav .mobile-footer-logo {
    display: none;
  }
  .site-footer .site-info .footer-nav .desktop-footer-logo {
    display: block;
  }
  .site-footer .site-info .footer-nav a {
    color: white;
    font-family: "Roboto", sans-serif;
    letter-spacing: 2px;
    font-size: 1.25em;
  }
  .site-footer .site-info .footer-nav a:hover {
    color: #f7941d;
    text-decoration: none;
  }
  .site-footer .dev-credit-bg {
    background-color: #111111;
  }
  .site-footer .dev-credit-bg .dev-credit {
    background-color: rgba(35, 118, 153, 0.72);
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
  }
  .site-footer .dev-credit-bg .dev-credit a {
    margin-left: 0.5em;
    color: #bbd3da;
  }
  .site-footer .dev-credit-bg .dev-credit a:hover {
    color: #00b0eb;
  }
}
.party-header {
  width: 100%;
  min-height: 300px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 0;
}
.party-header .party-header-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #0d3349;
  opacity: 0.5;
}
.party-header h1 {
  z-index: 5;
  color: white;
  letter-spacing: 3px;
  font-size: 5em;
}

.story-line p {
  font-size: 1.1em;
  background-color: #d7b58ca1;
}

.simple-description-btn {
  -webkit-clip-path: polygon(6% 15%, 94% 15%, 100% 30%, 100% 70%, 94% 85%, 6% 85%, 0 70%, 0 30%);
  clip-path: polygon(6% 15%, 94% 15%, 100% 30%, 100% 70%, 94% 85%, 6% 85%, 0 70%, 0 30%);
  font-size: 1.2em;
  letter-spacing: 1px;
  font-family: "Acme", sans-serif;
  width: 100%;
  max-width: 220px;
  position: relative;
  background-color: #3e3e3e;
  padding: 38px;
  z-index: 4;
  color: white;
}

.simple-description-btn {
  -webkit-clip-path: polygon(6% 15%, 94% 15%, 100% 30%, 100% 70%, 94% 85%, 6% 85%, 0 70%, 0 30%);
  clip-path: polygon(6% 15%, 94% 15%, 100% 30%, 100% 70%, 94% 85%, 6% 85%, 0 70%, 0 30%);
  font-size: 1em;
  font-family: "Acme", sans-serif;
  width: 50%;
  max-width: 200px;
  position: relative;
  background-color: #3e3e3e;
  padding: 34px;
  z-index: 4;
  color: white;
  margin-right: 5%;
}

.simple-description-btn:visited {
  color: white;
}

.simple-des-inside {
  -webkit-clip-path: polygon(6% 15%, 94% 15%, 100% 30%, 100% 70%, 94% 85%, 6% 85%, 0 70%, 0 30%);
  clip-path: polygon(6% 15%, 94% 15%, 100% 30%, 100% 70%, 94% 85%, 6% 85%, 0 70%, 0 30%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  position: absolute;
  background-color: #f7941d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.simple-description-btn:hover {
  outline: none;
}

.simple-des-inside:hover {
  background-color: #9d5906;
  color: white;
}

.simpled-des-inside:focus {
  color: white;
}

.simpled-des-inside:visited {
  color: white;
}

.party-buttons > a:visited {
  color: white;
}

.party-buttons {
  display: flex;
}

.party-image-cropped img {
  border-radius: 10px;
}

.little-heroes-page-header {
  width: 100%;
  min-height: 300px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 0;
}
.little-heroes-page-header .page-header-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #0d3349;
  opacity: 0.5;
}

#about-banner {
  background-image: url("../../uploads/2019/11/header-1-of-1.jpg");
}

.little-heroes-team p {
  background-color: rgba(214, 180, 141, 0.65);
}

.character-box {
  display: flex;
  flex-direction: column;
  margin: 2em 0;
}
.character-box .profile-pic {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
}
.character-box .character-details {
  text-align: center;
  margin-top: 1em;
}
.character-box .character-details .character-title {
  color: #e75c01;
  margin-bottom: 0;
}
.character-box .character-details .character-subtitle {
  color: #393939;
  font-size: 1.1em;
  font-family: "Acme", sans-serif;
}
.character-box .character-details .character-description {
  padding: 0 1em;
  background-color: rgba(187, 211, 218, 0.71);
}

.jumbotron#contact-banner {
  background-image: url("../../uploads/2019/11/harry-potter-contact.jpg");
}

.page-header-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #0d3349;
  opacity: 0.5;
}

.contact-info {
  padding: 20px;
}
.contact-info a span {
  font-size: 1.6em;
  color: #404b94;
}
.contact-info a:hover span {
  color: #4c5488;
  text-decoration: none;
}
.contact-info a:visited {
  color: #404b94;
}
.contact-info h3 {
  font-size: 2em;
}

.contact-form-bg {
  height: auto;
  overflow: hidden;
  padding: 20px;
  background-color: rgba(137, 182, 219, 0.59);
  border-radius: 18px;
  border: #3e3e3e 1px solid;
}

.contact-paper-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
  background-color: #e4eaec !important;
  border-radius: 10px !important;
  color: #333 !important;
  border: 1px solid #d7b58c !important;
  padding: 6px 10px;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
  padding: 10px 20px !important;
  border-radius: 10px !important;
}

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #ffffff61 !important;
  border: none !important;
}

.jumbotron#packages-banner {
  background-image: url("../../uploads/2019/11/packages-.jpg");
}

.packages-book img {
  display: none;
}

.packages-description {
  font-size: 1.6em;
}

@media screen and (min-width: 992px) {
  .packages-book img {
    border-radius: 16px;
    width: 90%;
    margin-top: 3em;
    display: block;
  }
}
#blog-banner {
  background-image: url(../../uploads/2019/11/header-1-of-1-2.jpg);
}

.blog-thumb {
  padding: 18px;
  background-color: rgba(137, 182, 219, 0.59);
  border: 1px black solid;
  border-radius: 25px;
  margin-bottom: 36px;
}
.blog-thumb .party-thumb-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-thumb .party-thumb-container {
  height: 190px;
  overflow: hidden;
  margin-bottom: 8px;
}
.blog-thumb .party-thumb-container .party-thumb {
  border-radius: 10px;
  margin-bottom: 8px;
}
.blog-thumb .party-thumb-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-thumb .time-stamp {
  font-style: italic;
  font-family: roboto, sans-serif;
  font-size: 0.85rem;
}

.little-heroes-blog-subtitle {
  font-size: 3.5rem;
}

.blog-container {
  background-color: #fddbb2;
  padding: 16px;
  border-radius: 10px;
}
.blog-container h2 {
  font-size: 2rem;
}
.blog-container h3 {
  font-size: 1.5rem;
}
.blog-container h3 a {
  font-family: acme, sans-serif;
  color: #0056b3;
}
.blog-container h3 a:visited {
  color: #0056b3;
}
.blog-container p {
  font-size: 1.3rem;
}
.blog-container img {
  border-radius: 6px;
}

.little-heroes-related-posts .blog-thumb {
  padding: 0px;
  background-color: transparent;
  border: none;
  border-radius: 25px;
  margin-bottom: 0;
}
.little-heroes-related-posts .blog-thumb .party-thumb-container {
  height: 100px;
}
.little-heroes-related-posts .blog-thumb .party-thumb-container .party-thumb {
  border-radius: 6px;
}
.little-heroes-related-posts .blog-thumb .simple-description-btn {
  width: 100%;
}

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