/* Page Wrappers */
.home_page {
  position: relative;
}
/* fonts */
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
	font-family: 'Work Sans', sans-serif;
  font-weight: 900;
	/* color: #812a33; */
	/* text-shadow: 1px 1px #231f20; */
}
.capitalize {
  text-transform: capitalize;
}
.white-text {
  color: #ffffff;
}
.black-text {
  color: #131313;
}
.text-right {
  text-align: right;
}

/* Navbar */
.navbar {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.35);
  z-index: 100;
}

.navbar-toggle .icon-bar {
  background-color: #131313;
}

.navbar li.active {
  background-color: #e30613;
}

.navbar li.active a {
  color: #ffffff;
}
.navbar li.active:hover a,
.navbar li.active:focus a {
  color: #e30613;
}

/* Utilities */
.registered-trademark {
  display: inline-flex;
  align-items: flex-start;
  font-size: 22px;
  margin-right: 6px;
}
.border-white {
  border-color: #ffffff !important;
}
body {
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-size: 18px;
}
.d-flex {
  display: flex;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.mr-b-100 {
  margin-bottom: 100px;
}
.mr-b-75 {
  margin-bottom: 75px;
}
.mr-b-neg85 {
  margin-bottom: -85px;
}
.mr-b-30 {
  margin-bottom: 30px;
}
.mr-t-75 {
  margin-top: 75px;
}
.mr-t-50 {
  margin-top: 50px;
}
.max-h-500 {
  max-height: 500px;
}
.bg-red {
  background-color: rgb(253 54 54 / 75%);
}
.bg-blue {
  background-color: rgb(46 102 245 / 75%);
}
.bg-yellow {
  background-color: rgba(255, 228, 74, 0.89);
}
.bg-green {
  background-color: rgba(86, 245, 46, 0.75);
}


a {
	color: #231f20;
	font-weight: 700;
}
a:hover, a:active {
	color: #313131;
}
.sweeping-outer-container {
  max-width: 1450px;
  background-color: #fff;
  margin: auto;
  overflow-x: hidden;
}
.full-width-bg-yellow {
	background-color: rgb(253, 237, 5);
}
.full-width-bg-bp-yellow {
  background-color: #f8ad00;
}
.full-width-bg-blue {
  background-color: rgb(34, 83, 218);
}
.full-width-bg-green {
	background-color: rgb(58, 185, 58);
}
.full-width-bg-red {
	background-color: rgb(208, 16, 18);
}
.triple-logos {
  display: block;
  margin: auto;
  margin-top: 48px;
  max-width: 100%;
}
.rotated-bg-img {
  position: absolute;
  -ms-transform: rotate(-10deg); /* IE 9 */
  transform: rotate(-10deg);
  width: 130%;
  top: -395px;
  left: -164px;
}
.rooftops-bg {
	height: 325px;
	background: url(../img/rooftops2.jpg) center;
}
.logo-container {
  position: relative;
  background-color: #a75056;
  width: 190px;
}
.logo-container:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 40px solid #a75056;
  border-right: 190px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 0px solid transparent;
  bottom: -55px;
  left: 0;
}
.logo-container img {
	margin: 25px 25px;
  width: 140px;
}
.title {
	font-size: 48px;
	margin: 48px auto;
}
.btn-contact, .btn-form {
	padding: 10px 48px;
	font-family: 'Work Sans', sans-serif;
	font-size: 24px;
	line-height: 30px;
	/* color: #50130d; */
}
.btn-form {
	padding: 5px 24px;
	font-size: 18px;
	line-height: 20px;
	font-family: 'Work Sans', sans-serif;
}
.btn-sweeping:hover, .btn-sweeping:active,
.btn-contact:hover, .btn-contact:active,
.btn-form:hover, .btn-form:active {
	/* background-color: #50130d;
	color: #fff;
	border-color: #50130d; */
}

.experience-block {
  position: relative;
  width: 170px;
  background: #a75056;
  color: #ffffff;
  padding: 15px;
  margin-top: 40px;
  margin-bottom: -100px;
}
.experience-block:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 170px;
  border-color: transparent transparent #a75056 transparent;
  top: -30px;
  right: 0;
}
.experience-block span {
  display: block;
  font-size: 48px;
  font-weight: 700;
}

