@import url("https://fonts.googleapis.com/css?family=Montserrat");
body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

@-webkit-keyframes pulse {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
    top: 0;
  }
  50% {
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    top: -10px;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
    top: 0;
  }
}
@keyframes pulse {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
    top: 0;
  }
  50% {
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    top: -10px;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
    top: 0;
  }
}
#particles-js {
  background: #1a222c;
  display: block;
  vertical-align: bottom;
  padding-top: 1.5em;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  /*.particles-js-canvas-el {
    width:100vw !important;
    height:100vh !important;
  }*/
}

.content {
  z-index: 1;
  text-align: center;
  color: #FFF;
  top: 50%;
  left: 50%;
  margin: 0 auto;
}
.content .site-title {
  display: block;
  font-size: 5em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .content .site-title {
    margin: 0;
  }
}
.content .site-description {
  display: block;
  line-height: 1;
  margin: 0.1em 0 0.5em 0;
}
.content .link {
  color: #FFF;
  display: inline-flex;
  justify-content: space-between;
  text-decoration: none;
  font-size: 15px;
  margin: 10px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .content .link {
    font-size: 20px;
  }
}

.header {
  background-color: #1a222c;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  color: #fff;
  text-align: center;
}
.header h1 {
  margin-bottom: 0em;
}
.header span {
  font-size: 1.5em;
}

.icons-header {
  display: flex;
  justify-content: center;
  text-align: center;
}
.icons-header .icon {
  text-align: center;
  color: #FFF;
  padding: 10px;
  margin: 0.5em;
  border: 2px solid #FFF;
  transition: all 0.7s;
}
.icons-header .icon:hover {
  color: #1a222c;
  background: #FFF;
}
.icons-header .icon:active {
  color: #1a222c;
  background: #FFF;
}
@media only screen and (min-width: 768px) {
  .icons-header .icon {
    width: 35px;
    height: 35px;
    font-size: 35px;
  }
}

.down {
  color: #FFF;
  bottom: 25px;
  display: block;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
}
.down .icon {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  fill: #fff;
  -webkit-animation: pulse 1.3s infinite;
  animation: pulse 1.3s infinite;
}
.down .icon:hover {
  color: #4B5664;
}
.down .icon:active {
  color: #4B5664;
}

.user {
  text-align: center;
  margin: 20px auto;
  font-size: 60px;
}
.user p {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .user {
    font-size: 75px;
  }
}

.user-details {
  text-align: center;
  font-size: 16px;
  margin: 10px auto;
}

.user-projects img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.user-projects h5 {
  margin: 0;
}
.user-projects ul {
  margin-bottom: 0.5em;
}
.user-projects li {
  font-size: 1.1rem;
}
.user-projects p {
  margin-right: 5px;
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 768px) {
  .images {
    float: right;
  }
}

.project-link {
  display: block;
  width: 100px;
  margin: 10px 0px;
  padding: 5px;
  color: #1a222c;
  background-color: transparent;
  border: 1px solid #1a222c;
  border-radius: 10px;
  text-align: center;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
.project-link:hover {
  background-color: #54516A;
  border-color: #54516A;
  color: #fff;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, border-color 0.3s ease-in;
}
.project-link:active {
  background-color: #54516A;
  border-color: #54516A;
  color: #fff;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, border-color 0.3s ease-in;
}

.footer {
  padding: 10px 0;
  text-align: center;
}
.footer .love {
  color: red;
}
.footer a {
  text-decoration: none;
  margin: 0;
}
.footer a:hover {
  color: #4B5664;
}
.footer a:active {
  color: #4B5664;
}
.footer p {
  margin-bottom: 0;
}

.label {
  color: #fff;
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.label.color {
  background-color: #1a222c;
}

.list-inline {
  display: inline;
  list-style-type: none;
}

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