html, body {
    height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  
  body {
    font-family: ""Helvetica Neue", Helvetica, Arial, sans-serif";
    font-size: 14px;
    line-height: 1.42857143;
    color: rgb(29, 150, 187);
    background-color: rgb(17, 0, 0);
    width: 100%;
    max-width: 100%;
  }
  
  .row {
    margin: 0;
  }
  
  .about-content, .about-panel {
    max-width: 50%;
    width: 50%;
  }
  
  .container {
    margin: 0;
    padding: 0;
    background-color: rgba(233, 150, 122, 0.2);
    background-color: rgb(7, 0, 0);
    overflow-y: auto;
    height: 100vh;
    max-width: 100%;
  }
  
  .about-panel {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-animation: example 1.2s both ease-in;
    -moz-animation: example 1.2s both ease-in;
    animation: example 1.2s both ease-in;
    height: 100vh;
  }
  .about-panel .photo-about {
    position: relative;
    top: 0;
    height: 100vh !important;
    background-size: cover;
    overflow: hidden;
  }
  
  .about-info {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    z-index: 100100;
    top: 50%;
    color: white;
    text-align: center;
    width: 100%;
  }
  .about-info .about-info-name {
    width: 100%;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: 2.5vw;
  }
  .about-info .about-info-contact {
    margin-top: 25px;
    padding-bottom: 100px;
    margin-bottom: 100px;
    height: 130px;
  }
  .about-info .about-info-contact h4 {
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 1.3vw;
  }
  .about-info .about-info-contact p {
    font-size: 1.2vw;
    font-weight: 100;
    color: #b5b5b5;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .about-info .about-info-contact a {
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 1.2vw;
    color: #ffffff;
  }
  
  .about-content {
    float: left;
    padding-top: 30px;
    background: rgb(0, 0, 0);
    color: #ffffff;
  }
  .about-content p, .about-content blockquote {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.07em;
  }
  .about-content h1 {
    z-index: -1;
    color: #ffffff;
    text-align: center;
    line-height: 90px;
    font-size: 90px;
    font-weight: 200;
    letter-spacing: -0.1em;
    width: 95%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  @media only screen and (max-width: 450px) {
    .about-content {
      padding-left: 40px;
      padding-right: 40px;
    }
  }
  .about-content .about-me {
    margin: 3% auto;
    text-align: justify;
    font-weight: 300;
    width: 63%;
  }
  .about-content .about-me p {
    line-height: 23px;
  }
  .about-content .about-me .row {
    height: 100vh;
  }
  
  .Synopsis-highlightLine {
    width: 52px;
    height: 4px;
    background: #632C65;
    margin: 30px 0;
  }
  
  .Synopsis-highlight {
    font-weight: 700 !important;
    font-size: 15px !important;
    line-height: 25px !important;
    width: 100%;
    color: #632C65;
  }
  
  /* Generates animations for cascading tiles */
  .about-panel {
    height: 100%;
    height: 100%;
    height: 100%;
  }
  .about-panel .about-info-contact {
    display: block;
    margin: 30px;
  }
  .about-panel .about-info-contact .up-two {
    -webkit-animation-delay: 0.08s;
    -moz-animation-delay: 0.08s;
    animation-delay: 0.08s;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    display: block;
  }
  .about-panel .about-info-contact {
    display: block;
    margin: 30px;
  }
  .about-panel .about-info-contact .up-three {
    -webkit-animation-delay: 0.16s;
    -moz-animation-delay: 0.16s;
    animation-delay: 0.16s;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    display: block;
  }
  .about-panel .about-info-contact {
    display: block;
    margin: 30px;
  }
  .about-panel .about-info-contact .up-four {
    -webkit-animation-delay: 0.24s;
    -moz-animation-delay: 0.24s;
    animation-delay: 0.24s;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    display: block;
  }
  
  .perspective-container {
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
  }
  
  .photo-about {
    background: url("https://lh3.googleusercontent.com/pw/ACtC-3foZCWjXwNbJXuxWF6uyLD7nDMbv4KKK4Ierc3mBlQGbasHNsx168zRXrPLr4vjnoBD8GM5vrkkVqA_sT43k2AqlHfCRXxTxde2t3fG--lu6OPesBLLDE4vqAjB--LnctkO3s95EdtZ45FKbMFBogdU=w1350-h1800-no?authuser=0") no-repeat center center;
    background-size: cover;
    z-index: 40;
  }

  .hide-photo-filter {
    position: relative;
    top: 0;
    background-color: rgba(0, 0, 0, 0.322);
    z-index: 50;
    width: 100%;
    height: 100%;
  }
  *,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  background: #1a1a1a;
  width: 100%;
  height: 100%;
  font-family: "PT Sans", sans-serif;
}

.skills-bar-container {
  position: relative;
  width: 40%;
  min-width: 300px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  list-style: none;
}
.skills-bar-container li {
  position: relative;
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
}
.skills-bar-container li .progressbar-title {
  color: #fff;
}
.skills-bar-container li .progressbar-title h3 {
  display: inline-block;
}
.skills-bar-container li .progressbar-title .percent {
  position: absolute;
  right: 5px;
}
.skills-bar-container li .bar-container {
  background: #555;
  position: relative;
  width: 100%;
  height: 5px;
  margin-top: 5px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.skills-bar-container li .bar-container .progressbar {
  position: absolute;
  width: 0%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.skills-bar-container li .bar-container #progress-html {
  -webkit-animation-name: progress-html;
  animation-name: progress-html;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.skills-bar-container li .bar-container #progress-css {
  -webkit-animation-name: progress-css;
  animation-name: progress-css;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.skills-bar-container li .bar-container #progress-javascript {
  -webkit-animation-name: progress-javascript;
  animation-name: progress-javascript;
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.skills-bar-container li .bar-container #progress-php {
  -webkit-animation-name: progress-php;
  animation-name: progress-php;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}
.skills-bar-container li .bar-container #progress-angular {
  -webkit-animation-name: progress-angular;
  animation-name: progress-angular;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.progressred {
  background-color: #c0392b;
}

.progressblue {
  background-color: #1199ff;
}

.progresspurple {
  background-color: #9b59b6;
}

.progressorange {
  background-color: #ffa500;
}

.progressgreen {
  background-color: #27ae60;
}

@-webkit-keyframes progress-html {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}
@-webkit-keyframes progress-css {
  0% {
    width: 0%;
  }
  100% {
    width: 70%;
  }
}
@-webkit-keyframes progress-javascript {
  0% {
    width: 0%;
  }
  100% {
    width: 60%;
  }
}
@-webkit-keyframes progress-php {
  0% {
    width: 0%;
  }
  100% {
    width: 50%;
  }
}
@-webkit-keyframes progress-angular {
  0% {
    width: 0%;
  }
  100% {
    width: 40%;
  }
}
@-moz-keyframes progress-html {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}
@-moz-keyframes progress-css {
  0% {
    width: 0%;
  }
  100% {
    width: 70%;
  }
}
@-moz-keyframes progress-javascript {
  0% {
    width: 0%;
  }
  100% {
    width: 60%;
  }
}
@-moz-keyframes progress-php {
  0% {
    width: 0%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes progress-angular {
  0% {
    width: 0%;
  }
  100% {
    width: 40%;
  }
}
@keyframes progress-html {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}
@keyframes progress-css {
  0% {
    width: 0%;
  }
  100% {
    width: 70%;
  }
}
@keyframes progress-javascript {
  0% {
    width: 0%;
  }
  100% {
    width: 60%;
  }
}
@keyframes progress-php {
  0% {
    width: 0%;
  }
  100% {
    width: 50%;
  }
}
@keyframes progress-angular {
  0% {
    width: 0%;
  }
  100% {
    width: 40%;
  }
}
}
a:link {
    color: white;
    background-color: transparent;
    font-weight: bold;
    text-decoration: none;
  }
  
  a:visited {
    color:white;
    background-color: transparent;
    text-decoration: none;
  }
  
  a:hover {
    color: #C04829;
    background-color: transparent;
    text-decoration: underline;
  }
  
  a:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
  }
  
  

  
