body {
  background-color: #E2EAF3;
  margin: 0px;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-size: 38px;
  font-weight: 500;
  /*letter-spacing: -0.6px;*/
}

h2 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 600;
  /*letter-spacing: -0.6px;*/
  color: #171E27; /*Primary color*/
  padding-top: 25px;
}

h3 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 500;
  /*letter-spacing: -0.6px;*/
  color: #171E27; /*Primary color*/
}

p, li {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  /*letter-spacing: -0.6px;*/
  margin: 0px;
  color: #3D3D3D;  /*Secondary color*/
}

@media (max-width: 900px) {
  h1 {
    font-size: 30px;
  }
}

img {
  max-width: 100%;
  object-fit: contain;
}

body > div.row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

div#content {
  max-width: 80%;
  padding-top: 30px;
  padding-bottom: 60px;
}

header div.row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100px;
  background-color: #ffffff;
}

header div.col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}

header div.pages-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

header div.pages-row a {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
}

header div.pages-row img {
  height: 35px;
  margin-right: 15px;
}

header img.logo {
  padding: 20px;
  margin-left: 8%;
  max-width: 40%;
}

@media (max-width: 450px) {
  header img.logo {
    margin-left: 0;
  }
}
