body {
  margin: 0;
  font-family: 'Lora', serif;
  background-color: white;
  box-sizing: border-box;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  text-align: center;
  font-family: 'Oswald', sans-serif;
}

nav {
  margin: auto;
  font-family: 'Oswald', sans-serif;
}

input {
  display: none;
  margin: 0;
  padding: 0;
}

label {
  margin: auto 20px;
}

form {

}

input {
  display: block;
  margin: 10px auto;
  border-style: solid;
  border-width: 1px;
  padding: 10px;
}

textarea {
  display: block;
  margin: 10px auto;
  border-style: solid;
  padding: 10px;
  border-color: black;
}

/********************Class********************/

.wrapper {
  overflow-x: hidden
}

#nav-container-box {
  /*box-shadow: 0 0 3px black;*/
	width: 100%;
	margin: 0;
  z-index: 3;
  position: fixed;
  transition: 0.5s;
}

.nav-bg-scroll {
  background-color: white;
  box-shadow: 0 0 3px black;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  max-width: 1250px;
  margin: 0 auto;
  padding-left: 35px;
  padding-right: 35px;
}

.inside-nav-container {
  display: flex;
  align-items: center;
}

.burger {
	display: none;
	cursor: pointer;
	margin: auto 10px auto 0;
}

.line {
	width: 20px;
	height: 2px;
	background-color: white;
	margin: 5px;
}

.burger-scroll {
  background-color: black;
}

.burger-exit {
  display: none;
  position: absolute;
  top: 18px;
  left: 19px;
	cursor: pointer;
	margin: auto 10px auto 0;
  z-index: 2;
}

.x-line-1 {
  width: 31px;
	height: 2px;
	background-color: white;
	margin-bottom: 20px;
  transform: rotate(45deg);
  transform-origin: 0%;
}

.x-line-2 {
  width: 31px;
	height: 2px;
	background-color: white;
	margin-top: 0;
  transform: rotate(-45deg);
  transform-origin: 0%;
}

.logo-image {
  vertical-align: baseline;
  width: 100px;
  height: auto;
  margin: 10px 10px 5px 0;
  transition: 0.5s;
}

.logo-image-scroll {
  width: 75px;
}

.nav-ul-list {
  display: flex;
  justify-content: space-between;
  vertical-align: baseline;
  padding: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.nav-item {
  list-style: none;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  font-size: 1.1em;
  letter-spacing: 1.5px;
}

.active {
  font-weight: bold;
}

.ind-nav-link {
  text-decoration: none;
  color: whitesmoke;
  transition: 0.5s;

 }

 .nav-text-scroll {
   color: black;
 }

.ind-nav-link:hover {
  opacity: 0.75;
  text-decoration: none;
  color: whitesmoke;
}

 .social-links {
  display: flex;
  visibility: hidden;
 }

 .social-link-ind {
   margin-top: auto;
   margin-bottom: auto;
   margin-left: 5px;
   margin-right: 5px;
 }

 .social-link-ind img {
   width: 25px;
   height: auto;
 }


 .header-section {
   background-image: url('images/ryan-adler-mckinney-tx-magician.png');
   background-position: top;
   background-size: cover;
   height: 100vh;
   display: flex;
   align-items: center;
   justify-content: space-between;
   overflow-y: hidden;
}


.parallax--bg {

}

.header-section-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-width: 500px;
  color: white;
  margin-left: auto;
  margin-right: auto;
  transition: 750ms;
}

.header-section-info-scroll {
  opacity: 0;
}

.header-section-info h1 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 3.5em;
}

.header-section-info h3 {
  display: inline-block;
}

.header-section-info h1, .header-section-info h3 {
  color: whitesmoke;
  text-shadow: -2px 2px 5px black;
}

.header-buttons {
  display: flex;
  justify-content: center;
  align-items: center;

}

.middle-section {
  position: relative;
  background-color: white;
  height: auto;
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 35px;
}

.middle-section h1, .middle-section h3 {
  color: #484848;
}

.title-line {
  background-color: #484848;
  height: 5px;
  width: 100px;
  margin-bottom: 50px;
}

.middle-section p {
  max-width: 850px;
}

.ser-sect-par {
  text-align: center;
  opacity: 0;
  transform: translateY(50%);
  transition: 500ms
}

.ser-sect-par-scroll {
  opacity: 1;
  transform: translateY(0%);
}

.services {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 30px 0% 0 0%;
}

.service-image-div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 1;
  background-color: white;
}

.s-image {
  width: 45%;
  height: auto;
  margin: 15px;
}

.s-descript {
  width: auto;
  margin: 15px;
}

.s-descript h3 {
  text-align: left;
}

