* {
  box-sizing: border-box;
}

body {
  background-color: #f4f4f4;
  margin: 0;
  font-family: "Lucida Console", Courier, monospace;
}

header {
  width: 100%;
  background-color: #62c293;
  padding: .75em .5em;
}

h1 {
  margin: .5em 0;
  font-size: 2.5em;
  font-weight: bold;
  color: white;
  text-align: center;
}

h1 .comment {
  font-size: .5em;
  font-weight: normal;
  color: #424f5e;
  display: none;
}

.personal-info {
  width: 100%;
  text-align: center;
  padding-bottom: .5em;
}

.personal-info .text {
  display: none;
  font-size: .85em;
}

.personal-info a {
  text-decoration: none;
  color: white;
}

.personal-info a:hover,
.personal-info a:hover i{
  color: #ed5b65;
}

.email,
.phone-number,
.location,
.download {
  display: inline;
  margin-right: 20px;
}

.personal-info .icon-envelope-alt,
.personal-info .icon-phone,
.personal-info .icon-map-marker,
.personal-info .icon-cloud-download {
  color: white;
  font-size: 1.5em;
}

.experience,
.skills,
.more-info {
  width: 100%;
  padding: 30px;
}

.skills {
  margin-top: -30px; /*super hack*/
}

.more-info {
  margin-top: -30px; /*to line up with stocktwits */
}

.experience .icon-briefcase,
.skills .icon-bolt ,
.more-info .icon-coffee{
  color: #424f5e;
  font-size: 2em;
  vertical-align: middle;
}

.experience .text,
.skills .text,
.more-info .text {
  font-size: 1.25em;
  margin: 0 0 0.5em 0;
}

.experience .job-title {
  font-size: 1.25em;
  padding: 20px 0 0 20px;
}

.experience li,
.more-info li {
  padding-left: 1.7em;
  list-style: none;
  line-height: 20px;
  padding: 6px 0px;
}

.icon::before {
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
 }

 .check::before{
   font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f00c";
 }

.experience li:before,
.more-info li:before {

  /* content: "\f00c";
  color: #62c293;
  font-family: "FontAwesome 5 Free";
  display: inline-block;
  margin-left: -1.7em; /*same as padding-left set on li*/
  /* width: 1.2em; */
}



.more-info a,
.more-info a:visited {
  text-decoration: none;
  color: #ed5b65;
}

.experience ul .bullets {
  font-family: "Lucida Console", Courier, monospace;
  color: black;
  font-size: .75em;
}

.skills .box {
  float: left;
  padding: 5px;
  margin-top: 20px;
  margin-right: 10px;
  border: 1px solid black;
  border-radius: 5px;
  background-color: #ecf0f1;
}

.skills .box:hover {
  background-color: #7f8c8d;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

@media (min-width: 47em) {
  h1 .comment {
    display: inline;
  }

  .personal-info .text {
    display: inline;
  }
}

@media (min-width: 57em) {
  .experience,
  .skills,
  .more-info {
    float: left;
    width: 50%;
    height: 100%;
    padding: 30px;
    margin-top: 0;
  }
}

a.back {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px;
  color: white;
  background-color: #ed5b65;
  border-radius: 5px;
  text-decoration: none;
}

a.back:hover {
  background-color: #d1000e;
}
