html {
  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}

body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #012132;
  text-align: left;
  background-image: linear-gradient(300deg, #fff, #cAdAe7);
}

a {
  color: #024364;
  text-decoration: none;
}

a:hover {
  color: #0597e1;
  text-decoration: underline;
}

h1, .h1 {
  font-size: 1.5rem;
  margin-bottom: 0.1rem;
  font-weight: 400;
}

h2, .h2 {
  font-size: 1.2rem;
  margin-bottom: 0.1rem;
  font-weight: 400;
}


hr {
  margin-top: 4rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

footer {
	text-align: center;
	font-style: italic
}

ul {
  list-style: none;
}

img {
  border: 1px solid #a8c2d6;
}

.nav {
  position: relative;
  justify-content: space-between;
  padding-left: 0.7rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  margin-left: 0rem;
  margin-bottom: 2.5rem;
  color: #fff; 
  background-image: linear-gradient(to right, #024768, #012232);
}

