.clearfix {
  display: inline-block;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

body {
  padding: 30px 20px 20px 20px;
  font-family: "Montserrat", sans-serif;
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #222), color-stop(0.61, #EDEDED));
  background-image: -o-linear-gradient(right bottom, #222 0%, #444 61%);
  background-image: -moz-linear-gradient(right bottom, #222 0%, #444 61%);
  background-image: -webkit-linear-gradient(right bottom, #222 0%, #444 61%);
  background-image: -ms-linear-gradient(right bottom, #222 0%, #444 61%);
  background-image: linear-gradient(to right bottom, #222 0%, #444 61%);
}

a {
  text-decoration: none;
  color: #0198E1;
}

.divider {
  width: 100%;
  float: left;
}
.divider:after {
  position: absolute;
  width: 100%;
  margin-top: 0px;
  bottom: -11px;
  left: -3px;
  background: rgb(35%, 35%, 35%);
  content: "";
  display: block;
  transform: skew(-31deg, 0deg);
  height: 11px;
}

.contOut {
  opacity: 0;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  overflow: visible;
  margin-bottom: 6px;
}
.contOut:before {
  position: absolute;
  width: 6px;
  margin-top: 6px;
  left: -6px;
  background: rgb(55%, 55%, 55%);
  content: "";
  display: block;
  transform: skew(0deg, -61deg);
  height: 100%;
}
.contOut .contIn {
  width: 100%;
  float: left;
}
.contOut .contIn .section {
  padding-left: 30px;
  padding-right: 30px;
}
.contOut .contIn .section.top {
  padding-top: 30px;
  padding-bottom: 15px;
}
.contOut .contIn .section.top:hover img {
  filter: grayscale(0%);
}
.contOut .contIn .logoCont {
  float: left;
  width: 15%;
}
.contOut .contIn .logoCont .logo {
  width: 100%;
  max-width: 100px;
  min-width: 50px;
  height: auto;
  min-height: 50px;
  filter: grayscale(100%);
  border-radius: 2px;
  border: solid 1px #cccccc;
}
.contOut .contIn h1 {
  width: 45%;
  float: left;
  display: inline-block;
  font-family: "Playfair Display", serif;
  margin: -6px 0 0 0;
  font-size: 40px;
  line-height: 40px;
}
.contOut .contIn p.tagline {
  float: left;
  width: 45%;
  font-size: 14px;
}
.contOut .contIn p.tagline span {
  color: #999999;
}
.contOut .contIn .moreInfo {
  float: right;
  width: 40%;
  text-align: right;
}
.contOut .contIn .moreInfo p {
  margin: 0;
  line-height: 20px;
  word-wrap: break-word;
}

.middle {
  padding-top: 20px;
  padding-bottom: 20px;
}
.middle h2 {
  border-left: solid 0 #fff;
  transition: all 200ms ease-in;
}
.middle h2 i.fa {
  display: inline-block;
  margin-left: 10px;
}
.middle h2 i.fa:hover {
  cursor: pointer;
  color: rgb(0.3036612875%, 46.1565157036%, 68.3237896929%);
}
.middle:hover h2 {
  border-left: solid 10px black;
  padding-left: 8px;
  transition: all 100ms ease-in;
}
.middle .job {
  width: 100%;
  float: left;
}
.middle .job h2 {
  margin: 0;
}
.middle .job h2 span {
  float: right;
  display: inline-block;
  font-size: 16px;
  background: black;
  color: #fff;
  padding: 6px 8px;
  min-width: 120px;
  text-align: center;
}
.middle .job p {
  margin: 6px 0;
}
.middle .job p .brag {
  display: inline-block;
  margin: 10px 0;
  font-style: italic;
  background: rgb(86%, 86%, 86%);
  padding: 20px 20px 20px 50px;
  color: #333;
  text-align: justify;
  border-bottom: solid 1px rgb(75%, 75%, 75%);
  position: relative;
  text-shadow: 0 1px 1px #fff;
  max-height: 40px;
}
.middle .job p .brag:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #fff;
}

.skills {
  width: 49%;
  display: block;
  float: left;
  padding-bottom: 20px;
}
.skills h3 {
  margin: 20px 20px 10px 20px;
  text-transform: uppercase;
  position: relative;
}
.skills h3 .fa {
  position: absolute;
  top: -4px;
  right: 0;
  padding: 4px;
  border-radius: 3px;
}
.skills ul {
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0 20px;
}
.skills ul li {
  float: left;
  padding: 4px 6px;
  margin: 0 4px 4px 0;
}
.skills ul li.light {
  opacity: 0.6;
}
.skills.odd {
  margin-right: 2%;
}
.skills.code {
  background: #0198E1;
}
.skills.code .fa {
  background: rgb(18.987506507%, 73.355891029%, 99.6399444734%);
  box-shadow: inset 0 1px 2px rgb(0.1266701371%, 19.2538608364%, 28.5007808433%);
}
.skills.code li {
  background: rgb(0.2859621725%, 43.4662502169%, 64.3414888079%);
  text-shadow: 0 1px 1px #0198E1;
}
.skills.code li:hover {
  background: rgb(0.3390595176%, 51.5370466771%, 76.2883914628%);
}
.skills.code li.prim {
  text-shadow: none;
  background: rgb(0.1709179247%, 25.9795245532%, 38.4565330557%);
  color: #fff;
  clear: left;
}
.skills.software {
  background: #608341;
}
.skills.software .fa {
  background: rgb(52.480992397%, 69.112645058%, 37.75010004%);
  box-shadow: inset 0 1px 2px rgb(8.2593037215%, 11.2705082033%, 5.5922368948%);
}
.skills.software li {
  background: rgb(25.8919567827%, 35.3317326931%, 17.531012405%);
  text-shadow: 0 1px 1px #608341;
}
.skills.software li:hover {
  background: rgb(31.7695078031%, 43.3521408563%, 21.5106042417%);
}
.skills.software li.prim {
  text-shadow: none;
  background: rgb(13.1572629052%, 17.9541816727%, 8.9085634254%);
  color: #fff;
  clear: left;
}

ul.buttons {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.buttons li {
  float: left;
  text-align: center;
  display: inline-block;
  width: 32%;
  margin-right: 1%;
  border-radius: 2px;
  position: relative;
  margin-bottom: 8px;
}
ul.buttons li a {
  display: inline-block;
  padding: 10px 0;
  color: #fff;
}
ul.buttons li:last-child {
  margin-right: 0;
  background: #8B4513;
  border-bottom: solid 3px rgb(19.3199305038%, 9.590469099%, 2.6408538099%);
  transition: all 100ms ease-in-out;
  width: 33%;
}
ul.buttons li:last-child:hover {
  background: rgb(72.1047406304%, 35.7930007446%, 9.8560436833%);
  border-bottom: solid 3px rgb(45.7123355671%, 22.6917349218%, 6.2484487466%);
  transition: all 200ms ease-in-out;
}
ul.buttons li:nth-child(1) {
  background: #B5509C;
  border-bottom: solid 3px rgb(43.8223482164%, 18.5305929601%, 37.5620127569%);
  transition: all 100ms ease-in-out;
}
ul.buttons li:nth-child(1):hover {
  background: rgb(76.9241672573%, 45.4287739192%, 69.1282778172%);
  border-bottom: solid 3px rgb(64.9066855658%, 27.4462556107%, 55.6343019135%);
  transition: all 200ms ease-in-out;
}
ul.buttons li:nth-child(2) {
  background: #608341;
  border-bottom: solid 3px rgb(18.0552220888%, 24.6378551421%, 12.224889956%);
  transition: all 100ms ease-in-out;
}
ul.buttons li:nth-child(2):hover {
  background: rgb(47.4429771909%, 64.7398959584%, 32.1228491397%);
  border-bottom: solid 3px rgb(32.7490996399%, 44.6888755502%, 22.1738695478%);
  transition: all 200ms ease-in-out;
}
ul.buttons li:nth-child(3) {
  background: #0198E1;
  border-bottom: solid 3px rgb(0.2151657123%, 32.70518827%, 48.4122852681%);
  transition: all 100ms ease-in-out;
  margin-right: 0;
  width: 33%;
}
ul.buttons li:nth-child(3):hover {
  background: rgb(9.0317542946%, 70.0815547458%, 99.5956966858%);
  border-bottom: solid 3px rgb(0.3479090751%, 52.8821794204%, 78.2795419053%);
  transition: all 200ms ease-in-out;
}
ul.buttons li:nth-child(4) {
  background: #FF6103;
  border-bottom: solid 3px rgb(61.1764705882%, 22.8197945845%, 0%);
  transition: all 100ms ease-in-out;
}
ul.buttons li:nth-child(4):hover {
  background: rgb(100%, 50.578898226%, 21.1764705882%);
  border-bottom: solid 3px rgb(91.1764705882%, 34.010270775%, 0%);
  transition: all 200ms ease-in-out;
}
ul.buttons li:nth-child(5) {
  background: #444;
  border-bottom: solid 3px #111111;
  transition: all 100ms ease-in-out;
}
ul.buttons li:nth-child(5):hover {
  background: rgb(36.6666666667%, 36.6666666667%, 36.6666666667%);
  border-bottom: solid 3px rgb(21.6666666667%, 21.6666666667%, 21.6666666667%);
  transition: all 200ms ease-in-out;
}

@media (max-width: 1010px) {
  .contOut .contIn h1, .contOut .contIn p.tagline {
    width: 42%;
    margin-left: 3%;
  }
  .skills.code, .skills.software {
    width: 100%;
  }
  .skills.code {
    margin-bottom: 10px;
  }
  ul.buttons li {
    width: 48%;
    margin-bottom: 10px;
  }
  ul.buttons li:nth-child(3), ul.buttons li:last-child {
    width: 48%;
  }
  ul.buttons li:nth-child(even) {
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 850px) {
  .middle .job p .brag {
    padding-left: 70px;
    max-height: 60px;
  }
  .middle .job p .brag:before {
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 50px solid #fff;
  }
  .contOut .contIn .logoCont {
    width: 35%;
  }
  .contOut .contIn .logoCont .logo {
    max-width: 200px;
  }
  .contOut .contIn h1 {
    width: 62%;
    float: right;
    text-align: right;
    margin-bottom: 10px;
  }
  .contOut .contIn .moreInfo {
    width: 60%;
  }
  .contOut .contIn p.tagline {
    clear: left;
    width: 30%;
    margin: 0;
  }
}
.contracts {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 30px;
}
.contracts h3 {
  margin: 0 0 20px 0;
}
.contracts .contract {
  box-sizing: border-box;
  padding: 10px;
  width: 24%;
  min-height: 160px;
  background: #ffc;
  border: solid 1px #ffff99;
  box-shadow: 0 1px 2px #999;
  color: #333300;
  float: left;
  margin-right: 1%;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 15px;
}
.contracts .contract h4 {
  margin: 0;
}
.contracts .contract p.desc {
  font-size: 14px;
  color: rgb(30%, 30%, 0%);
  word-wrap: break-word;
}
.contracts .contract p.desc a:hover {
  text-decoration: underline;
}
.contracts .contract span.date {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  color: #999900;
}

@media (max-width: 800px) {
  .contracts .contract {
    width: 49%;
  }
}
@media (max-width: 620px) {
  .middle .job p .brag {
    padding-left: 80px;
    max-height: 80px;
  }
  .middle .job p .brag:before {
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid #fff;
  }
}
@media (max-width: 570px) {
  .middle .job p .brag {
    padding-left: 90px;
    max-height: 100px;
  }
  .middle .job p .brag:before {
    border-top: 70px solid transparent;
    border-bottom: 70px solid transparent;
    border-left: 70px solid #fff;
  }
  ul.buttons li {
    width: 100%;
    margin-right: 0;
  }
  ul.buttons li:nth-child(3), ul.buttons li:last-child {
    width: 100%;
  }
  .skills ul li {
    float: none;
  }
  .contOut .contIn h1 {
    font-size: 34px;
  }
  .contracts .contract {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .middle .job p .brag {
    padding-left: 20px;
    max-height: none;
  }
  .middle .job p .brag:before {
    border-top: none;
    border-bottom: none;
    border-left: none;
  }
  .middle .job h2 span {
    margin-top: 10px;
  }
  .contOut .contIn h1 {
    font-size: 28px;
  }
  .contOut .contIn .moreInfo {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .contOut .contIn .moreInfo, .contOut .contIn p.tagline {
    font-size: 12px;
  }
}
.sm {
  list-style: none;
  position: absolute;
  top: 10px;
  right: 30px;
  margin: 0;
}
.sm li {
  display: inline-block;
  float: left;
  margin-left: 6px;
}
.sm li a {
  color: #ccc;
}
.sm li a:hover {
  color: #fff;
}
.contOut{opacity:1}
