/*
Theme Name: myTheme

*/
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto', sans-serif;
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: bold;
}

body img {
  max-width: 100%;
  height: auto;
}

body section {
  padding: 45px 0 80px 0;
}

body .red-divider, body .white-divider, body .green-divider {
  width: 100px;
  height: 2px;
  margin: 0 auto;
}

body .navbar {
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: bold;
}

body .navbar .navbar-toggler {
  border: none;
}

body .navbar .navbar-collapse {
  text-align: center;
}

body .navbar .nav-item .nav-link:hover {
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

body .navbar .nav-item .nav-link.active {
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

body #about {
  padding-top: 100px;
}

body #about .profile-picture {
  width: 560px;
  text-align: center;
  margin: 0 auto;
  float: none;
}

@media (max-width: 767px) {
  body #about .profile-picture {
    width: 250px;
  }
}

body #about .heading {
  text-align: center;
  padding-bottom: 40px;
}

body #about .heading h1 {
  text-transform: uppercase;
  padding-top: 30px;
}

body #about .heading .button1, .container-button a {
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
  padding: 18px 50px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

body #about .heading .button1:hover, .container-button a:hover {
  text-decoration: none;
}

body #skills .heading {
  text-align: center;
  padding-bottom: 40px;
}

body #skills .heading h2 {
  text-transform: uppercase;
  padding-top: 30px;
}

body #skills .progress {
  height: 50%;
  margin: 30px 20px;
}

body #skills .progress .progress-bar h5 {
  padding-top: 8px;
}

/*
body #skills .progress #progHtml, body #skills .progress #progCss {
  width: 85%; }

body #skills .progress #progJs {
  width: 75%; }

body #skills .progress #progJquery {
  width: 65%; }

body #skills .progress #progPhp {
  width: 80%; }

body #skills .progress #progRails {
  width: 50%; }

body #skills .progress #progAngular {
  width: 60%; }

body #skills .progress #progWordpress {
  width: 75%; }*/
body #experience .heading {
  text-align: center;
  padding-bottom: 40px;
}

body #experience .heading h2 {
  text-transform: uppercase;
  padding-top: 30px;
}

body #experience .timeline {
  padding: 30px 10px;
  position: relative;
}

body #experience .timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 5px;
  left: 50%;
  margin-left: -2.5px;
}

@media (max-width: 1000px) {
  body #experience .timeline:before {
    display: none;
  }
}

body #experience .timeline > li {
  margin-bottom: 20px;
  position: relative;
}

body #experience .timeline > li:after {
  clear: both;
}

body #experience .timeline > li:before, body #experience .timeline > li:after {
  content: " ";
  display: table;
}

body #experience .timeline li {
  list-style: none;
}

body #experience .timeline li .timeline-badge {
  width: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  border-radius: 50%;
}

@media (max-width: 1000px) {
  body #experience .timeline li .timeline-badge {
    display: none;
  }
}

body #experience .timeline li .timeline-panel-container, body #experience .timeline li .timeline-panel-container-inverted {
  width: 50%;
  float: left;
}

@media (max-width: 1000px) {
  body #experience .timeline li .timeline-panel-container, body #experience .timeline li .timeline-panel-container-inverted {
    width: 100%;
  }
}

body #experience .timeline li .timeline-panel-container .timeline-panel, body #experience .timeline li .timeline-panel-container-inverted .timeline-panel {
  width: 90%;
  float: right;
  margin-right: 40px;
  border-radius: 7px;
  padding: 20px 25px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline-panel-container .timeline-panel:after, .timeline-panel-container-inverted .timeline-panel:after {
  position: absolute;
  top: 27px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline-panel-container .timeline-panel:after {
  right: -14px;
}

.timeline-panel-container-inverted .timeline-panel:after {
  left: -14px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

body #experience .timeline li .timeline-panel-container .timeline-panel h3, body #experience .timeline li .timeline-panel-container-inverted .timeline-panel h3 {
  margin-top: 5px;
  font-size: 20px;
}

body #experience .timeline li .timeline-panel-container-inverted {
  float: right;
}

body #experience .timeline li .timeline-panel-container-inverted .timeline-panel {
  float: left;
  margin-left: 40px;
}

@media (max-width: 1000px) {
  body #experience .timeline li .timeline-panel-container-inverted {
    float: left;
  }
  body #experience .timeline li .timeline-panel-container-inverted .timeline-panel {
    float: right;
  }
}

@media (max-width: 1000px) {
  body #experience .timeline li .timeline-panel-container .timeline-panel:after, body #experience .timeline li .timeline-panel-container-inverted .timeline-panel:after {
    border: none;
  }
}

