/* * * * * * * * * * * * * * * * * * * * *\ 
 HTML Live Resume
 Resume Web Template 
 Pixeden License 
 \* * * * * * * * * * * * * * * * * * * * */

 /*Typography*/

 @font-face {
font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;

}

@font-face {
font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;

}

body { 
font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  color: #636466;
  letter-spacing: 1px;
  line-height: 1.7rem;
}

h1,h2,h3 {
  color: #231F20;
  letter-spacing: 2px;
}

a {
  color: #231F20;
}

a:hover {
  text-decoration: underline;
}

h1 > a,
h2 > a,
h3 > a { color: inherit; }

h1 > a:hover,
h2 > a:hover,
h3 > a:hover {
  text-decoration: none;
}

h1 {
  font-family: 'Roboto';
  font-size: 2.4rem;
}


h2 {
  font-family: 'Roboto';
  font-size: 2.2rem;
  position: relative;
  padding-bottom: 0;
  padding-left: 3.2rem;
  margin-bottom: 3.4rem;
  background: url("arrow2.svg") no-repeat left center;
  background-size: auto;
}

h3 {
  font-family: 'Roboto';
  font-size: 1.2rem;
  margin-top: 2.5rem;
  margin-bottom: 1.7rem;
}


i {
  font-style: italic;
}

a[href*=www],
a[href*=http] {
  color: inherit;
  font-style: italic;
}

p {
  padding-top: 0;
  margin-bottom: 1.4rem;
}

p.list-item {
  padding-top: 0;
  margin-bottom: 2.7rem;
}

p.line-high {
  line-height: 1.9rem;
  margin-top: -0.3rem;
}

.bold {
  font-family: 'Roboto';
  color: #231F20;
}

.center {
  position: relative;
  text-align: left;
  padding-left: 20%;
  padding-right: 20%;
}

.center-left {
  text-align: left;
  padding-right: 62%;
  padding-left: 10%;
}

.break-word {
  word-break: break-all;
}

/*Layout*/

@media (min-width: 75em) {
  .ae-container {
    max-width: 79rem;
  }
}

.ae-grid {
  position: relative;
}

.ae-grid__item {
  padding-top: 3rem;
  padding-right: 2.1rem;
  padding-left: 2.1rem;
  padding-bottom: 2.2rem;
  position: relative;
}

.ae-grid .ae-grid__item--collapse {
  padding-left: 0;
  padding-right: 0;
}

.ae-masonry {
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

.ae-masonry__item {
  margin-bottom: 0;
}

.ae-grid .no-padding--left {
  padding-left: 0;
}
.ae-grid .no-padding--right {
  padding-right: 0;
}

.ae-grid .profile-padding {
  padding-top: 2.4rem;
  position: relative;
}

.info-extra {
  margin-top: 0.3rem;
  display: block;
}

/*Nested grid item - no extra padding*/
.ae-grid__item .ae-grid .ae-grid__item {
  padding-top: 0;
}

/*Color schemes*/

/*blue*/
.blue-accent .color-highlight, .blue-accent .stat-track {
  background-color: #6EFFFF;
}
.blue-accent .percent {
  stroke: #6EFFFF;
}

/*green*/
.green-accent .color-highlight, .green-accent .stat-track {
  background-color: #46FFB8;
}
.green-accent .percent {
  stroke: #46FFB8;
}

/*salmon*/
.salmon-accent .color-highlight, .salmon-accent .stat-track {
  background-color: #FFD1CC;
}
.salmon-accent .percent {
  stroke: #FFD1CC;
}

/*magenta*/
.magenta-accent .color-highlight, .magenta-accent .stat-track {
  background-color: #F6D1FF;
}
.magenta-accent .percent {
  stroke: #F6D1FF;
}


/*Styles*/

h2 {
  background: url("arrow2.svg") no-repeat left center;
  background-size: auto;
}


h2.center, h2.center-left {
  background-position: left 28%;
}

h2:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #231F20;
  position: absolute;
  bottom: -1.9rem;
  left: 0;
}

