* {
  box-sizing: border-box; }

body {
  background-color: #fff;
  color: #121114;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  margin: 0;
  padding: 0; }

header {
  background-color: #121114;
  color: #fff; }

.h100 {
  height: 100%; }

.h75 {
  height: 75%; }

.h50 {
  height: 50%; }

.h25 {
  height: 25%; }

.w100 {
  width: 100%; }

.w75 {
  width: 75%; }

.w50 {
  width: 50%; }

.w25 {
  width: 25%; }

p {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px; }

.heading-1 {
  font-size: 2rem; }
  @media (min-width: 768px) {
    .heading-1 {
      font-size: 4rem;
      letter-spacing: 8px; } }

.heading-2 {
  font-size: 1.5rem; }
  @media (min-width: 768px) {
    .heading-2 {
      font-size: 2rem;
      letter-spacing: 8px; } }

.heading-3 {
  font-size: 1.125rem; }
  @media (min-width: 768px) {
    .heading-3 {
      font-size: 1.5rem;
      letter-spacing: 8px; } }

.label {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #ffb230;
  font-weight: 600;
  margin-bottom: 10px; }

.text-size-3 {
  font-size: 1.5rem; }

.text-size-4 {
  font-size: 1.125rem; }

.text-size-5 {
  font-size: 0.875rem; }

.text-size-6 {
  font-size: 0.75rem; }

.text-black {
  color: #121114; }

.text-white {
  color: #fff; }

.text-orange {
  color: #ffb230; }

.text-gray {
  color: #555555; }

.text-bold {
  font-weight: bold; }

.text-uppercase {
  text-transform: uppercase; }

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }
  @media (min-width: 1200px) {
    .container {
      max-width: 1400px; } }
  @media (min-width: 1200px) {
    .container--full {
      max-width: 1920px; } }

.row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 768px) {
    .row {
      flex-direction: row; } }

.col {
  width: 100%;
  padding: 0 15px; }
  @media (min-width: 576px) {
    .col--sm3 {
      max-width: 25%; } }
  @media (min-width: 576px) {
    .col--sm6 {
      max-width: 50%; } }
  @media (min-width: 576px) {
    .col--sm9 {
      max-width: 75%; } }
  @media (min-width: 768px) {
    .col--md3 {
      max-width: 25%; } }
  @media (min-width: 768px) {
    .col--md6 {
      max-width: 50%; } }
  @media (min-width: 768px) {
    .col--md9 {
      max-width: 75%; } }
  @media (min-width: 1200px) {
    .col--lg3 {
      max-width: 25%; } }
  @media (min-width: 1200px) {
    .col--lg6 {
      max-width: 50%; } }
  @media (min-width: 1200px) {
    .col--lg9 {
      max-width: 75%; } }

.display-flex {
  display: flex; }

.align-center {
  align-items: center; }

.align-end {
  align-items: flex-end; }

.justify-center {
  justify-content: center; }

.justify-end {
  justify-content: flex-end; }

.justify-space {
  justify-content: space-between; }

.flex-col {
  flex-direction: column; }

.header {
  padding: 25px 0; }
  @media (min-width: 768px) {
    .header {
      padding: 50px 0; } }
  @media (min-width: 1200px) {
    .header {
      padding: 100px 0; } }
  .header__image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
    @media (min-width: 768px) {
      .header__image-container {
        justify-content: flex-start; } }
  .header__image {
    height: 200px;
    border-radius: 50%; }
    @media (min-width: 576px) {
      .header__image {
        height: 250px; } }
    @media (min-width: 768px) {
      .header__image {
        height: 350px; } }
    @media (min-width: 1200px) {
      .header__image {
        height: 450px; } }
  .header__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 768px) {
      .header__content {
        align-items: flex-start; } }
  .header__content-info {
    font-size: 0.875rem;
    text-align: center; }
    @media (min-width: 768px) {
      .header__content-info {
        font-size: 1rem;
        text-align: start; } }
    @media (min-width: 1200px) {
      .header__content-info {
        width: 75%; } }
    .header__content-info p {
      margin-block-start: 0.5em;
      margin-block-end: 0.5em; }

.info-section {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .info-section {
      padding: 60px 0 90px; } }
  .info-section__heading {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .info-section__heading {
        margin-bottom: 20px; } }
  .info-section__list {
    padding: 0;
    margin: 0;
    font-size: 1.125rem;
    list-style: none;
    color: #555555; }
    .info-section__list li {
      margin: 15px 0;
      display: flex;
      align-items: center; }
      .info-section__list li::before {
        content: '';
        min-width: 10px;
        height: 10px;
        margin-right: 1em;
        background-color: #121114;
        border-radius: 2px; }
  .info-section__icons {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: center; }
    @media (min-width: 768px) {
      .info-section__icons {
        justify-content: flex-start; } }
    .info-section__icons i {
      margin-right: 20px;
      color: #121114;
      font-size: 42px;
      cursor: pointer; }
      .info-section__icons i:hover {
        color: #ffb230; }
  .info-section__education {
    margin-top: 50px;
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .info-section__education {
        margin-top: 0; } }
  .info-section__education-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 1.125rem;
    margin-bottom: 30px;
    color: #555555; }
    .info-section__education-item span {
      margin: 5px 0; }
  .info-section__skills {
    margin-top: 50px; }
    @media (min-width: 768px) {
      .info-section__skills {
        margin-top: 0; } }
  .info-section__skills-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .info-section__skills-progress-bar {
    width: 70%;
    background-color: #e7e7e7;
    margin: 20px; }
  .info-section__skills-progress-bar-fill {
    display: block;
    height: 22px;
    background-color: #121114; }
  .info-section__skills-label {
    color: #555555;
    font-weight: bold;
    font-size: 1.125rem; }
  .info-section__experience {
    margin-top: 50px;
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .info-section__experience {
        margin-top: 0; } }

.portfolio-section {
  padding: 25px 0;
  background-color: #121114; }
  .portfolio-section__images {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(6, 7vw);
    grid-gap: 20px;
    padding: 20px 0; }
    @media (min-width: 1200px) {
      .portfolio-section__images {
        grid-template-rows: repeat(5, 7vw); } }
  .portfolio-section__images-item {
    width: 100%;
    height: 100%;
    cursor: pointer; }
    .portfolio-section__images-item:hover {
      filter: brightness(50%); }
    .portfolio-section__images-item--1 {
      grid-area: 1 / 1 / 4 / 5; }
    .portfolio-section__images-item--2 {
      grid-area: 1 / 5 / 4 / 9; }
    .portfolio-section__images-item--3 {
      grid-area: 4 / 1 / 7 / 5; }
    .portfolio-section__images-item--4 {
      grid-area: 4 / 5 / 7 / 9; }
    @media (min-width: 1200px) {
      .portfolio-section__images-item--1 {
        grid-area: 1 / 1 / 3 / 3; }
      .portfolio-section__images-item--2 {
        grid-area: 1 / 3 / 3 / 5; }
      .portfolio-section__images-item--3 {
        grid-area: 1 / 5 / 6 / 9; }
      .portfolio-section__images-item--4 {
        grid-area: 3 / 1 / 6 / 5; } }

.footer {
  display: flex;
  justify-content: center;
  padding: 15px;
  background-color: #121114;
  color: #fff;
  font-size: 0.75rem;
  text-align: center; }
