body, html {
  background-image: url(../Images/Yoshi-bg.png);
  background-repeat: repeat;
  z-index: -999;
}

a {
  text-decoration: none;
  color: white;
}

.navContainer {
  background: rgb(99, 35, 143);
  background: linear-gradient(0deg, rgb(99, 35, 143) 0%, rgb(0, 0, 0) 61%);
  z-index: 999;
}
.navContainer .container {
  display: flex;
  justify-content: space-around;
}
.navContainer .container .mainNav {
  display: flex;
}
.navContainer .container .mainNav .navbar-toggler {
  border: none;
}
.navContainer .container .mainNav .navbar-toggler-icon {
  background-color: rgb(200, 248, 206);
  height: 50px;
  width: 50px;
  filter: invert(100%);
  border: 1px solid rgb(1, 255, 35);
  margin: -10px;
}
.navContainer .container .mainNav .logo img {
  height: 100px;
  width: 200px;
}
.navContainer .container .mainNav li {
  color: white;
  background-color: #63238f;
  /* border: 1px solid red; */
  margin: 10px;
  padding: 0px 15px;
  font-family: "Helvetica Rounded";
  font-size: 15px;
  box-shadow: -5px 5px 0px 0px rgb(255, 0, 255);
}
.navContainer .container .mainNav li:hover {
  background: rgb(117, 1, 108);
}
.navContainer .container .mainNav .navBook {
  background: linear-gradient(90deg, rgb(242, 34, 255) 0%, rgb(255, 41, 117) 100%);
  box-shadow: -5px 5px 0px 0px #9239F5;
}
.navContainer .container .mainNav .navBook:hover {
  background: linear-gradient(90deg, rgb(255, 41, 117) 0%, rgb(255, 144, 31) 100%);
  cursor: pointer;
}

