body {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  font-size: 12pt;
  padding-bottom: 60px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
a {
  color: #01579B;
  text-decoration: none;
}
a:hover, a:active, a.hover, a.active {
  color: #149ddd;
  text-decoration: none;
}
*[data-pftarget] {
  transition: background-color 0.5s ease;
}
#sidebar {
  width: 300px;
  padding: 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9997;
  overflow-y: auto;
  transition: all ease-in-out 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 959px) {
  #sidebar {
    left: -300px;
  }
}
#sidebar #profile img {
  margin: 15px auto;
  display: block;
  width: 120px;
  border: 8px solid #ffffff11;
}
#sidebar #profile h1 {
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  text-align: center;
}
#sidebar #profile a, #sidebar #profile a:hover, #sidebar #profile a:active, #sidebar #profile a.hover, #sidebar #profile a.active {
  color: #ffffff;
  text-decoration: none;
}
#sidebar #profile #social-links a {
  font-size: 1.25rem;
  display: inline-block;
  background: #ffffff11;
  color: #ffffff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#sidebar #profile #social-links a:hover, #sidebar #profile #social-links a:active, #sidebar #profile #social-links a.hover, #sidebar #profile #social-links a.active {
  background: #149ddd;
  color: #ffffff;
  text-decoration: none;
}
#sidebar #mainnav {
  padding: 0;
  margin: 30px auto auto 0;
  align-items: start;
}
#sidebar #mainnav a {
  display: flex;
  align-items: center;
  color: #a8a9b4;
  padding: 12px 15px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 1rem;
}
#sidebar #mainnav a:hover, #sidebar #mainnav a:active, #sidebar #mainnav a.hover, #sidebar #mainnav a.active {
  text-decoration: none;
  color: #fff;
}
#sidebar #mainnav a:hover i, #sidebar #mainnav a:active i, #sidebar #mainnav a.hover i, #sidebar #mainnav a.active i {
  color: #149ddd;
}
#sidebar #mainnav a i {
  font-size: 1.5rem;
  padding-right: 8px;
  color: #6f7180;
}
header#header {
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.527), rgba(0, 0, 0, 0.5)), url("/assets/img/bg.jpg") top center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 960px) {
  header#header {
    background-attachment: fixed;
  }
}
@media screen and (max-width: 769px) {
  header#header h1 {
    font-size: 1.75rem;
    line-height: 36px;
  }
  header#header h2 {
    font-size: 1.25rem;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
header#header #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
header#header #intro {
  position: relative;
  z-index: 2;
  min-width: 300px;
}
header#header #intro h1 {
  margin: 0 0 10px 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 56px;
}
header#header #intro p {
  margin-bottom: 50px;
  font-size: 1.5rem;
}
header#header #intro span.typed {
  letter-spacing: 1px;
  border-bottom: #149ddd solid 3px;
}
header#header #intro span.typed_cursor {
  border-bottom: none;
  font-weight: 700;
}
main#main {
  margin-left: 300px;
}
@media screen and (max-width: 959px) {
  main#main {
    margin-left: 0px;
  }
}
main#main article {
  padding: 60px 0 0;
  overflow: hidden;
}
main#main article header {
  padding-bottom: 20px;
}
main#main article header *:last-child {
  margin-bottom: 0px !important;
}
main#main article h2 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  color: #173b6c;
}
main#main article h2::after {
  content: ' ';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #149ddd;
  bottom: 0;
  left: 0;
}
main#main article h3 {
  font-weight: 700;
  font-size: 1.5rem;
  color: #173b6c;
}
main#main article ul {
  list-style: none;
  padding: 0;
}
main#main article ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
  padding-left: 10px;
}
main#main article ul li.liinset {
  margin-top: -20px;
  padding-left: 50px;
}
main#main article ul li i {
  color: #149ddd;
  font-size: 1rem;
  margin-right: 5px;
  line-height: 0;
  font-weight: bold;
}
main#main article ul li b {
  font-weight: bold;
  padding-right: 5px;
}
main#main article ul strong {
  margin-right: 10px;
}
#main .cv h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -8px;
}
#main .cv article {
  background-color: #ffffff00;
  padding: 0 0 20px 20px;
  overflow: visible;
  margin-top: -2px;
  border-left: 2px solid #173b6c;
  position: relative;
}
#main .cv article::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0px;
  background: #fff;
  border: 4px solid #173b6c;
}
#main .cv article::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0px;
  background: #fff;
  border: 4px solid #173b6c;
}
#main .cv article ul li {
  display: block;
}
#main .cv article ul.nom li {
  margin-bottom: 3px;
}
#main .cv h4 {
  font-size: 1.25rem;
}
#main .cv h5 {
  font-size: 0.9rem;
  font-style: italic;
  font-weight: normal;
}
#main .cv h6 {
  font-size: 0.75rem;
  background: rgba(20, 157, 221, 0.15);
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}
#main #portfolio section {
  height: 200px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: content-box;
  background-clip: content-box;
  overflow: hidden;
  transition: all ease-in-out 0.3s;
}
#main #portfolio section:hover .portfolio-links, #main #portfolio section:active .portfolio-links, #main #portfolio section.hover .portfolio-links, #main #portfolio section.active .portfolio-links {
  bottom: 0px;
  opacity: 1;
}
#main #portfolio section .portfolio-links {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  opacity: 0;
  left: 0;
  right: 0;
  bottom: -50px;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
}
#main #portfolio section .portfolio-links a {
  color: #fff;
  font-size: 28px;
  text-align: center;
  background: rgba(20, 157, 221, 0.75);
  transition: 0.3s;
  width: 50%;
}
#main #portfolio section .portfolio-links a:hover, #main #portfolio section .portfolio-links a:active, #main #portfolio section .portfolio-links a.hover, #main #portfolio section .portfolio-links a.active {
  background: #149ddd;
}
blockquote{
	display: inline-block;	
}
}