@media (max-width: 540px) {
  body #experience .timeline li .timeline-panel-container, body #experience .timeline li .timeline-panel-container-inverted {
    margin-left: 5%;
  }
}

@media (max-width: 356px) {
  body #experience .timeline li .timeline-panel-container, body #experience .timeline li .timeline-panel-container-inverted {
    margin-left: 8%;
  }
}

body #education .heading {
  text-align: center;
  padding-bottom: 40px;
}

body #education .heading h2 {
  text-transform: uppercase;
  padding-top: 30px;
}

body #education .education-block {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  body #education .education-block {
    width: 90%;
  }
}

body #education .education-block h5 {
  font-size: 15px;
  margin-top: 15px;
}

body #education .education-block h4 {
  margin-bottom: 20px;
}

body #education .education-block h3 {
  margin-top: 20px;
  margin-bottom: 15px;
}

body #education .education-block p {
  font-weight: bold;
}

body #education .education-block span {
  -webkit-transform: scale(1.8, 1.8);
          transform: scale(1.8, 1.8);
  margin-top: -25px;
}

body #education .education-block .white-divider {
  margin-bottom: 20px;
}

body #portfolio .heading, body #portfolio-details .heading {
  text-align: center;
}

body #portfolio .heading h2, body #portfolio-details .heading h1 {
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 40px;
}


body #portfolio .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body #portfolio .row .col-sm-4 {
  margin-bottom: 30px;
}

body #portfolio .row .col-sm-4 .img-thumbnail {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

body #portfolio .row .col-sm-4 .img-thumbnail:hover {
  filter: none;
  -webkit-filter: none;
}

.text-portfolio {
  font-size: 0.8em;
  font-weight: normal;
}

.demo-portfolio {
  font-size: 1.25rem;
}

.text-portfolio-details {
  font-size: 1.1em;
}

.main-portfolio {
  padding-top: 2.5%;
  padding-bottom: 2.5%;
}

body #actu .heading {
  text-align: center;
}

body #actu .heading h2 {
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 40px;
}

body #actu #myCarousel .carousel-indicators {
  bottom: 0px;
}

body #actu #myCarousel .carousel-item {
  padding: 40px 30px;
}

body #actu #myCarousel .carousel-item h3 {
  font-style: italic;
}

body #actu #myCarousel .carousel-control-next, body #actu #myCarousel .carousel-control-prev {
  background-image: none;
  -webkit-transform: scale(1.8, 1.8);
          transform: scale(1.8, 1.8);
}

body footer {
  padding-bottom: 5px;
}

body footer .row .col-md-6 h5 {
  font-weight: normal;
  margin-top: 3%;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  body footer .row .col-md-6 h5 {
    margin-bottom: 2%;
  }
}

@media (max-width: 767px) {
  body footer .row .col-md-6 #follow {
    margin-top: 3.5%;
  }
}

body footer .row .col-md-6 .centerFooter, body footer .row .col-md-6 .list-unstyled {
  margin-left: 25%;
  margin-top: 5%;
}

@media (max-width: 767px) {
  body footer .row .col-md-6 .centerFooter, body footer .row .col-md-6 .list-unstyled {
    margin-top: 3%;
    text-align: left;
  }
}

@media (max-width: 540px) {
  body footer .row .col-md-6 .list-unstyled {
    margin-left: 15%;
  }
}

@media (max-width: 366px) {
  body footer .row .col-md-6 .list-unstyled {
    margin-left: 12%;
  }
}

body footer .row .col-md-6 .centerFooter {
  margin-top: 12.5%;
}

@media (max-width: 991px) {
  body footer .row .col-md-6 .centerFooter {
    margin-top: 24.5%;
  }
}

@media (max-width: 767px) {
  body footer .row .col-md-6 .centerFooter {
    margin-top: 6%;
    margin-bottom: 6%;
  }
}

@media (max-width: 540px) {
  body footer .row .col-md-6 .centerFooter {
    margin-left: 23%;
  }
}

@media (max-width: 446px) {
  body footer .row .col-md-6 .centerFooter {
    margin-left: 15%;
  }
}

@media (max-width: 366px) {
  body footer .row .col-md-6 .centerFooter {
    margin-top: 8%;
    margin-left: 10%;
    margin-bottom: 10%;
  }
}

@media (max-width: 305px) {
  body footer .row .col-md-6 .centerFooter {
    margin-left: 3%;
  }
}

body footer .row .col-md-6 i {
  -webkit-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5);
}

body footer .row .col-md-6 .link {
  margin: 25px;
}

