@font-face {
  font-family: "barlow regular";
  src: url(arcus_assets/fonts/Barlow-Regular.ttf);
}
@font-face {
  font-family: "barlow medium";
  src: url(arcus_assets/fonts/Barlow-Medium.ttf);
}
@font-face {
  font-family: "Meta serif 06 bold";
  src: url(arcus_assets/fonts/MetaSerifWeb\ W06\ Bold.ttf);
}
@font-face {
  font-family: "Meta serif 06 medium";
  src: url(arcus_assets/fonts/MetaSerifWeb\ W06\ Medium.ttf)
}
@font-face {
  font-family: "Meta serif 06 regular";
  src: url(arcus_assets/fonts/MetaSerifWeb\ W06\ Book.ttf);
}
* {
  margin: 0;
  list-style: none;
}
a {
  text-decoration: none;
  font-family: 'barlow medium', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
a:hover {
  color: #CB3333;
  border-bottom: 1px solid #CB3333;
}

html, body {
  max-width: 100%;
}
h1 {
  font-family: "Meta serif 06 bold",Georgia, 'Times New Roman', Times, serif;
  font-size: 2.5rem;
  color: #272727;
}
p {
  font-family: 'barlow regular', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 1.3rem;
  color: #272727;
}
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
header {
  height: 4.5rem;
  width: 100%;
  display: flex;
  font-family: 'barlow medium', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  justify-content: space-between;
  align-items: center;
}
nav {
  margin-right: 3rem;
  font-weight: 500;
}
nav a {
  margin-right: 1rem;
  color: #0D2444;
  font-size: 1.3rem;
}
header #arcus-logo {
  margin-left: 2rem;
}
#section-1 {
  width: 100%;
  height: 37rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section-1::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  background-color: #0D2444;
  opacity: 0.4;
}
/*#section-1::after {
  content: "";
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: -55px;
  width: inherit;
  height: 15rem;
  background-color: #0D2444;
  transform: skewY(-3deg);
}*/
#section-1 img {
    width: inherit;
    height: inherit;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
#section-1 h1 {
  font-family: "Meta serif 06 bold",Georgia, 'Times New Roman', Times, serif;
  font-size: 4rem;
  text-align: center;
  color: white;
  z-index: 2;
  padding: 0 2rem;
}
#section-2 {
  width: 100%;
  background-color: #0D2444;
  display: flex;
  justify-content: center;
  padding: 6rem 0;
}
#about-company {
  padding-left: 3rem;
}
#about-company h1 {
  color: whitesmoke;
  font-family: "Meta serif 06 bold",Georgia, 'Times New Roman', Times, serif;
  font-size: 2.5rem;
}
#about-company p {
  color: whitesmoke;
  font-family: 'barlow regular', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;;
  font-size: 1.4rem;
  max-width: 38rem;
  line-height: 2.1rem;
  margin: 1.3rem 0;
}
#about-company button{
  font-family: 'barlow regular', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 1.1rem;
  padding: 0.8rem 1rem;
  color: whitesmoke;
  background-color: transparent;
  border: 1px solid whitesmoke ;
}
#anniversary-logo {
  margin-left: 3rem;
  padding-right: 3rem;
}
#section-3 {
  width: 100%;
  padding: 10rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#section-3 h1 {
  color: #2c2c2c;
  font-family: "Meta serif 06 bold",Georgia, 'Times New Roman', Times, serif;
  font-size: 2.3rem;
  max-width: 40rem;
  line-height: 3rem
}
#section-3 p {
  margin-top: 1rem;
  font-family: 'barlow regular', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;;
  font-size: 1.3rem;
  max-width: 38rem;
  line-height: 2rem;
  color: #272727;
}
#section-3 button {
  font-family: 'barlow regular', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 1.1rem;
  padding: 0.8rem 1rem;
  color: whitesmoke;
  background-color: #CB3333;
  border: none;
  outline: none;
  margin-top: 1.5rem;
}
#section-4 {
  background-color: #e8eef7;
  display: flex;
  justify-content: space-between;
  padding: 10rem 0;
  width: 100%;
}
#section-4 img{
  width: 30rem;
  padding-left: 6rem;
}
#investment-philosophy {
  max-width: 40rem;
  padding: 0 4rem;
}
#investment-philosophy p {
  line-height: 2rem;
  margin: 1rem 0
}
#investment-philosophy button {
  background: transparent;
  border: 1px solid #272727;
  outline: none;
  font-family: 'barlow regular', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 1.1rem;
  padding: 0.8rem 1rem;
  margin-top: 1rem;
}
#section-5 {
  width: 100%;
  height: 888px;
  position: relative;
}
#section-5 img {
  position: absolute;
  width: inherit;
  height: inherit;
  object-fit: cover;
  top: 0;
  left: 0;
}
#section-5::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  background-color: #0f0f0f;
  opacity: 0.6; 
}
#our-team {
  position: absolute;
  z-index: 2;
  max-width: 75rem;
  padding: 4rem 4rem;
}
#our-team h1 {
  color: white;
}
#our-team p {
  color: white;
  line-height: 2rem;
  margin: 0.8rem 0;
  font-size: 1.4rem;
}
#our-team button {
  background: transparent;
  border: 1px solid white;
  outline: none;
  color: white;
  font-family: 'barlow medium', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 1.1rem;
  padding: 0.8rem 1rem;
  margin-top: 1rem;
}
footer {
  background-color: #f0f0f0;
  padding: 2rem 0 1rem 5rem;
}
footer a {
  color: #0D2444;
  margin: 0 0.5rem;
  font-size: 0.9rem;
}
footer p {
  font-size: 0.9rem;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}