body img {
  max-width: 100%;
}

.heading-center:after {
  margin: 0 auto;
}

* {
  margin: 0;
  padding: 0;
}

section#good-times, .good-times {
  padding: 80px 0 0;
  background: #893030;
  height: auto;
}

.gt-img {
  margin-bottom: -60px;
}

@media (max-width: 500px) {
  .gt-img {
    margin-bottom: -35px;
  }
}

.light-greybg {
  background: #f7f7f7;
}

p.small-line::after {
  border-top: 3px solid #303030;
  display: block;
  width: 30px;
  content: "";
  margin: 30px auto 0;
}

.heading h2.text-light {
  color: #fff;
}

h3.my-text-red {
  color: red !important;
  letter-spacing: .6px;
}

.three-quarter-screen {
  height: 75%;
}

.welcome {
  background: url("test.jpg") center center;
  background-size: cover;
}

.welcome-text {
  max-width: 800px;
  border-radius: 10px;
  padding: 25px 40px 0;
  margin: 0 auto;
}

.welcome-text .welcome-paragraph {
  color: white;
  font-size: 16px;
  line-height: 40px;
}

section.designs {
  background: url("assets/img/white-grey.jpg");
  background-size: cover;
  padding-bottom: 0;
}

section.designs h2.design-header {
  font-family: compacta !important;
}

section.designs h2.design-header {
  font-size: 45px;
}

section.designs .design-image img {
  margin: 0 auto;
}

section.designs .kiosk-image {
  position: absolute;
  right: 0;
  top: 9px;
}

section.designs h4.designs {
  margin-top: -18px;
  margin-bottom: 40px;
  font-size: 16px;
}

section.designs h4.designs::after {
  content: '';
  border-top: 3px solid #303030;
  display: block;
  width: 140px;
  margin: 0 auto;
}

.red-text {
  color: red !important;
}

@font-face {
  font-family: 'Oswald';
  src: url(../fonts/Oswald-Regular.ttf);
}

.section-title-light {
  position: relative;
  margin-bottom: 25px;
}

.section-title-light h4 {
  font-family: 'Raleway';
  margin-bottom: 0;
  color: red;
}

.section-title-light p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 30px;
}

.section-title-light h2 {
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  padding-bottom: 5px;
}

.section-title-light ::after {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  width: 166px;
  height: 4px;
  background-image: url("assets/img/title-bg.png");
}

.working-experience {
  position: relative;
}

.working-experience .count-box {
  height: 170px;
  width: 170px;
  color: #48c7ec;
  font-size: 90px;
  text-align: center;
  line-height: 162px;
  border: 4px solid #2c2c2c;
  display: inline-block;
  margin-right: 30px;
  font-family: 'PT Serif', serif;
}

.working-experience p {
  display: inline-block;
  color: #ffff;
  font-size: 20px;
  margin: 20px 0;
  line-height: 40px;
  position: absolute;
  text-transform: uppercase;
}

section.why-us {
  padding-bottom: 0;
}

section.why-us .equipment {
  display: flex;
  justify-content: center;
}

section.why-us .font-weight-700 {
  font-weight: 700;
}

