@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* end of reset */
body {
  padding-top: 3em;
  font: normal normal 400;
  font-size: 10pt;
  line-height: 1.35em;
  /*also written as...  font: normal normal 400 100%/1.5em;*/
  font-family: Avenir, Verdana, sans-serif;
  /*margin-top: 1em;
  margin-left: 1em;*/
}

p {
  position: relative;
  left: 15%;
  margin-bottom: 0.7em;
  margin-right: 0;
  width: 55%;
}

code {
  font: normal normal;
  font-size: 80%;
  /*line-height: 1em;*/
  font-family: Menlo, monospace, sans-serif;
  /* color: #999; */
  /* color: #A059DF; */
  color: #2DAEDE;
  /* color: #1489AA; */
  -webkit-print-color-adjust: exact;
}

p code {
  position: absolute;
  right: 0%;
}

ul {
  position: relative;
  left: 15%;
  width: 52%;
  margin-bottom: 1em;
  /*margin-top: -0.5em;*/
}

/*uncomment to get dashes in the list*/
li:before {
  content: "•";
  position: relative;
  padding-left: 1.25em;
  left: -0.25em;
}

li {
  /*second line indent*/
  padding-left: 1.25em;
  text-indent: -1.25em;
  /*color: #777;*/
}

li ul {
  position: relative;
  left: 0;
  width: 100%;
  margin-top: 0.25em;
}

h1, h2, h3, h4 {
  font-weight: 400;
  font-family: Avenir, Cousine, Verdana, sans-serif;
  width: 65%;
}

h1 {
  text-align: left;
  font-size: 2.5em;
  line-height: 1em;
  position: relative;
  margin-bottom: 3px;
  left: 15%;
}

h1 + p {
  /*subtitle*/
  font-style: italic;
  font-size: 110%;
}

h2 {
  font-size: 1.1em;
  color: #2DAEDE;
  margin-top: 2em;
  position: relative;
  top: 1.1em;
  text-align: right;
  width: 13%;
  -webkit-print-color-adjust: exact;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #39f;
}

#webaddress {
  margin-top: 1em;
  position: relative;
  left: 15%;
  /* color: #ccc; */
  /* color: #2DAEDE; */
  color: #A059DF;
  -webkit-print-color-adjust: exact;
  font-family: Menlo, monospace, sans-serif;
  font-size: 80%;
}

#webaddress a {
  text-decoration: none;
}

em {
  /* font-style: italic; */
  font-weight: bold;
  -webkit-print-color-adjust: exact;
  /* color: #A059DF; */
  /* color: #2DAEDE; */
}

strong {
  color: #1489AA;
  font-weight: 900;
  /* font-size: 110%; */
}

#ghbutton {
  display: none;
  visibility: hidden;
}

#profile_picture {
  /* position: absolute; */
  /* right: -150px; */
  /* top: 0px; */
  text-align: right;
  border-radius: 50%;
  width: 150px;
  text-align: right;
  margin-bottom: 40px;
}

#skills {
  height: 400px;
  width: 180px;
  /* top: 270px; */
  right: 7%;
  position: absolute;
  text-align: right;
  /* background-color: #F2F2F2; */
  font-size: 100%;
}

#skills p {
  text-align: right;
}

.container {
  width: 128px; /* Full width */
  background-color: #ccc; /* Grey background */
  margin-bottom: 10px;
  margin-top: 3px;
  margin-left: auto;
  -webkit-print-color-adjust: exact;
}

.skills {
  text-align: right; /* Right-align text */
  padding-top: 2px; /* Add top padding */
  padding-bottom: 2px; /* Add bottom padding */
}

.skill-level-0 {
  width: 0%;
  background-color: #2DAEDE;
} /* Blue */
.skill-level-1 {
  width: 20%;
  background-color: #2DAEDE;
} /* Blue */
.skill-level-2 {
  width: 40%;
  background-color: #2DAEDE;
} /* Blue */
.skill-level-3 {
  width: 60%;
  background-color: #2DAEDE;
} /* Blue */
.skill-level-4 {
  width: 80%;
  background-color: #2DAEDE;
} /* Blue */
.skill-level-5 {
  width: 100%;
  background-color: #2DAEDE;
} /* Blue */
#logo {
  width: 200px;
}

/*# sourceMappingURL=kjhealy-print.css.map */