@media (max-width: 1200px) {
  .navContainer .container .mainNav li {
    color: white;
    background-color: #63238f;
    /* border: 1px solid red; */
    margin: 10px;
    padding: 0px 5px;
    font-family: "Helvetica Rounded";
    font-size: 15px;
    box-shadow: -5px 5px 0px 0px rgb(255, 0, 255);
  }
}
@media (max-width: 991px) {
  .navContainer .container .mainNav {
    display: block;
    text-align: center;
  }
}
.fixed-top {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.containerYoshi {
  height: 700px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  max-width: 1500px;
  margin: auto;
}
.containerYoshi .About {
  height: 400px;
  width: 600px;
  margin-bottom: 120px;
}
.containerYoshi .About .aboutYoshi .kanji {
  width: 500px;
  font-size: 30px;
  margin-bottom: -50px;
  text-align: right;
}
.containerYoshi .About .aboutYoshi h1 {
  display: inline-block;
  font-size: 90px;
  font-weight: bold;
}
.containerYoshi .About .aboutYoshi h2 {
  display: inline-block;
  font-size: 60px;
}
.containerYoshi .About .aboutYoshi .aboutText {
  color: white;
  background-color: black;
  height: 350px;
  box-shadow: -15px 15px 0px 0px rgb(255, 144, 31);
}
.containerYoshi .About .aboutYoshi .aboutText p {
  padding: 40px;
  font-size: 18px;
}
.containerYoshi .aboutImage {
  border: 1px solid green;
  height: 550px;
  width: 370px;
  border: 5px solid black;
  text-align: right;
  position: relative;
}
.containerYoshi .aboutImage img {
  height: 95%;
  width: 93%;
}
.containerYoshi .aboutImage .borderYoshi {
  border: 5px solid rgb(0, 0, 0);
  position: absolute;
  left: 22px;
  bottom: 25px;
  height: 550px;
  width: 371px;
}

.sunset1 {
  height: 20px;
  margin-top: 100px;
  margin-bottom: 15px;
  background: #ff901f;
}

.sunsetContainer {
  background-color: black;
}
.sunsetContainer .sunsetColors2 {
  background-color: #ff2975;
}
.sunsetContainer .sunsetQ {
  height: 180px;
  background: rgb(255, 144, 31);
  background: linear-gradient(180deg, rgb(255, 144, 31) 0%, rgb(255, 41, 117) 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
}
.sunsetContainer .sunsetQ h1 {
  text-align: center;
  margin: 20px;
}
.sunsetContainer .sunset2 {
  height: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.sunsetContainer .sunset3 {
  height: 17px;
  margin-top: 10px;
}
.sunsetContainer .sunset4 {
  height: 14px;
  margin-top: 8px;
}
.sunsetContainer .sunset5 {
  height: 10px;
  margin-top: 5px;
}
.sunsetContainer .sunset6 {
  height: 5px;
  margin-top: 5px;
}

.containerStudioBG {
  background-color: black;
  padding-top: 100px;
  padding-bottom: 150px;
}
.containerStudioBG .containerStudio {
  height: 700px;
  color: white;
  text-align: right;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.containerStudioBG .containerStudio .aboutStudio {
  border: 3px solid white;
  text-align: left;
  height: 500px;
  width: 400px;
  position: relative;
  padding: 30px 45px 30px 30px;
  font-size: 18px;
}
.containerStudioBG .containerStudio .aboutStudio .aboutStudioBorder {
  border: 3px solid rgb(247, 243, 243);
  position: absolute;
  right: 15px;
  bottom: 30px;
  top: -20px;
  height: 500px;
  width: 400px;
}
.containerStudioBG .containerStudio .studioImageContainer {
  margin-bottom: 100px;
}
.containerStudioBG .containerStudio .studioImageContainer .studioKanji {
  margin-bottom: -25px;
  font-size: 70px;
  color: magenta;
  text-shadow: 0px 0px 35px #ff00ff;
}
.containerStudioBG .containerStudio .studioImageContainer .studioHeader {
  font-weight: bold;
  font-size: 85px;
  text-shadow: -8px 0px 0px #ce377d;
}
.containerStudioBG .containerStudio .studioImageContainer .studioImage {
  border: 3px solid white;
  height: 350px;
  width: 500px;
}
.containerStudioBG .containerStudio .studioImageContainer .studioImage img {
  height: 350px;
  width: 500px;
  padding: 20px;
}

.footerLineAbout {
  border-top: 3px solid white;
  background-color: black;
  height: 20px;
}

footer {
  height: 350px;
  border-top: 3px solid rgb(255, 255, 255);
  border-top: 3px solid white;
  background-color: black;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
footer .footerBG {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
footer .footerBG .footerContactDetails {
  display: inline-block;
  /* border: 1px solid red; */
  margin-right: 100px;
}
footer .footerBG .footerContactDetails svg {
  height: 30px;
  display: inline-block;
  /* border: 1px solid red; */
  margin-right: 10px;
}
footer .footerBG .footerContactDetails p {
  display: inline-block;
  font-size: 15px;
}
footer .footerBG .footerSocialLinks {
  /* border: 1px solid red; */
  display: inline-block;
}
footer .footerBG .footerSocialLinks .backtoTop {
  border: 3px solid white;
  border-radius: 35px;
  height: 60px;
  width: 50%;
  /* font-weight: bold; */
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 15px;
}
footer .footerBG .footerSocialLinks .backtoTop img {
  height: 40px;
}
footer .footerBG .footerSocialLinks .socialBox {
  border-radius: 15px;
  height: 90px;
  width: 90px;
  display: inline-block;
  margin: 30px 15px;
  text-align: center;
  vertical-align: middle;
  line-height: 80px;
  background: rgb(255, 41, 117);
  background: linear-gradient(90deg, rgb(255, 41, 117) 0%, rgb(255, 144, 31) 100%);
}
footer .footerBG .footerSocialLinks .socialBox img {
  width: 70%;
}

@media (max-width: 991px) {
  .containerYoshi {
    height: 620px;
    display: center;
    text-align: center;
  }
  .containerYoshi .aboutImage {
    display: none;
  }
  .containerYoshi .aboutImage img {
    display: none;
  }
  .containerYoshi .aboutImage .borderYoshi {
    display: none;
  }
}
@media (max-width: 991px) {
  .containerStudioBG .containerStudio {
    text-align: center;
    position: relative;
    height: 1300px;
  }
  .containerStudioBG .containerStudio .aboutStudio {
    position: absolute;
    top: 45%;
  }
  .containerStudioBG .containerStudio .studioImageContainer {
    position: absolute;
    top: 0%;
  }
}
@media (max-width: 841px) {
  footer {
    height: 400px;
  }
  footer .footerBG {
    margin-top: 20px;
    display: block;
    text-align: center;
  }
  footer .footerBG .footerContactDetails {
    margin: 20px;
  }
  footer .footerBG .footerSocialLinks {
    margin: 20px;
  }
  footer .footerBG .footerSocialLinks .backtoTop {
    display: inline;
    margin-right: 20px;
  }
  footer .footerBG .footerSocialLinks .socialBox {
    height: 50px;
    width: 50px;
    line-height: 45px;
    margin: 5px;
  }
  footer .footerBG .footerSocialLinks .socialBox img {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .containerYoshi .About {
    margin: 20px;
  }
  .containerYoshi .About .aboutYoshi .kanji {
    width: 350px;
    font-size: 15px;
    margin-bottom: -40px;
  }
  .containerYoshi .About .aboutYoshi h1 {
    font-size: 60px;
  }
  .containerYoshi .About .aboutYoshi h2 {
    font-size: 35px;
  }
  .containerYoshi .About .aboutYoshi .aboutText p {
    font-size: 15px;
  }
  .containerStudioBG .containerStudio .studioImageContainer .studioKanji {
    font-size: 40px;
    margin-bottom: -15px;
  }
  .containerStudioBG .containerStudio .studioImageContainer .studioHeader {
    font-size: 60px;
  }
  .containerStudioBG .containerStudio .studioImageContainer .studioImage {
    height: 300px;
    width: 450px;
    margin: 20px;
  }
  .containerStudioBG .containerStudio .studioImageContainer .studioImage img {
    height: 300px;
    width: 450px;
  }
  footer .footerBG {
    margin-top: 20px;
    display: block;
  }
  footer .footerBG .footerContactDetails {
    margin: 20px;
  }
  footer .footerBG .footerSocialLinks {
    margin: 20px;
  }
  footer .footerBG .footerSocialLinks .backtoTop {
    display: inline;
    margin-right: 20px;
  }
  footer .footerBG .footerSocialLinks .socialBox {
    height: 50px;
    width: 50px;
    line-height: 45px;
    margin: 5px;
  }
  footer .footerBG .footerSocialLinks .socialBox img {
    width: 30px;
  }
}/*# sourceMappingURL=about.css.map */