.service-anchor {
  color: #231f20;
  display: block;
  padding: 16px;
  border: 1px solid transparent;
  text-align: center;
}
.service-anchor:hover,
.service-anchor:focus {
  color: #231f20;
  border: 1px solid #a75056;
  border-radius: 8px;
  text-decoration: none;
}
.service-anchor .btn-link {
  color: #812a33;
}
.service-anchor .btn-link:hover,
.service-anchor .btn-link:focus {
  color: #50130d;
}

.icon-container {
  text-align: center;
  position: relative;
  /* padding: 30px 60px; */
  width: fit-content;
  margin: 25px auto;
}
.icon-container img {
  position: relative;
  z-index: 5;
  width: 50px;
  max-height: 50px;
}
.mini-hero { 
  text-align: center;
}
.mini-hero__title {
  font-weight: 700;
}
.mini-hero__body {
  font-weight: normal;
  font-size: 16px;
  padding: 8px 10%;
}

.coloured-circle {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #a75056;
  position: absolute;
  z-index: 1;
  top: -8px;
  right: -16px;
}

.service-wrapper {
  padding: 45px 0;
  font-size: 16px;
}
.service-description {
  margin-bottom: 15px;;
}
.service-bullets {
  font-size: 14px;
}
.service-bullets__list {
  padding-left: 16px;
}

.image-col {
  display: flex;
  align-items: stretch;
}
.img-wrapper {
  width: 300px;
  left: calc(50% - 150px);
  text-align: center;
  position: absolute;
  bottom: -50px;
  z-index: 10;
  overflow-x: hidden;
}
.img-wrapper:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 300px 0 0;
  border-color: #a75056 transparent transparent transparent;
  top: 0px;
  right: 0;
}
.img-wrapper--white:before {
  border-width: 70px 300px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
.img-wrapper__shadow {
  position: absolute;
  content: "";
  width: 300px;
  height: 300px;
  border: 3px solid #a75056;
  bottom: -75px;
  left: calc(50% - 175px);
  z-index: 5;
}
.img-wrapper img {
  width: 500px;
  margin-left: -100px;
}

.subtitle {
	font-size: 36px;
	margin: 36px auto 8px auto;
}
.body-paras {
	margin: 12px 0 24px 0;
}
.affiliations img {
	height: 150px;
	margin-top: 24px;
	margin-bottom: 24px;
}
/* form */
#contact {
	margin-bottom: 24px;
}
.form-control {
	border-radius: 0;
	line-height: 30px;
	height: 44px;
	margin-bottom: 24px;
}
textarea {
	resize: vertical;
}
.fb-page {
	margin: 20px 0 24px 0;
}

.social-link:hover,
.social-link:focus {
  text-decoration: none;
}

.org-row {
  /* margin-bottom: 30px; */
}
.org-link {
  display: flex;
  justify-content: center;
}

.org-link img {
  max-height: 120px;
  max-width: 100%;
}
.footer {
	color: #fff;
	text-align: center;
	padding-bottom: 37px;
}
.footer address {
	margin: auto;
	width: auto;
	margin-top: 37px;
}
.footer abbr {
	margin-right: 8px;
}

/* NavBar */
img.navbar-logo {
  max-height: 82px;
  margin-top: -30px;
}

/* Hero */
.hero-social-links {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  padding: 0 6px;
  /* background-color: rgb(253 54 54 / 75%); */
  background-color: #e30613;
  display: inline-block;
  text-align: center;
  margin: 1rem 0;
}
.hero-social-links i {
  line-height: 30px;
  color: #ffffff;
}
/* Home page */
p.home-text {
  padding-right: 20%;
  margin: 2rem 0 4rem 0;
}
img.hero-image {
  max-height: 400px;
  /* margin: 6rem 0; */
}
img.hero-image.parties {
  max-height: 200px;
  margin: auto;
  display: block;
}
img.welcome-image {
  max-height: 350px;
  margin: 3rem 0;
}
img.mini-mike-image {
  max-height: 500px;
  margin: 21rem 0 0 0;
}
img.parties-racecar-image {
  max-width: 350px;
}
img.parties-penguins-image {
  max-height: 350px;
  margin-top: 10rem;
}
.hero-font-64 {
  font-size: 64px;
}
.btn-hero {
  border-radius: 0;
  background-color: rgb(58, 185, 58);
  border-color: rgb(58, 185, 58);
}
.btn-hero:hover,
.btn-hero:focus {
  background-color: rgb(22, 140, 22);
  border-color: rgb(22, 140, 22);
}
.social-links {
  margin-bottom: 84px;
}

