/*
Color Palette:
https://coolors.co/dabfff-7d64ce-4f518c-2c2a4a-7fdeff
*/

body {
  background-color: #DABFFF;
  text-align: center;
}

a {
  color: #7D64CE;
}

a:hover {
  color: #2C2A4A;
}

.navbar {
  background-color: #7D64CE;
}

.nav-item {
  padding: 0 20px;
}

.ryan-img {
  max-width: 150px;
  margin-bottom: 40px;
}

.about {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 3rem;
}

.socials {
  font-size: 3rem;
  margin-top: 40px;
}

.resume-img {
  width: 55%;
  margin: auto;
}

.resume-icon {
  margin-top: 5%;
}

.resume-body {
  text-align: left;
}

.resume-title {
  font-size: 2rem;
}

.resume-years {
  font-size: 1.75rem;
  margin: 0 0 20px;
}

.resume-desc {
  font-size: 1.5rem;
}

.education {
  background-color: #7D64CE;
}
