@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: 39rem;
  position: relative;
}
#section-1::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  background-color: #05101f;
  opacity: 0.7;
}
#section-1 img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#section-1-header {
  position: absolute;
  left: 10rem;
  top: 6rem;
  z-index: 2;
  max-width: 60rem;
}
#section-1 h1 {
font-family: "Meta serif 06 bold",Georgia, 'Times New Roman', Times, serif;
font-size: 3.2rem;
color: white;
}
#section-1 p {
  margin-top: 0.5rem;
  margin-bottom: 1.2rem;
  color: white;
  font-size: 1.4rem;
  line-height: 2.1rem;
}
#section-2 {
  padding: 4rem 0;
}
#section-2 > h1 {
  color: #081931;
  font-size: 3rem;
  text-align: center;
}
.card h2 {
  font-family: 'barlow medium', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #061120;
  padding: 0.6rem 0;
}
.card p {
  margin-top: 0.7rem;
  color: #0D2444;
  font-size: 1.2rem;
  max-width: 60rem;
  line-height: 1.8rem;
}
#card-container {
  display: flex; 
  justify-content:space-between;
  margin-top: 4rem;
}
.card {
  max-width: 30rem;
  margin-right: 2rem;
  margin-left: 2rem;
}
.card img {
  width: 100%;
  height: 25rem;
  object-fit: cover;
}
.card h1 {
  font-size: 2rem;
  color: #0D2444;
}
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;
}