.avatar {
  width: 200px;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
  border-radius: 100px;
  margin-bottom: 30px;
}

.portfolio-block.block-intro {
  text-align: center;
}

.portfolio-block {
  padding-top: 60px;
}

.portfolio-block.block-intro .about-me {
  max-width: 800px;
  margin: 0 auto;
}

.portfolio-block.block-intro .about-me h1 {
  font-family: 'B612 Mono', monospace;
  font-weight: bold;
}

h3 {
  font-family: 'B612 Mono', monospace;
}

.portfolio-block.block-intro .about-me h2 {
  font-family: 'B612 Mono', monospace;
}

hr.hr-computer:after {
  color: #000000;
  background-color: #ffffff;
  position: relative;
  top: -0.8em;
  display: inline-block;
  padding: 0 .25em;
  content: "\1f4bb";
  font-family: FontAwesome;
  font-size: 2em;
}

hr.hr-computer {
  max-width: 20rem;
  text-align: center;
  border: none;
  border-top: solid .25rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.portfolio-block.block-intro .about-me hr {
  margin-left: auto !important;
  margin-right: auto !important;
  opacity: 1;
}

.sticky-heading {
  text-align: center;
  background-color: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  padding: 1px;
  z-index: 1019;
}

.sticky-heading.is-stuck {
  text-align: left;
}

.work-experience-body .job-entry .job-heading {
  position: sticky;
  background-color: #ffffff;
  padding: 1px;
  display: -ms-flexbox!important;
  display: flex!important;
}

.job-heading .company-box {
  margin: auto!important;
  -ms-flex-align: start!important;
  align-items: flex-start!important;
  -ms-flex-pack: start!important;
  justify-content: flex-start!important;
  -ms-flex-negative: 1!important;
  flex-shrink: 1!important;
  -ms-flex-positive: 1!important;
  flex-grow: 1!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}

.job-heading .company-year {
  margin: auto!important;
  -ms-flex-align: end!important;
  align-items: flex-end!important;
  -ms-flex-pack: end!important;
  justify-content: flex-end!important;
  -ms-flex-negative: 1!important;
  flex-shrink: 1!important;
  -ms-flex-positive: 1!important;
  flex-grow: 1!important;
  display: -ms-flexbox!important;
  display: flex!important;
  font-weight: bold;
  font-size: 0.8rem;
  color: #6c757d;
  opacity: .8;
}

.job-heading .company-box .company-name {
  font-weight: bold;
  margin-top: auto!important;
  margin-bottom: auto!important;
  -ms-flex-order: -1!important;
  order: -1!important;
  -ms-flex-item-align: start!important;
  align-self: flex-start!important;
  -ms-flex-negative: 1!important;
  flex-shrink: 1!important;
  -ms-flex-positive: 1!important;
  flex-grow: 1!important;
  display: -ms-flexbox!important;
  display: flex!important;
}

.job-heading .company-box .job-title {
  margin-top: auto!important;
  margin-bottom: auto!important;
  -ms-flex-order: 6!important;
  order: 6!important;
  -ms-flex-item-align: start!important;
  align-self: flex-start!important;
  -ms-flex-negative: 1!important;
  flex-shrink: 1!important;
  -ms-flex-positive: 1!important;
  flex-grow: 1!important;
  display: -ms-flexbox!important;
  display: flex!important;
  font-size: 0.9rem;
}

.container.cv-block {
  padding-top: 30px;
  padding-bottom: 30px;
}

.container.cv-block .cv-content {
  max-width: 950px;
  margin: auto;
}

.container.cv-block .cv-content .long-text {
  padding-top: 25px;
}

.container.cv-block .cv-content .work-experience-body {
  padding-top: 25px;
}

.work-experience-body .job-entry {
  padding-bottom: 15px;
}

.skills-card-group .portfolio-info-card {
  padding: 40px;
  box-shadow: 0px 2px 10px rgba(0,0,0,.075);
  height: 100%;
}

.portfolio-info-card h2 {
  margin-top: 0;
  margin-bottom: 24px !important;
  font-size: 1.4rem;
  font-weight: bold;
}

.portfolio-info-card h3 {
  margin-top: 25px;
  font-size: 1rem;
  font-weight: bold;
}

.portfolio-info-card .progress {
  height: 5px;
}

.row.skills-row {
  padding-top: 5px;
  padding-bottom: 5px;
}

.portfolio-info-card ul {
  margin-top: 25px;
  line-height: 35px;
  color: rgb(45,45,45);
}

.container.cv-block .cv-content .education .edu-text {
  padding-top: 5px;
}

.container.cv-block .cv-content .education h3 {
  font-size: 1.3rem;
  font-weight: bold;
  font-family: 'Open Sans';
}

.container.cv-block .cv-content .education .organization {
  background-color: #041E42;
  font-size: .85em;
  display: inline-block;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 2em;
}

.container.cv-block .cv-content .education {
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  padding-top: 25px;
}

.education .col .period {
  float: right;
  font-size: .8rem;
  font-weight: bold;
  margin-top: 4px;
  color: #6c757d;
  opacity: .8;
}

.education .col {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

header.masthead {
  margin-bottom: 50px;
  background: no-repeat center center;
  background-color: #6c757d;
  background-attachment: scroll;
  position: relative;
  background-size: cover;
}

header.masthead .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #212529;
  opacity: .5;
}

header.masthead .post-heading {
  padding: 200px 0 150px;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  header.masthead .post-heading {
    padding: 200px 0;
  }
}

.masthead h1 {
  color: #ffff;
}

.job-entry .job-details-list {
  padding-top: 10px;
}

.container.cv-block .cv-content .skills-card-group {
  padding-top: 25px;
}

header.masthead .post-heading h1 {
  font-size: 35px;
}

@media only screen and (min-width: 768px) {
  header.masthead .post-heading h1 {
    font-size: 55px;
    font-weight: 800;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  }
}

header.masthead .post-heading .subheading {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0 30px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #ffffff;
}

header.masthead .post-heading .meta, header.masthead .post-heading .subheading {
  line-height: 1.1;
  display: block;
}

@media only screen and (min-width: 768px) {
  header.masthead .post-heading .subheading {
    font-size: 30px;
  }
}

header.masthead .post-heading .meta {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  font-family: "Lora","Times New Roman",serif;
}

article.article-post p {
  color: #212529;
  margin: 30px 0;
  font-size: 20px;
  font-family: "Lora","Times New Roman",serif;
}

article.article-post .section-heading {
  font-size: 36px;
  font-weight: 700;
  margin-top: 60px;
}

.caption {
  font-size: 14px;
  font-style: italic;
  display: block;
  margin: 0;
  padding: 10px;
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.scale-on-hover:hover {
  transform: scale(1.05);
}

#modal-1 {
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}

article.article-post .section-subheading {
  margin-top: 30px;
  text-transform: uppercase;
}

article.article-post .section-subsubheading {
  margin-top: 25px;
}

.instruction-code-snippet {
  padding-left: 2rem;
  color: #484848;
  padding-right: 2rem;
}

.code-snippet-box {
  background-color: #f9f9f9;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-style: dashed;
  margin-bottom: 1rem;
}

