/* Elements */

body {
  background-color: white;
}

ul,
li {
  margin: 0;
  padding: 0;
}

h1 {
  color: white;
  font-size: 60px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin: 10px 0 10px 0;
}

p {
  color: white;
  margin: 0;
  font-size: 16px;
}

a:hover {
  opacity: 0.2;
}

a {
  color: white;
}

/* Media */

@media only screen and (max-width: 1026px) {
  .page {
    width: 100% !important;
  }
}

/* Animations */

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Classes */

.dark {
  color: black;
}

.p-spacer {
  padding-bottom: 20px;
}

.links {
  opacity: 0.5;
  font-size: 12px;
}

.spacer-skills {
  margin-top: 30px;
}

.page {
  max-width: 1250px;
  width: 70vw;
  margin: 50px auto 50px auto;
  background-color: white;
  border-style: solid;
  box-shadow: 5px 10px 5px #c4c4c4;
  animation: fadeIn 2s;
}

.header {
  background-color: #F97B22;
  text-align: center;
  padding: 20px 20px 40px 20px;
  margin: 0 auto 0 auto;
  /* height: 200px; */
  font-family: "Inter", sans-serif;
}

.content {
  padding: 20px;
}

.row {
  display: flex;
  margin: 25px 0 25px 0;
}

.light {
  opacity: 0.5;
}

.experience-li {
  padding: 15px 0 0 15px;
  opacity: 0.5;
}

.row-header {
  flex: 1;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #F97B22;
}

.row-content {
  flex: 3;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  margin: 0 0 20px 0;
}

.spread-row-text {
  display: flex;
}

.start {
  padding-bottom: 5px;
  color: black;
  flex: 3;
  text-align: left;
}

.end {
  color: black;
  flex: 1;
  min-width: 100px;
  text-align: right;
  font-style: inherit;
  opacity: 0.5;
}

.spacer {
  padding-bottom: 30px;
}

.desc {
  color: black;
  padding-top: 15px;
  opacity: 0.5;
}

.skills {
  padding: 20px;
  background-color: #d2cff3;
}

.footer {
  opacity: 0.5;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  padding: 50px 20px 0 20px;
}