.color-highlight {
  position: relative;
  background: #e6e6e6;
  display: inline;
}

.color-grey {
  color: #414042;
}

.color-black {
  color: #231F20;
}

.indented {
  padding-left: 5.2rem;
}

.resume-name-indent {
  position: absolute;
  top: 70px;
  left: -136px;
}

.resume-title {
  position: absolute;
  top: 4.2rem;
  right: 2rem;
  font-family: 'Roboto';
  color: #231F20;
  text-decoration: underline;
  background: url('arrow2.svg') no-repeat left center;
  background-size: auto;
  padding-left: 2.5rem;
}

.proficiency-circle {
  position: relative;
  margin-top: 1rem;
  padding: 0 1rem 2rem;
}

  .proficiency-circle svg {
    display: block;
    width: 100%;
  }

.proficiency-number {
  font-family: 'Roboto';
  font-size: 2.2rem;
  color: #231F20;
  position: absolute;
  width: 60px;
  margin-left:-30px;
  left: 50%;
  top: 0;
  line-height: 126px;
}

.stat-bar {
  color: #231F20;
  line-height: 1;
  margin-bottom: 2.4rem;
  letter-spacing: 1px;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.stat-number {
  font-size: 2.2rem;
  display: block;
}

.stat-name {
  position: relative;
  display: block;
  font-family: 'Roboto';
}

.stat-name:before {
  content: "";
  background: #231F20;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.stat-track {
  position: absolute;
  background-color: #e6e6e6;
  left: 0;
  right: 0;
  bottom: 1px;
  height: .9em;
  z-index: -1;
  transform-origin: left center;
  /*animation: stat 1s forwards;*/
}

.animate .stat-track {
  animation: stat 1s forwards;
}

@keyframes stat {
  from { transform: translate3d(-100%, 0px, 0px) }
  to { transform: translate3d(0%, 0px, 0px) }
}


/*Media queries*/

@media only screen and (max-width: 75em) {
  .resume-title {
    top: 0.5rem;
    left: 2rem;
  }
  .resume-name-indent {
    position: relative;
    left: 0;
    top: 0;
  }
  .ae-grid .profile-padding {
    padding-top: 0;
  }
  .profile-padding h3 {
    margin-top: 0;
    margin-bottom: 2.5rem;
  }
  .indented {
    padding-left: 0;
  }
}

/*Breakpoint classes*/


@media only screen and (max-width: 40em) {
  
  .no-center-sm {
    text-align: left;
    padding-left: 3.2rem;
    padding-right: 0;
    background-position: left center;
  }
  h2.no-center-sm {
    background-position: left center;
  }


}

@media only screen and (max-width: 52em) {
  
  .no-center-md {
    text-align: left;
    padding-left: 3.2rem;
    padding-right: 0;
  }
  h2.no-center-md {
    background-position: left center;
  }
  .ae-grid .no-padding--right {
    padding-right: 2.1rem;
  }

} 

@media only screen and (max-width: 64em) {
  
  .no-center-lg {
    text-align: left;
    padding-left: 3.2rem;
    padding-right: 0;
  }
  h2.no-center-lg {
    background-position: left center;
  }
}

@media only screen and (max-width: 75em) {
  
  .no-center-xl {
    text-align: left;
    padding-left: 3.2rem;
    padding-right: 0;
  }
  h2.no-center-xl {
    background-position: left center;
  }
}

.fa-behance {
   font-size: 23px; 
   margin-bottom: 0.7rem;
}

.fa-linkedin {
   font-size: 25px;
   margin-bottom: 0.7rem;
}

.fa-twitter {
   font-size: 25px;
}

.fa-facebook {
   font-size: 25px; 
   margin-bottom: 0.7rem;
}