* {
  margin: 0;
  padding: 0;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
  color: inherit;
}

/* This class is added on scroll */
.fixed {
  position: fixed;
  top: 0;
  height: 70px;
  z-index: 1;
  border-bottom: solid 1px #ccc;
  z-index: 99;
}

body {
  font-family: 'Assistant', sans-serif;
  text-align: center;
  color: #464646;
  box-sizing: border-box;
}
h1 {
  font-weight: 200;
  font-size: 42px;
}
h3 {
  font-weight: 200;
  font-size: 36px;
  margin-bottom: 8px;
}

h4 {
  font-weight: 400;
  font-size: 28px;
  margin: 0 0 4px 0;
}
.cover {
  display: none;
}
.platts {
  color: rgb(111, 179, 183);
  font-weight: bold;
  padding-left: 8px;
}

/* Navigation Settings */
nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  background: #fff;
  z-index: 99;
}

nav li {
  display: inline-block;
  padding: 24px 10px;
}

nav li a {
  color: #757575;
  font-size: 18px;
  -webkit-transition: color 1s, border 1s, -webkit-transform 1s;
  transition: color 1s, border 1s, transform 1s;
}

nav li a:hover {
  color: rgb(111, 179, 183);
}

section {
  height: 100vh;
}
#home h1 {
  position: absolute;
  top: 42%;
  width: 100%;
  height: 100%;
  margin: 0;
  text-align: center;
}
#navigation {
  height: 200px;
}
#contact {
  width: 100%;
  position: relative;
}
.contact-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 45%;
  margin: -50px auto;
}
#portfolio {
  width: 100%;
  max-width: 1000px;
  position: relative;
  height: auto;
  margin: 12% auto 0;
  padding: 90px 0 0 0;
}

#portfolio h1 {
  width: 100%;
  margin: 0 0 34px 0;
  text-align: center;
}
#portfolio .portfolio-container {
  width: 700px;
  text-align: left;
  margin: 0 auto;
}
.portfolio-container p span {
  font-weight: 400;
}
.portfolio-container p {
  font-weight: 200;
}
.tech {
  margin: 6px 0 10px 0;
}
.visit {
  margin: 2px 0 30px 0;
}
.visit a:link,
.visit a:active,
.visit a:visited {
  font-size: 14px;
  padding: 4px 8px;
  border: solid 1px #a1a1a1;
  border-radius: 12px;
  font-weight: 400;
  color: #a1a1a1;
  background-color: #ffffff;
  -webkit-transition: background-color 1s, color 1s, border 1s, -webkit-transform 1s;
  transition: background-color 1s, color 1s, border 1s, transform 1s;
}
.visit a:hover {
  border: solid 1px #00c9aa;
  color: #ffffff;
  background-color: #00c9aa;
  -webkit-transition: background-color 1s, color 1s, border 1s, -webkit-transform 1s;
  transition: background-color 1s, color 1s, border 1s, transform 1s;
}

#resume {
  width: 100%;
  position: relative;
  height: auto;
  margin: 12% 0 0 0;
  padding: 90px 0 0 0;
}
#resume h1 {
  width: 100%;
  margin: 0 0 34px 0;
  text-align: center;
}
.resume-content {
  width: 820px;
  text-align: left;
  margin: 0 auto;
  position: relative;
  height: auto;
}
.resume-row {
  width: 100%;
  clear: both;
  height: inherit;
  position: relative;
  /* margin: 0 0 18px 0; */
}
.resume-left {
  display: inline-block;
  width: 100px;
  height: auto;
  color: rgb(111, 179, 183);
  text-align: right;
}
.resume-right {
  display: inline-block;
  width: 690px;
  padding: 0 0 25px 12px;
  margin-left: 10px;
  height: auto;
  border-left: 1px solid #a1a1a1;
  vertical-align: top;
  font-weight: 200;
  line-height: 1.35rem;
}
.experience-title {
  color: rgb(111, 179, 183);
  font-weight: 400;
}

.resume-right p {
  margin: 0 0 8px 0;
}
.fl-list {
  padding: 6px 0 0 6px;
}
.fl-list-coname {
  font-weight: 900;
}
p.company-name {
  margin: 0px;
}
.company-name {
  font-weight: 400;
}
p.comp-name-brk {
  margin-top: 28px;
}
a.company-website:link,
.company-website:active,
.company-website:visited {
  -webkit-transition: color 0.6s, -webkit-transform 0.6s;
  transition: color 0.6s, transform 0.6s;
  color: rgb(111, 179, 183);
  font-size: 14px;
}
.company-website:hover {
  color: #00c9aa;
}
p.location-date {
  margin: 3px 0;
}
.job-desc {
  margin: 2px 0 10px 0;
}
.job-desc-last {
  margin: 2px 0 2px 0;
}
.resume-right ul {
  list-style: none;
}
.resume-right ul li {
  margin: 0 0 5px 0;
}
.resume-right ul li.last {
  margin: 0;
}
.resume-right ul li span {
  font-weight: 400;
}

footer {
  font-size: 14px;
  color: #ccc;
  padding: 0 0 12px 0;
  margin: -30px 0 0 0;
}

@media only screen and (max-width: 715px) {
  #portfolio .portfolio-container,
  .resume-content {
    width: 320px;
  }
  h3 {
    font-weight: 200;
    font-size: 32px;
  }
  .resume-left {
    display: inline-block;
    width: 100%;
    padding: 10px 0 6px 0;
    height: auto;
    font-weight: 400;
    text-align: left;
  }
  .resume-right {
    display: inline-block;
    width: 100%;
    padding: 0 0 25px 0px;
    margin-left: 0px;
    height: auto;
    color: #7d7d7d;
    border-left: none;
    vertical-align: top;
    font-weight: 300;
  }
  .fl-list {
    padding: 8px 0 0 12px;
  }
  .fl-list li {
    padding-bottom: 6px;
  }
  .fl-list li:nth-last-child(1) {
    padding-bottom: 0px;
  }
  .company-name {
    color: #636363;
  }
  p.comp-name-brk {
    margin-top: 28px;
  }
}
