html {
  background: #161616 url(dots-for-dark-background.png);
}
body {
  font-family: 'Exo', sans-serif;
  font-size: 12px;
  color: #fff;
  width: 300px;
  margin: 20px auto;
}

h1 {
  font-size: 24px;
  margin-bottom: 25px;
	text-align: center;
}
p {
 	font-size: 11px;
    text-align: right;
    margin: -15px auto;
}

.largura-skills {
	width: 320px;
}


.skills-bar {
  width: inherit;
  position: relative;
  float: left;
  padding: 30px 0;
}

.skills-bar .title {
	margin-bottom: 30px;
}

.skills-bar ul {
  list-style: none;
  padding-top: 50px;
}
.skills-bar ul > li {
  margin-bottom: 70px;
  background: #000;
  height: 10px;
  border-radius: 3px;
  border-left: 1px solid #111;
  border-top: 1px solid #111;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}

.skills-bar ul > li span {
  height: 8px;
  margin: 2px 0;
  background: #45ab7a;
  position: absolute;
  box-shadow: 0px 0px 10px 1px rgba(69, 171, 122, 0.4);
}

.skills-bar ul > li em {
  font-family: 'Exo', sans-serif;
  font-size: 18px;
  position: relative;
  top: -30px;
}


.html5 {
  width: 80%;
  animation: html5 1.4s ease-out;
}
.css3 {
  width: 80%;
  animation: css3 1.6s ease-out;
}

.bootstrap {
	width: 70%;
	animation: bootstrap 1.8s ease-out;
}

.javascript {
	width: 80%;
	animation: javascript 2s ease-out;
}

.jquery {
  width: 60%;
  animation: jquery 2.2s ease-out;
}
.photoshop {
  width: 60%;
  animation: photoshop 2.4s ease-out;
}
@keyframes html5 {
  0% {
    width: 0px;
  }
  100% {
    width: 80%;
  }
}
@keyframes css3 {
  0% {
    width: 0px;
  }
  100% {
    width: 80%;
  }
}

@keyframes bootstrap {
	0% {
		width: 0px;
	}
	100% {
		width: 70%;
	}
}

@keyframes javascript {
	0% {
		width: 0px;
	}
	100% {
		width: 80%
	}
}

@keyframes jquery {
  0% {
    width: 0px;
  }
  100% {
    width: 60%;
  }
}
@keyframes photoshop {
  0% {
    width: 0px;
  }
  100% {
    width: 60%;
  }
}