section.creativity {
  background: #000000;
  background-image: -webkit-radial-gradient(2% 96%, #000000 0%, #212121 100%);
}

section.creativity .creativity1, section.creativity creativity2 {
  display: flex;
  justify-content: center;
}

section.section-about {
  padding: 100px 0;
}

section.section-about h2 {
  text-align: center;
}

section.section-about h2, section.section-about h3, section.section-about h4, section.section-about h5 {
  text-transform: uppercase;
}

.line-height {
  line-height: 30px;
}

.section-title {
  font-family: 'Oswald';
}

h4.content-head {
  font-family: 'Oswald' !important;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.ul-margin-bottom {
  margin: 2px;
}

.light-grey {
  color: #c3c3c3;
}

.white-text {
  color: #FFF;
}

.border-left {
  border-left: 10px solid black;
}

.border-right {
  border-right: 10px solid black;
}

.border-right-white {
  border-right: 10px solid #FFF;
}

h5.sub-title {
  color: #c3c3c3;
  font-family: 'Oswald' !important;
  font-size: 15px;
  letter-spacing: 3px;
  margin: 0;
  text-transform: uppercase;
}

.big-title {
  font-size: 38px;
  letter-spacing: 3px;
  line-height: 1;
  margin: 9px 0 8px;
  position: relative;
  font-weight: 600;
  font-family: 'Oswald' !important;
}

.jtm3 {
  font-size: 36px;
  font-weight: 600;
  font-family: 'Oswald' !important;
}

.sub-content {
  border-bottom: 1px solid #eee;
  color: #c3c3c3;
  font-family: 'Oswald' !important;
  font-size: 16px;
  letter-spacing: 1px;
  margin: -11px 0 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.margin-top-25 {
  margin-top: 20px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-left-10 {
  padding-left: 10px;
}

hr.full {
  border: 1px solid #E1E1E1;
}

.feature-content {
  display: flex;
  align-items: center;
}

span.marker {
  font-family: marker;
}

.social-icons-wrap {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.social-icons-wrap ul {
  list-style: none;
  display: inline-block;
}

.social-icons-wrap ul li {
  padding: 0 10px;
}

.social-icons-wrap ul li i {
  color: red;
  border: 2px solid red;
  border-radius: 50%;
  padding: 10px 13px;
}

.social-icons li a {
  height: auto;
  width: auto;
}

.fa-2x {
  font-size: 23px;
}

section.new-about {
  background-image: -webkit-radial-gradient(2% 96%, #26447a 0%, #1d6c8d 100%);
  background-image: -moz-radial-gradient(2% 96%, #26447a 0%, #1d6c8d 100%);
  background-image: -o-radial-gradient(2% 96%, #26447a 0%, #1d6c8d 100%);
  background-image: -ms-radial-gradient(2% 96%, #26447a 0%, #1d6c8d 100%);
  padding: 80px 5px 0;
}

section.new-about .new-about-title-wrap .new-about-title {
  float: right;
  width: auto;
}

section.new-about .new-about-title-wrap .new-about-title .title-wrap {
  display: inline-block;
  margin-top: 18px;
}

section.new-about .new-about-title-wrap .new-about-title .title-wrap h3 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 0;
}

section.new-about .new-about-title-wrap .new-about-title .title-wrap p.title-wrap {
  font-style: italic;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0px;
  margin: 0;
  color: #c5a27b;
}

section.new-about .new-about-title-wrap .new-about-title .title-icon-wrap {
  display: inline-block;
  margin-left: 20px;
}

section.new-about .create-man-wrap {
  display: flex;
  align-items: center;
  position: relative;
}

section.new-about .create-man {
  position: absolute;
  top: -25px;
}

@media screen and (max-width: 1200px) {
  section.new-about .create-man {
    top: 37px;
  }
}

.services-header {
  font-family: Vendetta !important;
}

section.green-screen img {
  max-width: 100%;
}

.sequins-wrap {
  display: flex;
  justify-content: center;
}

.sequins-wrap .sequins {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.sequins-wrap .sequins img {
  padding-bottom: 10px;
  margin: 12px;
}

@media screen and (max-width: 1200px) {
  .sequins-wrap .sequins {
    width: 50%;
  }
}

@media screen and (min-width: 480px) {
  .sequins-wrap .sequins {
    width: 100%;
  }
}

.step-repeat {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.step-repeat img {
  padding-bottom: 20px;
}

.scrapbook-flex, .social-media-flex, .photo-folder-flex {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.scrapbook-flex img, .social-media-flex img, .photo-folder-flex img {
  padding-bottom: 10px;
}

section.map {
  top: -90px;
  margin-bottom: -90px;
}

section.contact {
  background: url(/assets/img/background-4.png) 71% -19% no-repeat;
  background-position: top;
}

.box {
  height: 500x;
}

#map {
  width: 100%;
  height: 75vh;
}

.contact {
  margin-top: 0px;
}

.img-box-shadow {
  box-shadow: 0px 50px 30px -30px rgba(0, 0, 0, 0.3);
}

/*Text Box */
.text-box2 {
  padding: 40px;
  text-align: center;
  transition: background 0.4s ease 0s;
  cursor: pointer;
}

.text-box2 i {
  font-size: 42px;
  margin: 30px 0 20px;
  color: #fff;
  transition: all 0.4s ease;
}

.text-box2 h3 {
  font-size: 28px;
}

.text-box2 h3, .text-box2 h5, .text-box2 p {
  font-weight: 100;
  color: #fff;
  transition: all 0.4s ease 0s;
}

.text-box2:hover {
  background: #eeeeee;
}

.text-box2:hover i, .text-box2:hover h3, .text-box2:hover h5, .text-box2:hover p {
  color: #333;
}

.text-box2.text-box-light {
  border: 1px solid #d9d9d9;
  background: #fff;
}

.text-box2.text-box-light i, .text-box2.text-box-light h3, .text-box2.text-box-light h5, .text-box2.text-box-light p {
  color: #252525;
}

.text-box2.text-box-light:hover {
  background: #1abc9c;
}

.text-box2.text-box-light:hover i, .text-box2.text-box-light:hover h3, .text-box2.text-box-light:hover h5, .text-box2.text-box-light:hover p {
  color: #fff;
}

.text-box2.hover-effect {
  padding: 30px 30px 10px 30px;
}

.text-box2.hover-effect i {
  margin: 90px 0 20px;
}

.text-box2.hover-effect p {
  opacity: 0;
}

.text-box2.hover-effect:hover i {
  margin: 70px 0 6px 0;
}

.text-box2.hover-effect:hover p {
  opacity: 1;
}

no-padding {
  padding: 0 !important;
}

section.book-now {
  background-image: url("assets/img/white-grey.jpg");
  background-size: cover;
}

section.book-now p.book-now {
  color: black;
  font-size: 21px;
  font-family: 'Hind' !important;
  line-height: 35px;
  font-weight: 400;
  color: #515151;
}

.footer-links-aligned {
  text-transform: uppercase;
}

.footer-links-aligned ul {
  text-align: center;
  list-style: none;
}

.footer-links-aligned ul li {
  display: inline;
}

.footer-links-aligned ul li a:hover {
  transition: .5s;
  color: red;
}

.scheduler-container {
  background: grey;
  background-image: linear-gradient(to bottom right, #eef2f3, #8e9eab);
  background-image: -moz-linear-gradient(top, #eef2f3, #8e9eab);
  background-image-background-image: -ms-linear-gradient(top, #eef2f3, #8e9eab);
  background-image-background-image: -o-linear-gradient(top, #eef2f3, #8e9eab);
  border-radius: 25px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  padding: 20px 0;
}

.blog .blog-container {
  margin: 0 auto;
  width: 65%;
}

@media screen and (max-width: 770px) {
  .blog .blog-container {
    width: 100%;
  }
}

.blog .blog-container p {
  font-size: 16px;
  line-height: 40px;
}

.blog .blog-container h4 a {
  color: red;
}

.blog .blog-image-container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.blog .blog-image-container img {
  margin-bottom: 100px;
}

.blog .blog-image-container .blog-images {
  display: flex;
  display: webkit-flex;
}

.blog-photo-container-large {
  max-width: 650px;
}

.blog-photo-container-medium {
  max-width: 525px;
}

.blog-photo-container-small {
  max-width: 250px;
  display: inline-block;
}

.schedule-container {
  display: flex;
  justify-content: center;
}

.schedule-container .calendar {
  margin-left: 60px;
}

h2.calendar-header {
  font-family: compacta !important;
  font-size: 35px;
  margin-bottom: 5;
  text-decoration: underline;
  color: #333;
}

.back-video {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media (min-aspect-ratio: 16 / 9) {
  .back-video {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .back-video {
    width: auto;
    height: 100%;
  }
}

.flex {
  display: flex;
  align-items: center;
}
