/*
body {
  padding-left: 4rem;
  padding-right: 4rem;
}
*/
#logo-color {
  color: #8C96FD;
}
#logo-link {
  color: black !important;
}

html {
  max-width: 100%;
  max-height: 100%;
}

/* body {
  background-color:#ec790e !important;
  color:#003f88 !important;
} */

main, #nav-section {
  max-width: 70%;
  margin: auto !important;
}

header {
  background-color: #d3d3d3;
  margin-bottom: 2rem;
}

.section-title {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

/* Section styling */
section {
  margin-top: 2rem;
}

.card {
  width: 18rem;
}

.card-img-top {
  object-fit: cover;
  width: 250px;
  height: 200px;
}

/* Links */
a:link {
      text-decoration: none;
}

a:visited {
      text-decoration: none;
}

a:hover {
      text-decoration: none;
}

a:active {
      text-decoration: none;
}