@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i");
strong {
  font-weight: bold; }

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2; }
  .display-5 small {
    font-style: italic;
    font-size: 60%;
    color: rgba(0, 0, 0, 0.6); }
  .display-5 a {
    color: rgba(0, 0, 0, 0.8); }
    .display-5 a:hover {
      text-decoration: none;
      color: rgba(0, 0, 0, 0.4); }

.lh-1 {
  line-height: 1.5; }

.lh-2 {
  line-height: 1.75; }

.lh-3 {
  line-height: 2; }

.lh-4 {
  line-height: 2.25; }

.lh-5 {
  line-height: 2.5; }

dl.indented dd {
  margin-left: 15px; }

body {
  background-image: url("/img/background.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 14px; }

.row.even {
  background-color: #ffffff;
  color: #464646; }
.row.odd {
  background-image: url("/img/strips.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-color: transparent;
  color: #ffffff; }
  .row.odd hr {
    border-color: rgba(255, 255, 255, 0.1); }

.section-content {
  padding-top: 50px;
  padding-bottom: 50px; }

.profile-picture {
  max-width: 100%;
  width: 250px; }

.home {
  font-size: 16px; }
  .home .title {
    font-size: 1.75rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit; }
  .home .contacts ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .home .contacts ul li {
      margin: 5px 0; }
  .home .contacts a:hover {
    text-decoration: none; }

.education .title small {
  font-weight: 300; }
.education .dates .results:before {
  content: "\2022";
  margin: 0 5px;
  margin-right: 8px;
  font-weight: bold; }

.experience .title small {
  font-weight: 300; }
.experience .dates .duration:before {
  content: "\2022";
  margin: 0 5px;
  margin-right: 8px;
  font-weight: bold; }

.skills .category h3 {
  border-bottom: 3px solid white;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-weight: normal;
  margin-bottom: 5px;
  font-size: 1em; }
.skills .skills-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .skills .skills-list .skill {
    background: rgba(255, 255, 255, 0.1);
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    position: relative;
    padding: 0 8px; }
    .skills .skills-list .skill .ability {
      float: right;
      font-style: italic; }
      .skills .skills-list .skill .ability .inactive {
        opacity: 0.3; }
    .skills .skills-list .skill.sub-skill {
      margin-left: 30px;
      position: relative; }
      .skills .skills-list .skill.sub-skill:before {
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        content: "\f105";
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
        position: absolute;
        left: -30px;
        width: 30px;
        text-align: center;
        height: 30px;
        line-height: 30px; }

.project {
  margin: 10px 0; }
  .project .card-img-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .project .project-link i {
    margin-right: 5px;
    display: inline-block; }
  .project .project-image {
    width: 100%; }
  .project .right-col {
    padding-left: 0; }
    .project .right-col .image-wrapper {
      width: 100%;
      overflow: hidden;
      text-align: center;
      border-top-right-radius: .25rem;
      border-bottom-right-radius: .25rem; }
  .project.project-small .card-body {
    padding: 1rem; }

/*# sourceMappingURL=style.css.map */
