body {
  margin: 0;
  padding: 0;
  display: flex;

  --black0: #234;
  --black: #345;
  --black1: #456;
  --black2: #567;
  --black3: #678;
  --white: #f4f6f8;
  --white1: #e4e6e8;
  --white2: #d4d6d8;
  --white3: #c4c6c8;
  --blue: #4a90e2;
  --blue1: #3e80cc;
  --blue2: #316db3;
  --blue3: #245792;
  --electricblue: #026cff;
  --blue: #4171e1;

  --white-tint1: rgba(255,255,255,0.15);
  --white-tint2: rgba(255,255,255,0.25);
  --white-tint3: rgba(255,255,255,0.3);
  --background-tint: var(--black);
  /*
  Material Blues
  --blue: #2196f3;
  --blue1: #1e88e5;
  --blue2: #1976d2;
  --blue3: #1565c0;
  */
  --shadow:  0 2px 16px rgba(0,0,0,0.2);
  font-family: Avenir, Ubuntu, Arial, Helvetica, sans-serif;
  background: var(--black2);
  color: var(--white);
  border-color: var(--white2);
}

body::before {
  content: '';
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  background-color: var(--background-tint);
  transition: background 1s ease;
  opacity: 0.9;
  mix-blend-mode: multiply;
  z-index: -1;
}

h1, h2, h3, h4, h5, p { margin: 0; }
h1 { font-size: 2.5rem; margin: 12px 0; }
h2 { font-size: 2rem; margin: 10px 0; }
h3 { font-size: 1.75rem; margin: 8px 0; }
h4 { font-size: 1.5rem; margin: 6px 0; }
h5 { font-size: 1.2rem; margin: 4px 0; }
h6 { font-size: 1rem; margin: 2px 0; }
p { font-size: 1rem; margin: 2px 0; }

hr { 
  border-color: var(--black3);
  width: 50%;
  margin: 24px 0 24px auto; 
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.top {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.row {
  display: flex;
  flex-direction: row;
}
.col {
  display: flex;
  flex-direction: column;
}
.shadow-left {
  margin: 25px 0 50px 50px;
  background: var(--black0);
  box-shadow: -25px 25px 0 0 var(--black2);
  color: var(--white);
}
.shadow-right {
  margin: 25px 50px 25px 25px;
  background: var(--black0);
  box-shadow: 25px 25px 0 0 var(--black2);
  color: var(--white);
}
.shadow-top-right {
  margin: 50px 50px 0 0;
  background: var(--black0);
  box-shadow: 25px -25px 0 0 var(--black2);
  color: var(--white);
}

.contain {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  max-width: 1024px;
  margin: 64px auto;
  padding: 0 36px;
}
.side {
  width: 120px;
  background: var(--blue);
  align-items: stretch;
  justify-content: center;
  text-align: center;
}
#content {
  width: calc(100% - 120px);
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  box-sizing: border-box;
}

/* SIDE */

.profile {
  height: 120px;
  width: 120px;
  border-radius: 60px;
  object-fit: cover;
}
.name {
  color: var(--blue);
}
.location {
  font-weight: normal;
  margin: 12px 0;
}
.location {
  margin: 12px 0;
}
.socialIcons {
  margin: 24px 0;
  justify-content: flex-start;
}
.socialIcons > a {
  text-decoration: none;
  color: var(--white);
  cursor: pointer;
  border-radius: 20px;
  font-size: 28px;
  /* width: 40px; */
  height: 40px;
  margin: 0 24px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.socialIcons > a > span {
  font-size: 18px;
  margin-left: 12px;
}


/* CONTENT */

.quote {
  line-height: 64px;
  padding: 0 36px;
  font-size: 24px;
  border-left: 4px solid var(--blue);
  margin: 38px 0;
  font-weight: normal;
  font-style: italic;
  background: var(--white);
}
#filters,
.bio {
  margin-bottom: 24px;
}
.filter {
  margin: 12px 0;
}
.project {
  flex: 1;
  padding-top: 24px;
  /* height: max(50vh, 400px); */
  border-left: 6px solid var(--electricblue);
  padding-left: 64px;
  margin-left: 64px;
}
.logo {
  height: 104px;
  width: 104px;
  /* margin: 24px 15px 18px; */ /* add an extra 3px on each side due to the thickness of the line */
  margin: 24px 0;
  border-radius: 10px;
  box-sizing: border-box;
  object-fit: contain;
}
.title {

}
.position {

}
.dates {
  margin-bottom: 8px;
}
.description {

}
.subheader {
  font-weight: bold;
  font-size: 1rem;
  margin: 8px 0;
}
.link {
  text-decoration: none;
  background: var(--white-tint1);
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 4px;
  color: var(--white);
  margin: 4px 8px 8px 0;
  font-size: 14px;
  font-weight: bold;
}
.tags,
.links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 12px;
  margin-bottom: 24px;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.tags > li,
.tags > a {
  padding: 3px 8px;
  box-sizing: border-box;
  border-radius: 4px 0 0 4px;
  cursor: pointer;
  display: inline;
  background: var(--white-tint1);
  color: var(--white);
  margin: 4px 28px 4px 0;
  border: none;
  outline: none;
  font-size: 13px;
  font-family: inherit;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
}
.tags > a::after {
  content: attr(data-count);
  height: 100%;
  background: var(--white-tint2);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 4px 4px 0;
  transition: all 0.2s;
}
.tags > li:hover,
.tags > a:hover {
  background: var(--white-tint2);
}
.tags > a:hover::after {
  background: var(--white-tint3);
}
.tags > a#activeTag {
  background: var(--blue);
  color: var(--white);
  transition: all 0.2s;
}
.tags > a#activeTag::after {
  background: var(--blue3);
  color: var(--white);
}
.noAfter {
  border-radius: 4px !important;
  margin-right: 8px !important;
}
.noAfter::after {
  content: '';
  display: none !important;
  width: 0 !important;
  height: 0;
}

.timeline {
  height: 100%;
  width: 10px;
  background: #ddd;
  margin: 0 auto;

  display: none;
}

.tag {
  margin-bottom: 12px !important;
  margin-right: 38px !important;
}
.tag::after {
  width: 25px !important;
  right: -25px !important;
}
#Language-tag {
  background: #a860fc;
  color: white !important;
}
#Language-tag::after {
  background: #7e3dc9;
}
#Technology-tag {
  background: var(--blue);
  color: white !important;
}
#Technology-tag::after {
  background: var(--blue3);
}
#Skill-tag {
  background: #5ec78f;
  color: white !important;
}
#Skill-tag::after {
  background: #42a570;
}

@media (max-width: 980px) {
  .contain {
    flex-direction: column;
  }
  .side,
  #content {
    width: 90%;
    margin: 0 auto;
  }
  .quote {
    margin: 38px auto;
    width: 100%;
    padding: 0;
    height: 64px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 350px) {
  .quote {
    font-size: 17px;
  }
}