* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #222222;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-size: 16px;
  margin: 0;
  font-family: Arial, sans-serif;
  line-height: 20px;
  color: #dedede;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.fog {
  position: relative;
  padding-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.3);
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.container:before, .container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.container:after {
  clear: both;
}

.section {
  padding-bottom: 40px;
}
.section h1 {
  margin: 20px 0 10px 0;
  padding-left: 10px;
  font-family: "Montserrat", sans-serif;
  color: #2249a3;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
}
.section h4 {
  font-family: "Montserrat", sans-serif;
  color: #ddd;
  font-size: 28px;
  font-weight: 300;
  margin: 10px 0 10px 0;
  line-height: 24px;
}
.section.section-head {
  position: relative;
  height: 280px;
  text-align: center;
  padding-bottom: 0;
}
.section.section-head .head-wrap {
  top: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15%;
}
.section.section-head .head-wrap h1 {
  margin-top: 20px;
  display: inline-block;
  padding: 0 40px 10px 40px;
  border-bottom: 1px solid #2249a3;
  font-family: "Open Sans", sans-serif;
  color: #dedede;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
}
.section.section-bio .presentation-text {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: "Montserrat", sans-serif;
  line-height: 22px;
  letter-spacing: 0.05em;
}

.section-skills {
  padding-bottom: 40px;
}
.section-skills .list-skills {
  margin: 0 0 10px 0;
  display: block;
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  clear: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-skills .list-skills.animation .list-skill-item .skill-bullets i.far {
  opacity: 0.3;
}
.section-skills .list-skills.animation .list-skill-item .skill-bullets i.far.bullet1, .section-skills .list-skills.animation .list-skill-item .skill-bullets i.far.bullet2, .section-skills .list-skills.animation .list-skill-item .skill-bullets i.far.bullet3, .section-skills .list-skills.animation .list-skill-item .skill-bullets i.far.bullet4, .section-skills .list-skills.animation .list-skill-item .skill-bullets i.far.bullet5 {
  animation-name: skills;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-duration: 2s;
}
.section-skills .list-skills.animation .list-skill-item .skill-bullets i.far.bullet1 {
  animation-delay: 500ms;
}
.section-skills .list-skills.animation .list-skill-item .skill-bullets i.far.bullet2 {
  animation-delay: 1000ms;
}
.section-skills .list-skills.animation .list-skill-item .skill-bullets i.far.bullet3 {
  animation-delay: 1500ms;
}
.section-skills .list-skills.animation .list-skill-item .skill-bullets i.far.bullet4 {
  animation-delay: 2000ms;
}
.section-skills .list-skills.animation .list-skill-item .skill-bullets i.far.bullet5 {
  animation-delay: 2500ms;
}
.section-skills .list-skills .list-skill-item {
  margin-bottom: 15px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: center;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  list-style-type: none;
}
.section-skills .list-skills .list-skill-item .skill-name {
  display: inline-block;
  width: 60%;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.section-skills .list-skills .list-skill-item .skill-bullets {
  display: inline-block;
}
.section-skills .list-skills .list-skill-item .skill-bullets i {
  margin-right: 3px;
}
.section-skills .list-skills .list-skill-item .skill-bullets i.far {
  opacity: 0.2;
}

.portfolio-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style-type: none;
}
.portfolio-list .portfolio-list-item {
  position: relative;
  padding-right: 5px;
  padding-left: 10px;
  float: left;
  clear: none;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
}
.portfolio-list .portfolio-list-item .description-wrap {
  padding-bottom: 10px;
}
.portfolio-list .portfolio-list-item .description-wrap h4 {
  margin-top: 0;
  padding-left: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
.portfolio-list .portfolio-list-item .description-wrap .portfolio-period {
  padding-top: 10px;
  padding-right: 10px;
  font-family: "Montserrat", sans-serif;
  line-height: 22px;
  letter-spacing: 0.05em;
}
.portfolio-list .portfolio-list-item .description-wrap .text-description {
  min-height: 108px;
  padding-top: 10px;
  clear: both;
  font-family: "Montserrat", sans-serif;
  line-height: 22px;
}
.portfolio-list .portfolio-list-item .portfolio-img {
  position: relative;
  overflow: hidden;
  max-height: 226px;
}
.portfolio-list .portfolio-list-item .portfolio-img .portfolio-item-cover {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.portfolio-list .portfolio-list-item .portfolio-img .image {
  clear: both;
}
.portfolio-list .portfolio-list-item .portfolio-item-roll {
  padding-top: 10px;
  padding-right: 10px;
  font-family: "Montserrat", sans-serif;
  line-height: 22px;
  letter-spacing: 0.05em;
}

.section-contact {
  padding-bottom: 40px;
}
.section-contact .list-contact {
  margin: 80px auto;
  list-style: none;
  padding: 0 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section-contact .list-contact li {
  line-height: 30px;
  font-size: 14px;
}
.section-contact .list-contact li a {
  display: block;
  color: #dedede;
  text-decoration: none;
  line-height: 40px;
}
.section-contact .list-contact li a i {
  float: left;
  font-size: 40px;
  margin-right: 10px;
}
.section-contact .list-contact li a:hover {
  color: #2249a3;
  text-decoration: none;
}

@keyframes skills {
  100% {
    opacity: 0.9;
    font-weight: 900;
  }
}
@media screen and (max-width: 991px) {
  .container {
    bottom: 10%;
    max-width: 728px;
  }

  .section h1 {
    margin-top: 10px;
    font-size: 30px;
  }
  .section.section-head {
    height: 240px;
  }
  .section.section-head h1 {
    margin-bottom: 0;
    text-align: left;
  }
  .section.section-head h4 {
    font-size: 22px;
  }

  .portfolio-list .portfolio-list-item .description-wrap .text-description {
    min-height: 125px;
  }
  .portfolio-list .portfolio-list-item .description-wrap .portfolio-item-roll {
    min-height: 54px;
  }
  .portfolio-list .portfolio-list-item .portfolio-img {
    max-height: 180px;
  }

  .section-contact .list-contact {
    margin: 60px auto;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section.section-skills .list-skills {
    width: 100%;
  }
  .section.section-skills .list-skills .skill-name {
    max-width: 60%;
    min-width: 40%;
  }

  .portfolio-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .portfolio-list .portfolio-list-item {
    min-width: 100%;
    margin-bottom: 20px;
  }
  .portfolio-list .portfolio-list-item .description-wrap .text-description {
    min-height: auto;
  }
  .portfolio-list .portfolio-list-item .description-wrap .portfolio-item-roll {
    min-height: auto;
  }
  .portfolio-list .portfolio-list-item .portfolio-img {
    max-height: 339px;
  }

  .section-contact .list-contact a {
    position: relative;
  }
  .section-contact .list-contact a i {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: -40px;
  }
}
@media screen and (max-width: 479px) {
  .container {
    max-width: none;
    bottom: 10%;
  }

  .section {
    padding-bottom: 30px;
  }
  .section.section-head {
    height: 270px;
  }
  .section.section-head h1 {
    margin-top: 10px;
    font-size: 25px;
    font-weight: 500;
  }
  .section.section-skills {
    padding-bottom: 10px;
  }
  .section.section-skills .list-skills {
    width: 100%;
  }
  .section.section-skills .list-skills .skill-name {
    min-width: 60%;
  }

  .section-contact .list-contact a i {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: -40px;
  }

  .section-contact {
    padding-bottom: 40px;
  }
  .section-contact .list-contact {
    margin: 40px auto;
    list-style: none;
    padding: 0 10px;
    display: block;
  }
  .section-contact .list-contact li {
    margin-bottom: 20px;
  }
  .section-contact .list-contact li a {
    position: static;
  }
  .section-contact .list-contact li a i {
    position: static;
    margin: 0 25px 0 0;
  }
}

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