/*reset*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: 'Quicksand', sans-serif;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    }
:focus {outline: 0;}
body {
line-height: 1;
color: black;
background: white;}
ol, ul {list-style: none;}
table {border-collapse: separate;
border-spacing: 0;
margin: 0px;
}
.cf, .clear, .clearfixer{ display: block;clear: both;}
.l, .left{ float: left;}
.r, .right{ float: right;}
.hidden{ display: none;}
.red{ color: red;}
.red .red{ color: #ffffff;}
/*end reset*/

.content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1%
}

.main {
  float: left;
  width: 100%;
  padding: 1% 0;
  line-height: 1.3;
  position: relative;
}

.mycon {
  float: left;
  width: 4%;
  border: solid 5px #777;
  padding: 1% 5%;
  border-radius: 100%;
  background: #FFF8EA;
}

.name {
  font-size: 58px;
  font-weight: 300;
  color: #555;
  text-align: right;
  text-shadow: 0px 1px 1px #F9F9F9;
}

.title {
  font-size: 26px;
  font-weight: 300;
  text-align: right;
  border-bottom: solid 5px #777;
  padding-bottom: 1%;
  width: 97%;
  margin-left: 3%;
}

.container {
  float: right;
  width: 76%;
  border-bottom: solid 5px #777;
  padding-top: 1%;
}

.info {
  list-style: disc;
  display: flex;
  width: 100%;
  float: right;
}

.info li {
  margin: 1% 2%;
  font-size: 18px;
}

.info li:first-of-type {list-style: none;}

.tab {
  float: left;
  margin-left: 9%;
  background: #777;
  border: solid 5px #777;
  border-bottom: none;
  padding: 1%;
  border-radius: 5px 5px 0px 0px;
  color: #FFF;
}

.topic {
  width: 22%;
  float: left;
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
  padding: 2% 0;
  background: #FFF8EA;
  border-radius: 5px;
  color: #555;
}

.skillImg {
  width: 5%;
  float: left;
  margin: 2%;
}

.fullSpan {
  float: left;
  width: 100%;
}

.more {
  width: 20%;
  float: right;
  background: #FFF8EA;
  color: #444;
  padding: 1%;
  text-align: right;
  border-radius: 5px 5px 0px 0px;
  text-shadow: 0px -1px 0px #fff;
  font-size: 16px;
}

.otherHead {
  font-size: 18px;
  border-bottom: solid 2px #444;
}

.simple {
  list-style: none;
  text-align: right;
  line-height: 1.2;
  margin: 4% 0;
}

.company {
  font-size: 28px;
  float: left;
}

.jobTitle {
  font-size: 22px;
  line-height: 1.4;
  float: left;
  width: 100%;
  border-bottom: dotted 5px #777;
  margin-bottom: 2%;
}

.dates {
float: right;
line-height: 1.4;
}

.dutyList {
  list-style: disc;
  width: 45%;
  margin-left: 2%;
  line-height: 1.6;
  float: left;
}

#highNotes {
  width: 50%;
}

#highNotes .simple li {
  padding: 2% 0%;
  line-height: 1.3;
}

#degree {border-bottom: none;}

.fullSpan:last-of-type {margin-bottom: 2%;}

#gitImg {padding-top: 1%;}

.dlWrap {float: left; width: 100%;background: #fff8ea;text-align: right;}

@media screen and (max-width: 1000px) {
  .topic, .container {width: 100%;}
}

@media screen and (max-width: 790px) {
  .title {width: 100%;margin-left: 0;font-size: 18px;padding-bottom: 3%;}
  .tab {margin-top: 6px;margin-left: 0;position: absolute;left: 0;}
  .info {display: block;list-style: none;}
  .more {width: 98%;}
  .name {font-size: 42px;}
  .skillImg {width: 21%;}
  #gitImg {padding-top: 4%;}
  .otherHead {text-align: left;}
}

@media screen and (max-width: 570px) {
  #highNotes, .dutyList {width: 98%;text-align: left;}
  .simple, .more {text-align: left;margin: 1em 0;}

}

@media screen and (max-width: 400px) {
  .mycon {width: 10%;padding: 1% 10%;}
  .dates {float: left;display: block;width: 100%;padding-left: 2px;}
}