.s-descript p, .services-dropdown-two ul, .services-dropdown-two p {
  margin-bottom: 0.5rem;
}

.child-pack-info {
  width: 100%;
}

.child-pack-info h5, .child-pack-info p, .child-pack-info ul {
  text-align: left;
}

.s1-des {
  opacity: 0;
  transform: translateX(50%);
  transition: 500ms;
  margin-right: 0;
}

.s1-img {
  opacity: 0;
  transform: translateX(-50%);
  transition: 500ms;
  margin-left: 0;
}

.s2-des {
  opacity: 0;
  transform: translateX(-50%);
  transition: 500ms;
  margin-left: 0;
}

.s2-img {
  opacity: 0;
  transform: translateX(50%);
  transition: 500ms;
  margin-right: 0;
}

.s3-des {
  opacity: 0;
  transform: translateX(50%);
  transition: 500ms;
  margin-right: 0;
}

.s3-img {
  opacity: 0;
  transform: translateX(-50%);
  transition: 500ms;
  margin-left: 0;
}

.s123-scroll {
  opacity: 1;
  transform: translateX(0%);
}

/*
.services-dropdown-one {
  display: none;
  justify-content: space-around;
  align-items: center;
  background-color: whitesmoke;
  margin: 10px auto 0 auto;
  padding: 15px;
  transform: translateX(-100%);
  opacity: 0;
  transition: 750ms;
}
*/

.services-dropdown-two {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: whitesmoke;
  margin: 0px auto 0 auto;
  padding: 0px;
  transform: translateY(-75%);
  height: 0;
  opacity: 0;
  transition: 0ms;
}

/*
.services-dropdown-three {
  display: none;
  justify-content: space-around;
  align-items: center;
  background-color: whitesmoke;
  margin: 10px auto 0 auto;
  padding: 15px;
  transform: translateX(-100%);
  opacity: 0;
  transition: 750ms;
}
*/

.services-dropdown-active {
  display: flex;
  padding: 15px;
  margin-top: 10px;
  transform: translateY(0);
  height: auto;
  opacity: 1;
  transition: 750ms;
}

.extended-descript ul {

}

/*
.s1-popup-bg {
  display: none;
	position: fixed;
	top: 0;
	left: 0;
	right:0;
	padding: 0;
	height: 100vh;
	width: 100%;
	background-color: black;
  opacity: 0.5;
	z-index: 3;
}

.s1-popup-bg-active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.s1-popup-container {
  display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 0;
  height: 100vh;
  width: 100%;
  z-index: 6;
}

.s1-popup-container-active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.s1-popup-box {
  display: flex;
  background-color: white;
  height: 300px;
  width: 500px;
  border: solid;
  border-width: 3px;
}
*/

.bottom-section {
  background-color: whitesmoke;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100vw;
}

.portfolio-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  width: 60%;
  color: #484848;
}

.portfolio-heading p {
  margin: 10px;
}

.grid-portfolio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 5px;
  max-width: 1250px;
  padding-left: 35px;
  padding-right: 35px;
  margin: auto;
  width: 100%;
  height: 850px;
}

.grid-portfolio-item {
  background-size: cover;
  background-position: top;
  opacity: 0;
  transform: translateY(35%);

}

.grid-portfolio-item-scroll {
  transform: translateY(0%);
  opacity: 1;
}

.one {
  background-image: url('images/grand-illusion-magic-1.JPG');
  transition: 500ms ease-in-out;
}

.two {
  background-image: url('images/IMG_8421.JPG');
  transition: 500ms ease-in-out 50ms;
}

.three {
  background-image: url('images/grand-illusion-magic-2.JPG');
  transition: 500ms ease-in-out 100ms;
}

.four {
  background-image: url('images/kids-birthday-magic-1.JPG');
  transition: 500ms ease-in-out;
}

.five {
  background-image: url('images/IMG_8428.JPG');
  transition: 500ms ease-in-out 50ms;
}

.six {
  background-image: url('images/grand-illusion-magic-3.JPG');
  background-position: center;
  transition: 500ms ease-in-out 100ms;
}

.seven {
  background-image: url('images/grand-illusion-magic-4.JPG');
  background-position: top;
  transition: 500ms ease-in-out;
}

.eight {
  background-image: url('images/kids-birthday-magic-2.JPG');
  transition: 500ms ease-in-out 50ms;
}

.nine {
  background-image: url('images/IMG_8431.JPG');
  transition: 500ms ease-in-out 100ms;
}

.client-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.client-logos {
  margin: auto;
  max-width: 1250px;
  padding-left: 35px;
  padding-right: 35px;
}

.client-logos img {
  height: 100%;
  width: 100%;
}

