body {
  font-family: 'Karla', sans-serif;
  line-height: 20px;
}


i {
  color: #939393;
  font-size: 30px;
  padding: 18px;
}

a {
  color: #3bfc34;
}

.inner-color {
  color: black;
}

.card {
  position: none;
}

.card-image {
  position: none;
}

.card-content {
  position: none;
}

.card-action {
  position: none;
}

.my-name {
  text-align: center;
  margin-top: 140px;
  font-size: 36;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.2em;
  margin-bottom: -80px;
}

.fa-linkedin:before {
  content: "\f0e1";
}

.social {
  display: inline-block;
}

.icon-size {
  font-size: 30px;
}

#social-icons {
  margin: 0 auto;
  text-align: center;
}

#header {
  width: 100%;
  top: 0;
  left: 0;
  /*text-align: center;*/
  background-color: #fafafa;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.2em;
  position: fixed;
}

.project-nav {
  text-align: right;
}

.hello-world {
  text-align: center;
  margin-top: 30px;
  font-size: 36;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.2em;
  margin-bottom: -80px;
}

.header-name {
  color: black;
  margin-top: 10px;
  text-align: center;
}

#about-me {
  margin: 0 auto;
  margin-top: 40px;
}

#terminal {
  background-color: #cccccc;
  width: 85%;
  text-align: center;
  margin: 0 auto;
}

#code {
  margin: 0 auto;
  width: 85%;
}

#console {
  background-color: #383737;
}

.terminal-text {
  color: #3bfc34;
  font-family: 'Monaco', 'Courier New';
  text-align: left;
  font-size: 13px;
  margin-left: 6px;
}

#projects-list {
  margin: 0 auto;
  margin-top: 100px;
}

#project-header {
  font-size: 50px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 100px;
}

.time-pal {
  float: left;
}

.skill {
    border: 1px solid #50a9d1;
    border-radius: 8px;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 500;
    width: auto;
    display: inline-block;
    font-size: 11px;
    line-height: 1.33333em;
    padding: 7px 18px;
    margin-top: 0.8em;
}
