*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
  --color-black: #222222;
  --color-white: #f7f7f7;
  --color-light-gray: #eeeeee;
  --color-light-gray-2: #f2f2f2;
  --color-gray: #444444;
  --color-dark-gray: #353535;
  --color-highlight: #f3e8dc;
}

body {
  background: var(--color-black);
  background-image: url("images/background-image.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  height: 100%;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-gray);
}

.container {
  background-color: var(--color-black);
  width: 100%;
  max-width: 100%;
}

.content {
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
}

h1,
h2,
h3 {
  font-family: "Open Sans";
  text-transform: uppercase;
  text-align: left;
  line-height: 1.3;
  font-weight: 700;
  font-size: 4.7rem;
  letter-spacing: 1px;
  color: var(--color-gray);
  margin: 0;
  margin-bottom: .9rem;
}

h2 {
  font-size: 2.3rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.sub-headline {
  text-transform: capitalize;
  font-style: italic;
  font-weight: 400;
}

p {
  text-align: left;
  line-height: 1.7;
  font-weight: 300;
  font-size: 1.4rem;
  color: var(--color-gray);
  margin-bottom: .5rem;
}

p:last-of-type {
  margin-bottom: 0;
}

a {
  font-size: 1.6rem;
  text-decoration: none;
  color: inherit;
}

.button-top {
  display: block;
  margin: 6rem auto 30rem;
  text-align: center;
  letter-spacing: 0.7px;
  max-width: 300px;
  padding: 2rem;
  border-radius: 3px;
  color: var(--color-light-gray);
  background-color: var(--color-dark-gray);
}

/* .button:hover,
.button-top:hover,
.button-download:hover {
  background-color: rgba(0, 0, 0, 0);
} */

.button-download {
  display: block;
  margin: 0rem auto 3rem;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.7px;
  max-width: 200px;
  padding: 1.4rem;
  border-radius: 3px;
  color: var(--color-light-gray);
  background-color: var(--color-dark-gray);
}

/* RESUME */

/* RESUME */

/* RESUME */

.resume {
  background: transparent;
  width: 100%;
  max-width: 900px;
  padding: 4rem 2.5rem 0;
}

.resume-top {
  display: flex;
  justify-content: space-between;
  background: var(--color-white);
  padding: 6rem 6rem;
}

.resume-top-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: .7rem;
}

.resume-top-right p {
  font-size: 1.6rem;
}

.resume-bottom {
  display: flex;
  justify-content: space-between;
  padding: 6rem 0rem;
  background: var(--color-highlight);
  margin-bottom: 30rem;
}

.resume-bottom h3 {
  margin-bottom: 1rem;
}

.resume-bottom p:not(:last-of-type) {
  margin-bottom: 1rem;
}

.resume-bottom-left p:not(:last-of-type) {
  margin-bottom: .5rem;
}

.resume-bottom-left {
  width: 50%;
  padding: 0 2rem 0 6rem;
}

.resume-bottom-right {
  width: 50%;
  padding: 0 6rem 0 2rem;
}

.skills {
  margin-bottom: 5rem;
}

.experience h3:nth-last-of-type(2) {
  margin-top: 3rem;
}

.education span {
  font-size: 1.2rem;
  font-style: italic;
}

/* DIGITAL DESIGN */

/* DIGITAL DESIGN */

/* DIGITAL DESIGN */

.digital-design {
  background: transparent;
  width: 100%;
  max-width: 1000px;
  padding: 4rem 2.5rem 0;
}

.digital-design img {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 4rem;
}

.digital-design img.last-image {
  margin-bottom: 0;
}

.digital-design img[src*="600"] {
  max-width: 600px;
}

.digital-design img[src*="640"] {
  max-width: 640px;
}

.digital-design img[src*="825"] {
  max-width: 825px;
}

.digital-design img[src*="1000"] {
  max-width: 1000px;
}

.digital-design img[src*="1280"] {
  max-width: 1280px;
}

.digital-design .image-group {
  display: flex;
  justify-content: space-between;
}

.digital-design .image-group img {
  width: 100%;
  max-width: 600px;
}

.digital-design .left-col,
.digital-design .right-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 47.8%;
  justify-content: space-between;
}

/* VIDEO EDITING */

/* VIDEO EDITING */

/* VIDEO EDITING */

.video-editing {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
  padding: 4rem 2.5rem 0;
}

.video-editing>* {
  display: block;
  width: 100%;
  max-width: 560px;
  margin-bottom: 4rem;
}

.video-editing>*:last-of-type {
  margin-bottom: 0rem;
}

/* WEB DEVELOPMENT */

/* WEB DEVELOPMENT */

/* WEB DEVELOPMENT */

.web-development {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0rem 0rem 4rem;
  padding: 4rem 2.5rem 0;
}

.web-development img {
  width: 100%;
  margin-bottom: 15rem;
}

.web-development img:nth-child(7),
.web-development img:nth-child(8),
.web-development img:nth-child(9) {
  margin-bottom: 0rem;
}

.web-development img[src*="tablet"],
.web-development img[src*="mobile"] {
  display: none;
}

/* MEDIA QUERIES */

/* MEDIA QUERIES */

/* MEDIA QUERIES */

@media (max-width: 900px) {
  .web-development img[src*="desktop"] {
    display: none;
  }
  .web-development img[src*="tablet"] {
    display: block;
  }
}

@media (max-width: 760px) {
  .resume-top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 4rem;
  }
  .resume-top-right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .resume-top h1 {
    line-height: 1.1;
  }
  .resume-top h1,
  .resume-top h2,
  .resume-top h3,
  .resume-top p,
  .resume-bottom h1,
  .resume-bottom h2,
  .resume-bottom h3,
  .resume-bottom p {
    text-align: center;
  }
  .resume-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 4rem;
  }
  .resume-bottom-left,
  .resume-bottom-right {
    width: 100%;
    padding: 0;
  }
  .education {
    margin-bottom: 5rem;
  }
}

@media (max-width: 640px) {
  .web-development img[src*="tablet"] {
    display: none;
  }
  .web-development img[src*="mobile"] {
    display: block;
  }
  .digital-design .image-group {
    flex-direction: column;
  }
  .digital-design .left-col,
  .digital-design .right-col {
    max-width: 100%;
  }
  .digital-design .image-group img,
  .digital-design img:not(:last-of-type) {
    margin-bottom: 8rem;
  }
}