.lower-bottom-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 75%;
  height: auto;
  margin: auto;
  max-width: 800px;
  margin: auto;
  text-align: center;
}

.lower-bottom-section p {
  margin: 10px;
}

.lower-bottom-section h1, .lower-bottom-section h3 {
  color: #484848;
}

.cf-two {
  display: none;
}

.footer-section {
  height: 200px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  background-color: black;
}

.social-media {
  display: flex;
  justify-content: center;
  margin-left: 30%;
  margin-right: 30%;
}

.social-media-icon {
  height: 40px;
  width: 40px;
  margin: 5px 5px 5px 5px;
}

.social-link-ind-f {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
  margin-right: 5px;
}

.social-link-ind-f img {
  width: 25px;
  height: auto;
}

.social-link-ind-f img:hover {
  opacity: 0.7;
}

.nav-footer {
  margin: 5px auto;
}

.nav-ul-list-f {
  display: flex;
  justify-content: center;
  padding-left: 0;
}

.nav-item-f {
  margin: 5px;
  list-style: none;
  letter-spacing: 1.5px;
}

.ind-nav-link-f {
  text-decoration: none;
  color: whitesmoke;
}

.ind-nav-link-f:hover {
  text-decoration: none;
  color: whitesmoke;
  opacity: 0.7;
}

.location-f {
  color: whitesmoke;

}

/********************ID********************/
/********************Media****************/

@media (max-width: 1320px) {

/*}

@media (max-width: 1000px) {*/

  .header-section img {
    display: none;
  }

  .header-section-info-img {
    position: relative;
    left: 0;
    right: 0;
  }


  .header-section-info {
    align-items: center;
    height: 100%;
    margin: auto;
    padding-top: 100px;
  }


  .title-line {
    background-color: #484848;
    height: 5px;
    width: 150px;
    margin-bottom: 25px;
  }

  .social-media-icon {
    margin: 5px 3px 5px 3px;
  }

  .grid-portfolio {
    height: 600px;
  }

  .portfolio-heading {
    width: 85%;
  }

  .s-descript h3, .services-dropdown-two h3 {
    font-size: 1.5em;
  }

  .services-dropdown-two h5 {
    font-size: 1.2em;
  }

  .s-descript p, .services-dropdown-two ul, .services-dropdown-two p {
    font-size: 0.8em;
  }

  .btn {
    font-size: 0.8em;
  }

}

@media (max-width: 700px) {

.nav-container {
  padding-left: 15px;
  padding-right: 15px;
}

.burger {
	display: block;
}

.line {
}

.line-scroll {
    background-color: whitesmoke;
}

.burger-exit {

}

.logo-image {
  width: 50px;
  margin: 5px 5px 0 0;
}

.nav-ul-list {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	padding: 0;
	height: 100vh;
	width: 100%;
	background-color: black;
  opacity: 0.9;
	z-index: 1;
	/*transform: translateX(100%);*/
	}

.nav-item {
	padding: 5px 0 5px 0;
	text-align: center;
  letter-spacing: 3px;
}

.ind-nav-link {
  font-size: 2em;
}

.ind-nav-link-scroll {
  color: whitesmoke;
}

.nav-active {
	display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 100px;
}

.active-exit-burger {
  display: block;
  z-index: 2;
}

.nav-line-avtive {
  opacity: 0;
}

.social-link-ind img {
  width: 20px;
  height: auto;
}

.middle-section {
padding-left: 15px;
padding-right: 15px;
}

.service-image-div {
  flex-direction: column;
}

.services-dropdown-two {
  flex-direction: column;
}

.serv-drop-text {
  padding: 15px;
}

.s-image {
  width: 100%;
  margin: 0;
}

.s-descript {
  width: 100%;
  margin: 10px 0 0 0;
}

.s-descript h3, .services-dropdown-two h3 {
  text-align: center;
}

.s-descript p {
  text-align: center;
}

.sid-2 {
  flex-direction: column-reverse;
}

.service-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-buttons a, button {
  margin-left: 5px;
  margin-right: 5px;
}

  .cf-one {
    display: none;
  }

  .cf-two {
    display: block;
  }

  .grid-portfolio {
    height: 450px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .client-logos {
    padding-left: 15px;
    padding-right: 15px;
  }

  .social-link-ind-f img {
    width: 20px;
    height: auto;
  }

  .nav-item-f {
    font-size: 0.8em;
  }
}

@media (max-width: 475px) {

  .nav-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .middle-section {
  padding-left: 10px;
  padding-right: 10px;
  }

  .s-image {
    width: 100%;
  }

  .s-descript {
    width: 100%;
  }

  .client-logos {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-portfolio {
    height: 400px;
    padding-left: 10px;
    padding-right: 10px;
  }

}
