body {
  background-color: rgb(255, 255, 255);
  font: 100 1.5em/1.38 Roboto;
  color: rgb(0, 0, 0);
}

.bullet-item {
  position: relative;
  float: left;
  clear: both;
  width: 12px;
  height: 12px;
  margin-left: 100px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 6px;
  opacity: 0.3;
}

.hey {
  float: left;
  margin: 70px 0 0 80px;
  font-size: 1.417em;
  line-height: 1.38;
  color: rgba(0, 0, 0, 0.2);
}

.left-column {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 2000px;
  background-color: #f2f2f2;
}

.linkedin-link {
  display: block;
  position: relative;
  float: left;
  z-index: 2;
  width: 44.5833333333%;
  margin: 10px 0 0 3.125%;
  font-size: 0.75em;
  line-height: 1.38;
  color: rgb(0, 0, 0);
}

.linkedin-link:hover,
.portfolio-link:hover {
  color: rgb(218, 29, 146);
}

.main-content-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  width: 960px;
  height: 500px;
  min-height: 500px;
  margin: auto;
}

.main-text {
  float: left;
  width: 480px;
  height: 500px;
  min-height: 500px;
}

.my-description {
  float: left;
  clear: both;
  margin: 20px 0 0 80px;
  font-size: 1em;
  line-height: 1.38;
  color: rgb(0, 0, 0);
}

.portfolio-link {
  display: block;
  position: relative;
  float: left;
  z-index: 4;
  margin: 33px 0 0 15px;
  font-size: 0.75em;
  line-height: 1.38;
  color: rgb(0, 0, 0);
}

.splash-container {
  position: relative;
  float: left;
  width: 480px;
  height: 500px;
  overflow: hidden;
}

.splash-image {
  display: block;
  position: absolute;
  top: 0;
  left: 80px;
  z-index: 9;
  width: 323px;
  height: auto;
  opacity: 0.6;
  overflow: hidden;
}

._button {
  display: block;
  float: left;
  clear: both;
  width: 220px;
  height: 45px;
  margin: 41px 0 0 80px;
  border: 1px solid rgb(229, 229, 229);
  border-radius: 40px;
  font-size: 0.667em;
  font-weight: 500;
  line-height: 1.38;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}

._button:hover {
  border-color: rgb(229, 229, 229);
  color: rgb(218, 29, 146);
}

.bullet-item-1 {
  z-index: 5;
  margin-top: 40px;
}

.bullet-item-2 {
  z-index: 3;
  margin-top: 17px;
}

.my-description strong {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-color: transparent;
  border-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: 500;
  text-transform: none;
  text-decoration: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  color: inherit;
  opacity: 1;
  word-break: normal;
  word-wrap: normal;
  white-space: normal;
}

@media(max-width: 960px) {
  .left-column {
    width: 100%;
    height: 360px;
  }

  .main-content-container {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    width: 380px;
    height: 830px;
    min-height: 830px;
    margin-right: auto;
    margin-left: auto;
  }

  .main-content-container .main-text {
    clear: both;
    width: 380px;
  }

  .main-content-container .splash-container {
    width: 323px;
    height: 360px;
    margin-left: 7.5%;
  }

  .main-text .bullet-item {
    position: relative;
    margin-left: 20px;
  }

  .main-text .linkedin-link {
    position: relative;
    z-index: 2;
    width: 52.3684210526%;
    margin-left: 3.90625%;
  }

  .main-text .hey,
  .main-text .my-description {
    margin-left: 0;
  }

  .main-text .portfolio-link {
    position: relative;
    z-index: 4;
  }

  .splash-container .splash-image {
    position: static;
    float: left;
    top: auto;
    left: auto;
    height: auto;
    min-height: 450px;
    max-height: 450px;
    margin-top: -30px;
  }

  .main-text ._button {
    margin-top: 40px;
    margin-left: 0;
  }

  .main-text .bullet-item-1 {
    z-index: 5;
  }

  .main-text .bullet-item-2 {
    z-index: 3;
  }
}

@media(max-width: 420px) {
  body {
    font-size: 1.125em;
  }

  .left-column {
    position: relative;
    float: left;
    top: auto;
    left: auto;
    z-index: 0;
  }

  .main-content-container {
    top: auto;
    left: 0;
    right: 0;
    width: 280px;
    margin-right: auto;
    margin-left: auto;
  }

  .main-content-container .main-text {
    width: 280px;
    height: 380px;
    min-height: 380px;
  }

  .main-content-container .splash-container {
    width: 280px;
    margin-left: 0;
  }

  .main-text .bullet-item {
    position: relative;
  }

  .main-text .hey {
    margin-top: 40px;
    font-size: 1.889em;
  }

  .main-text .linkedin-link {
    position: relative;
    z-index: 2;
    width: 72.5%;
    margin-left: 15px;
    font-size: 1em;
  }

  .main-text .my-description {
    font-size: 18px;
  }

  .main-text .portfolio-link {
    position: relative;
    z-index: 4;
    margin-top: 23px;
    font-size: 1em;
  }

  .splash-container .splash-image {
    height: auto;
    margin-left: -30px;
  }

  .main-text ._button {
    margin-top: 54px;
    font-size: 0.889em;
  }

  .main-text .bullet-item-1 {
    z-index: 5;
    margin-top: 30px;
  }

  .main-text .bullet-item-2 {
    z-index: 3;
  }
}