
 
body {
  font-family: WorkSans, sans-serif;
  line-height: 2;
  background-color: #fff;
  margin: 0;
}

h1 {
	font-family: WorkSans, sans-serif;
	font-weight: 800;
  color: #489ACD;
}
#landingpage_header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#landingpage_title {
  font-size: 96px;
  font-variant: small-caps;
  color: white;
  -webkit-text-stroke: 2px #489ACD;
}
#landingpage_header a {
  text-decoration: none;
}
.title_w {
  color: #489ACD;
  text-shadow: none;
}
main {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  text-align: center;
}

#subpage_header {
  display: flex;
  align-items: center;
  padding: 2rem;
  margin-top: -2rem;
}

#subpage_title {
  font-size: 2.5rem;
  font-variant: small-caps;
  color: white;
  -webkit-text-stroke: 1px #489ACD;
}

#subpage_header a {
  text-decoration: none;
}

#subpage_name_title {
  color: #489ACD;
  margin-bottom: -12rem;
}

h2 {
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 2rem;
  font-variant: small-caps;
}

.name_position_white_section {
  color: #489ACD;
  font-variant: small-caps;
  line-height: 0;
}
.name_position_blue_section {
  color: #fff;
  font-variant: small-caps;
  line-height: 0;
  flex-direction: column;
}

h3 {
  font-size: 1.2rem;
  font-weight: 300;

}

h4 {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0rem;
}

p {
  font-variant: small-caps;
  font-weight: 500;
  font-size: 1.2rem;
}

#intro_section {
  display: flex;
  justify-content: center;
}

#intro_text {
  max-width: 55vw;
  text-align: left;

}
#intro_text p {
  font-size: 1.7rem;

}

.blue_section {
  display: flex;
  width: 100%;
  height: 400px;
  flex-direction: column;
}
.blue_section_head{
  display: flex;
  flex-direction: column;
  text-align: center;
}
.top_deco, .bottom_deco {
  width: 100%;
}
.top_deco{
  margin-top: -4px;
}
.bottom_deco {
  margin-top: -4px;
}

.blue_section div {
  display: flex;
  background-color: #489ACD;
}

.blue_section h2 {
  margin-top: 6rem;
  color:#fff;
}
.blue_section p {
  color: #fff;
  width: 50%;
  text-align: left;
  line-height: 1.6rem;
  margin-top: -.4rem;
}

.blue_section_body {
  display: flex;
  max-width: 3440px;
  padding: 4rem 4rem 8rem 4rem;
  justify-content: space-evenly;
  align-items: center;
}
.blue_section_body img {
  width: 20rem;
  height: auto;
}

---------------

.white_section {
  display: none;
  margin-top: 6rem;
  background-color: brown;
}

.white_section_head {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 10rem;
}
.white_section h2 {
  margin-top: 6rem;
  color:#489ACD;
}
.white_section p {
  color: #489ACD;
  width: 50%;
  text-align: left;
  line-height: 1.6rem;
  margin-top: -.4rem;
}

.white_section_body {
  display: flex;
  max-width: 3440px;
  padding: 4rem 4rem 8rem 4rem;
  justify-content: space-evenly;
  align-items: center;
}
.white_section_body img {
  width: 20rem;
  height: auto;
}

footer {
  text-align: center;
  color: #489ACD;
  font-weight: 500;
  font-size: 1rem;
  padding: 2rem;
  margin-top: 3rem;

}
#spacer_bottom {
  height: 10rem;
}
footer a{
  text-decoration: none;
  color: #489ACD;
}
footer a:hover{
  filter: brightness(145%);
}

