/***************************
********** GLOBAL **********
****************************/
html, body, h1, h2, h3, h4, h5, div, p {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  box-sizing: border-box;
  font-weight: 300;
}

h1 {
  font-size: 60px;
  color: #fff;
  letter-spacing: -.5px;
  padding: 40px 0 20px;
  font-weight: 400;
  line-height: 1em;
  font-family: 'Poppins', sans-serif;
}

h2 {
  font-size: 28px;
  margin-bottom: 40px;
  display: block;
  color: #222629;
  border-bottom: 1px solid #5D893E;
  font-weight: 500;
}

h2 span {
  display: inline-block;
  border-bottom: 4px solid #5D893E;
}

p {
  font-size: 18px;
  line-height: 1.5em;
}

li {
  font-size: 18px;
  line-height: 1.5em;
}

ul {
  margin-top: 0;
}

a {
  color: #5D893E;
  text-decoration: none;
  transition: 0.5s;
}

a:hover {
  color: #336E7B;
  border-bottom: 1px dotted #336E7B;
}

.container {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}

.nav-btn {
  text-align: center;
  padding-top: 50px;
}

.nav-btn .btn {
  border: 1px solid #5D893E;
  padding: 5px 15px;
  display: inline-block;
  margin: 0 5px 10px;
}

.nav-btn .btn:hover {
  background: #5D893E;
  color: #ffffff;
}

/***************************
********** INTRO **********
****************************/
.intro {
  /* height: 100vh; */
  background: #222629;
  /*background: #81CFE0;*/
  margin:0 auto;
  max-width: 100%;
  text-align: center;
}

.intro .tamarack {
  position: absolute;
  max-width: 107px;
  width: 15%;
  left: 8%;
  bottom: -9px;
  display: none;
}

.intro .sub-title {
  font-size: 24px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 300;
}

.intro .aw-image img {
  border: 4px solid #fff;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  margin-top: 20px;
}

.intro i {
  font-size: 40px;
  padding: 20px 7px;
  transition: 0.5s;
  color: #6A6E71;
}

.intro i:hover {
  color: #5D893E;
}

.intro .icons {
  padding: 0 0 30px;
}

.intro h1 a {
  color: #fff;
}

.intro a:hover {
  border: 0;
}


/***************************
********** WORK **********
****************************/
.work {
  color: #222629;
  padding: 60px 0;
  background: #fff;
  position: relative;
}

.work p {
  padding-bottom: 60px;
}

.work ul {
  list-style: none;
  text-align: left;
  margin: 0 auto;
  padding-left: 0;
}

.work li {
  text-transform: uppercase;
  padding-bottom: 20px;
  padding-left: 0;
}

.work li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 34px;
  color: #f1f1f1;
  background: #222629;
  padding: 12px 20px 10px;
  transition: 0.5s;
  word-wrap: break-word;
  word-break: break-all;
}

.work .info {
  width: 0px;
  height: 100%;
  background: rgba(93,137,62,0.95);
  font-size: 16px;
  transition: 1s;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  overflow: hidden;
  word-wrap: normal;
  word-break: normal;
}

.work .info span {
  padding: 16px 0 0 22px;
  display: block;
}

.work li a:hover .info {
  width: 100%;
}

.work li a i {
  padding-left: 12px;
}

.work .tamarack {
  position: absolute;
  bottom: -9px;
  right: 8%;
  max-width: 56px;
  width: 7%;
}

.experience .job {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px dotted #5D893E;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.experience .job:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.experience .job .job-dates {
  font-size: 13px;
}

.experience .job h3 {
  font-weight: 500;
}

/***************************
********** SKILLS **********
****************************/
.skills {
  background: #222629;
  text-align: left;
  color: #fff;
  padding: 80px 0;
}

.skills h2 {
  color: #fff;
  font-weight: 300;
}

.skills h4 {
  text-transform: uppercase;
}

.skills .skills-col {
  display: inline-block;
  width: 24%;
  vertical-align: top;
}

.skills .skills-col ul {
  padding-left: 20px;
}


/***************************
********** PROJECTS **********
****************************/
.project {
  margin-bottom: 60px;
}

.project:last-of-type {
  margin-bottom: 0;
}

.project .tag {
  background: #6A6E71;
  color: #fff;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 2px;
  margin-right: 5px;
}

.project-info {
  display: flex;
  align-items: center;
}

.project-info h3 {
  font-weight: 500;
  font-size: 24px;
  margin-right: 15px;
  line-height: 1.1em;
}

.project-description {
  font-size: 14px;
  padding: 10px 0;
}

.project-images {
  display: flex;
  margin-top: 10px;
}

.project-image {
  width: 25%;
  margin-right: 20px;
}

.project-image:hover {
  border-bottom: 0;
}

.project-image img {
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgb(184, 184, 184);
}

.slbArrow:focus {
  outline: 0;
}

/***************************
********** FOOTER **********
****************************/
footer {
  background: #222629;
  text-align: center;
  color: #fff;
  padding: 20px 0;
}

footer .copyright {
  font-size: 12px;
  color: #6A6E71;
}

footer .icons i {
  color: #6A6E71;
  font-size: 32px;
  padding: 0 7px 10px;
  transition: 0.5s;
}

footer .icons i:hover {
  color: #5D893E;
}

footer a:hover {
  border: 0;
}

/***************************
********** MOBILE **********
****************************/
@media(max-width: 1000px) {
  .work li a {
    font-size: 30px;
  }
}
@media(max-width: 768px) {
  h1 {
    font-size: 45px;
    padding-top: 40px;
  }

  .intro {
    height: auto;
  }

  .intro .sub-title {
    font-size: 18px;
  }

  .intro .icons {
    padding-bottom: 20px;
  }

  .about {
    padding: 40px 0;
  }

  .about p {
    font-size: 16px;
  }

  .work {
    padding: 40px 0;
  }

  .work p {
    padding-bottom: 30px;
  }

  .work li a {
    font-size: 18px;
    padding: 8px 10px;
  }

  .work li a i {
    padding-left: 5px;
  }

  .work .info {
    display: none;
  }

  .experience .job {
    display: block;
  }

  .skills {
    padding: 40px 0;
  }

  .skills .skills-col {
    width: 49%;
  }

  .project-info {
    display: block;
  }

  .project-info h3 {
    margin-bottom: 5px;
  }
}
@media(max-width: 545px) {
  .container {
    padding: 0 30px;
  }

  .work li a {
    font-size: 16px;
  }
}