body footer .row .col-md-6 .link i {
  -webkit-transform: scale(2.5, 2.5);
          transform: scale(2.5, 2.5);
}

body footer .row .col-md-6 .link i:hover {
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

body footer .upTop {
  font-size: 25px;
  margin: 20px;
  height: 30px;
}

body footer .upTop:hover {
  font-size: 27px;
}

/* the important bits */
li {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.info {
  -webkit-transform: rotate3d(1, 0, 0, 90deg);
          transform: rotate3d(1, 0, 0, 90deg);
  width: 100%;
  height: 100%;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  pointer-events: none;
}

.info h2 {
  margin-top: 25%;
  font-weight: bold;
}

.in-top .info {
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-animation: in-top 300ms ease 0ms 1 forwards;
          animation: in-top 300ms ease 0ms 1 forwards;
}

.in-right .info {
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  -webkit-animation: in-right 300ms ease 0ms 1 forwards;
          animation: in-right 300ms ease 0ms 1 forwards;
}

.in-bottom .info {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-animation: in-bottom 300ms ease 0ms 1 forwards;
          animation: in-bottom 300ms ease 0ms 1 forwards;
}

.in-left .info {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-animation: in-left 300ms ease 0ms 1 forwards;
          animation: in-left 300ms ease 0ms 1 forwards;
}

.out-top .info {
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-animation: out-top 300ms ease 0ms 1 forwards;
          animation: out-top 300ms ease 0ms 1 forwards;
}

.out-right .info {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-animation: out-right 300ms ease 0ms 1 forwards;
          animation: out-right 300ms ease 0ms 1 forwards;
}

.out-bottom .info {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-animation: out-bottom 300ms ease 0ms 1 forwards;
          animation: out-bottom 300ms ease 0ms 1 forwards;
}

.out-left .info {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-animation: out-left 300ms ease 0ms 1 forwards;
          animation: out-left 300ms ease 0ms 1 forwards;
}

@-webkit-keyframes in-top {
  from {
    -webkit-transform: rotate3d(-1, 0, 0, 90deg);
            transform: rotate3d(-1, 0, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}

@keyframes in-top {
  from {
    -webkit-transform: rotate3d(-1, 0, 0, 90deg);
            transform: rotate3d(-1, 0, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}

@-webkit-keyframes in-right {
  from {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
            transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}

@keyframes in-right {
  from {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
            transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}

@-webkit-keyframes in-bottom {
  from {
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
            transform: rotate3d(1, 0, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}

@keyframes in-bottom {
  from {
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
            transform: rotate3d(1, 0, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}

@-webkit-keyframes in-left {
  from {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
            transform: rotate3d(0, 1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}

@keyframes in-left {
  from {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
            transform: rotate3d(0, 1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}

@-webkit-keyframes out-top {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(-1, 0, 0, 104deg);
            transform: rotate3d(-1, 0, 0, 104deg);
  }
}

@keyframes out-top {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(-1, 0, 0, 104deg);
            transform: rotate3d(-1, 0, 0, 104deg);
  }
}

@-webkit-keyframes out-right {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, -1, 0, 104deg);
            transform: rotate3d(0, -1, 0, 104deg);
  }
}

@keyframes out-right {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, -1, 0, 104deg);
            transform: rotate3d(0, -1, 0, 104deg);
  }
}

@-webkit-keyframes out-bottom {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(1, 0, 0, 104deg);
            transform: rotate3d(1, 0, 0, 104deg);
  }
}

@keyframes out-bottom {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(1, 0, 0, 104deg);
            transform: rotate3d(1, 0, 0, 104deg);
  }
}

@-webkit-keyframes out-left {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, 1, 0, 104deg);
            transform: rotate3d(0, 1, 0, 104deg);
  }
}

@keyframes out-left {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, 1, 0, 104deg);
            transform: rotate3d(0, 1, 0, 104deg);
  }
}

/* you can ignore this ones */
.areas-list {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.areas-list li {
  width: 500px;
  height: 500px;
  margin: 5px;
  list-style: none;
}

.areas-list li a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  border-radius: 4px;
}

.areas-list li .normal {
  width: 100%;
  height: 100%;
  background-color: #ECF0F1;
  -webkit-box-shadow: inset 0 2px 20px #e6ebed;
          box-shadow: inset 0 2px 20px #e6ebed;
  text-align: center;
  font-size: 50px;
  line-height: 200px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container-img {
  position: relative;
}

.filter {
  opacity: 0.4;
  position: absolute;
  top: 0;
}

.filter-color-portfolio {
  width: 500px;
  height: 500px;
}
/*# sourceMappingURL=style.css.map */