.parties-title {
  font-size: 48px;
  text-align: center;
  display: flex;
  width: fit-content;
  margin: 30px auto 10px auto;
}
.welcome-title {
  font-size: 48px;
  margin-top: 3rem;
}

p.welcome-text {
  padding-right: 20%;
  margin: 2rem 0 4rem 0;
}

.about-us-title {
  font-size: 48px;
  padding-left: 20%;
  margin-top: 3rem;
}
.about-us-text {
  padding-left: 20%;
  padding-right: 10%;
}
.gallery-title {
  text-align: center;
}

.home_page .info-box {
  position: relative;
  display: block;
  min-height: 375px;  
  margin: 25px 0;
  background-size: cover;
  color: #ffffff;
}
.home_page .info-box:hover p,
.home_page .info-box:focus p {
  text-decoration: underline;
}
.home_page .info-box.parties {
  background-image: url('../img/party-with-balloons-small.jpg');
}
.home_page .info-box.how-it-works {
  background-image: url('../img/batman-small.jpg');
}
.home_page .info-box.locations {
  background-image: url('../img/scout-walker-small.jpg');
}
.home_page .info-box.contact {
  background-image: url('../img/skier-small.jpg');
}
.bg-yellow-studs {
  background-image: url('../img/yellow-studs.jpg');
}
.home_page .text-box-brick {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.home_page .text-box-brick:hover {
  opacity: 1;
}

.text-box__content {
  padding: 20px 0;
}
.text-box__content h3 {
  margin-top: 0;
}
.text-box__content p {
  margin-bottom: 0;
}

.stud-row {
  margin: 0 15px;
}
.stud-row .brick-stud {
  height: 10px;
}

.party-themes-wrapper {
  margin-bottom: 5rem;
}

p.parties-how-text {
  padding-right: 20%;
  margin: 2rem 0 4rem 0;
}

/* Locations */
.google-maps {
  position: relative;
  padding-bottom: 75%; 
  height: 0;
  overflow: hidden;
  margin-bottom: 5rem;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

img.locations-spacetrio-image {
  max-width: 100%;
  display: block;
  margin: auto;
  margin-top: 6rem;
}

img.locations-royalty {
  margin: 12rem auto 6rem auto;
  display: block;
  max-width: 300px;
}

/* Contact */
img.contact-droids-image {
  max-height: 375px;
  margin: auto;
  display: block;
  margin: 3rem auto 9rem auto;
}

.footer-brand:hover,
.footer-brand:focus {
  text-decoration: none;
}

.footer-logo {
  max-width: 220px;
  margin-top: 15px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links a {
  color: #131313;
}
.footer-links a:hover,
.footer-links a:focus {
  color: #131313;

}

.coloured-block {
  margin-bottom: 3rem;
}

.small-print {
  display: block;
  font-size: 12px;
  padding: 15px 0;
}

/* 1200px  */
@media (max-width: 1199px) {
  .rotated-bg-img {
    top: -250px;
  }
  .stud-row .col-xs-3 {
    padding: 0 7.5px;
  }
}

/* 992px  */
@media (max-width: 991px) {
  .rotated-bg-img {
    top: -65px;
  }
  img.navbar-logo {
    max-height: 65px;
    margin-top: -23px;
  }
  img.hero-image {
    margin: auto;
    display: block;
  }
  .stud-row .col-xs-3 {
    padding: 0 15px;
  }
}

/* Mobile styles */
@media (max-width: 768px) {
  .navbar-collapse {
    background-color: #ffffff;
  }

  img.navbar-logo {
    max-height: 48px;
    margin-top: -13px;
  }

  img.hero-image {
    max-height: 250px;
    margin: auto;
    display: block;
    margin-top: 20px;
  }

  img.welcome-image {
    max-height: 150px;
  }

  img.parties-racecar-image {
    margin-bottom: 5rem;
  }

  img.mini-mike-image {
    max-height: 300px;
    margin: 3rem 0 0 0;
  }

  .welcome-title {
    text-align: center;
  }
  
  p.welcome-text {
    padding-right: 0;
  }

  .about-us-title {
    padding: 0;
    text-align: center;
  }

  .about-us-text {
    padding: 0;
  }

  p.parties-how-text {
    padding-right: 0;
    margin: 2rem 0 4rem 0;
  }

  img.locations-spacetrio-image {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  /* Contact */
  img.contact-droids-image {
    max-height: 250px;
    margin: 3rem auto 3rem auto;
  }
}