/********* Start color *********/
/********* End color *********/
/********* Start fonts *********/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .mainpage {
  margin-top: 0;
  padding-top: 0;
  background-image: none;
  max-width: 1300px;
  margin: auto;
}
body .mainpage h2 {
  text-align: center;
  font-size: 36px;
  font-family: "djr_bold";
  font-weight: normal;
  font-style: normal;
}
body .mainpage figure {
  display: flex;
  justify-content: center;
}
body .mainpage .chapter {
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom: none;
}
body .mainpage .chapter .pink {
  padding-left: 10px;
  color: #DA0073;
}
body .mainpage h1 {
  font-size: 42px;
  font-family: "djr_extra_bold";
  font-weight: normal;
  font-style: normal;
  display: flex;
  justify-content: center;
}
body .mainpage p {
  font-size: 24px;
  font-family: "djr_light";
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1.5px;
}
body .mainpage div {
  border-bottom: 1px black solid;
  width: 25%;
  margin: auto;
}

body {
  margin: 0;
  padding: 0;
}
body .header1 {
  margin-bottom: 0;
  width: 100%;
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/header-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: saturation;
  background-position: center center;
  margin-bottom: 0;
}
body .header1 nav {
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  z-index: 99;
  top: 0;
  position: fixed;
}
body .header1 nav p {
  color: #F8F8F8;
  font-family: "djr_regular";
  font-weight: normal;
  font-style: normal;
}
body .header1 nav p:hover {
  color: #DA0073;
  transition-duration: 0.5s;
}
body .header1 nav figure {
  width: 100px;
}
body .header1 nav figure img {
  width: 100%;
  height: 100%;
}
body .header1 nav.background-on-scroll {
  background-image: url("../assets/header-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: saturation;
  background-position: center center;
}
body .header1 h1 {
  color: #DA0073;
  font-size: 100px;
  font-family: "djr_extra_bold";
  font-weight: normal;
  font-style: normal;
}
body .header2 {
  padding-bottom: 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .header2 nav {
  top: 0;
  width: 100%;
  background-image: url("../assets/header-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: saturation;
  background-position: center center;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  z-index: 99;
  position: fixed;
}
body .header2 nav p {
  color: #F8F8F8;
  font-family: "djr_regular";
  font-weight: normal;
  font-style: normal;
}
body .header2 nav p:hover {
  color: #DA0073;
  transition-duration: 0.5s;
}
body .header2 nav figure {
  width: 100px;
}
body .header2 nav figure img {
  width: 100%;
  height: 100%;
}

body footer {
  border-top: 1px solid black;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
body footer .left_box {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
body footer .left_box .logo_footer {
  padding-right: 10px;
}
body footer .left_box .logo_footer figure {
  width: 150px;
}
body footer .left_box .logo_footer figure img {
  width: 100%;
  height: 100%;
}
body footer .left_box .line {
  border-left: 1px solid black;
  height: 50px;
  padding-left: 10px;
}
body footer .left_box .contact h3 {
  color: #DA0073;
  font-family: "djr_bold";
  font-weight: normal;
  font-style: normal;
}
body footer .left_box .contact p {
  font-family: "djr_regular";
  font-weight: normal;
  font-style: normal;
}
body footer .left_box .network {
  text-align: center;
  align-self: flex-start;
  color: #DA0073;
  font-family: "djr_bold";
  font-weight: normal;
  font-style: normal;
}
body footer .mentions {
  width: 100%;
  text-align: right;
  padding-right: 50px;
  font-family: "djr_bold";
  font-weight: normal;
  font-style: normal;
}

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