p, h1, h2, h3, h4, h5, h6, span, div {
  font-family: "Lato", Helvetica, Arial, sans-serif; }

html {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #505050;
  width: 100%;
  font-size: 18px;
  margin: 0;
  min-height: 100%;
  position: relative; }
  html body {
    margin-bottom: 50px; }
  html p {
    font-size: 18px; }

footer {
  background: #120031;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  color: #888;
  border-top: 1px solid #180046;
  bottom: 0; }
  footer p {
    margin-top: 15px;
    font-size: 12px; }

.navbar {
  min-height: 60px; }

.navbar-nav li a {
  padding-top: 20px;
  padding-bottom: 20px; }

.navbar-default {
  background-color: transparent;
  border: none;
  margin: 0; }
  .navbar-default .navbar-brand {
    height: 60px;
    padding: 5px 15px;
    color: #eee; }
    .navbar-default .navbar-brand img {
      width: 50px; }
    .navbar-default .navbar-brand h1 {
      font-size: 30px;
      margin: 10px 5px; }
    .navbar-default .navbar-brand:hover {
      color: #ddd; }
    @media screen and (max-width: 1000px) {
      .navbar-default .navbar-brand {
        text-align: center;
        float: none;
        padding: 0px; }
        .navbar-default .navbar-brand h1 {
          font-size: 28px; } }
  .navbar-default .navbar-nav {
    float: right;
    letter-spacing: 2px; }
    .navbar-default .navbar-nav li a {
      color: #eee; }
      .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus {
        color: #ddd;
        text-decoration: underline; }
    .navbar-default .navbar-nav .active a {
      color: #ffffff;
      background: none; }
      .navbar-default .navbar-nav .active a:hover {
        color: #ffffff;
        background: none; }

.navbar-collapse.in {
  background: #180046; }

.fleft {
  float: left; }

.fright {
  float: right; }

#header {
  height: 450px;
  position: relative; }

#contact {
  padding: 40px 0px;
  background: #180046; }
  #contact h2 {
    margin-bottom: 40px; }
  #contact a, #contact i, #contact p {
    font-size: 20px; }
  #contact a {
    color: #eeeeee; }
    #contact a:hover, #contact a:focus {
      color: white; }

canvas {
  display: block;
  vertical-align: bottom; }

#particles-js {
  width: 100%;
  height: 450px;
  background-size: cover;
  background: #180046 url("") no-repeat 50% 50%;
  position: absolute; }

.content {
  position: relative;
  margin-top: 20px; }

.header-text-container {
  position: relative;
  height: 450px; }

#welcome {
  position: absolute;
  left: 20px;
  top: 20%; }
  @media screen and (max-width: 400px) {
    #welcome {
      left: 5%;
      top: 20%;
      text-align: center; } }

#text-welcome {
  font-size: 46px; }
  @media screen and (max-width: 1000px) {
    #text-welcome {
      font-size: 36px; } }

#text-details {
  position: absolute;
  left: 20px;
  top: 70%;
  color: #dddddd;
  font-size: 24px; }
  @media screen and (max-width: 700px) {
    #text-details {
      left: 5%;
      top: 70%;
      text-align: center;
      font-size: 20px; } }

#about {
  margin-bottom: 40px; }

.portfolio-item {
  padding: 30px 0px;
  margin: 20px 0px; }
  .portfolio-item h3 {
    margin-top: 0px; }

.image-box {
  width: auto; }
  .image-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: filter 0.5s ease, transform 0.5s, box-shadow 0.5s;
    -webkit-transition: -webkit-filter 0.5s ease, -webkit-transform 0.5s, -webkit-box-shadow 0.5s;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%); }
    .image-box img:hover {
      filter: none;
      -webkit-filter: grayscale(0%);
      -webkit-transform: scale(1.05) rotate(0.01deg);
      transform: scale(1.05) rotate(0.01deg);
      box-shadow: 2px 4px 8px #888888; }

#more-projects {
  color: #444;
  margin-bottom: 60px; }

#text-contact {
  padding: 0px 10px; }

.movable {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 10; }
  .movable img {
    width: 100%;
    height: 100%; }

.main-button {
  color: white;
  background: #180046;
  padding: 10px 16px;
  text-transform: uppercase; }
  .main-button:hover, .main-button:focus {
    color: white;
    background: #d7cc40; }

.animated {
  transition: all 0.2s ease-in-out; }
  .animated:hover {
    transform: scale(1.2); }

.selected {
  color: #d7cc40; }

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p {
  color: #eee; }

.light h1, .light h2, .light h3, .light h4, .light h5, .light h6, .light p {
  color: #333; }
.light .text-muted {
  color: #777; }

/*# sourceMappingURL=style.css.map */
