@media (min-width: 992px) {
  .nav-hover:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 8px;
    position: absolute;
    background: linear-gradient(rgb(0,167,157), rgb(43,182,115));
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
}

.nav-hover:hover:after {
  width: 50%;
  left: 8px;
}

@media (max-width: 1000px) {
  .svg-1 {
    display: none;
  }
}

.svg-1 {
  width: 100px;
  position: absolute;
  /*z-index: 1;*/
  margin-top: 100px;
}

svg-2 {
  width: 378px;
}

@media (max-width: 1000px) {
  .svg-2 {
    display: none;
  }
}

.svg-2 {
  width: 200px;
  position: absolute;
  z-index: 1;
  right: 0;
  margin-top: -500px;
}

.photo-me {
  z-index: 1;
}

@media (max-width: 768px) {
  .photo-me {
    margin-top: 100px;
  }
}

@media (min-width: 1550px) {
  .svg-1 {
    width: 200px;
  }
}

@media (max-width: 768px) {
  .contact-row-1 {
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .form-name {
    margin-right: 10px;
  }
}

.form-control {
  margin-top: 1rem;
}

html {
  scroll-behavior: smooth;
}

::selection {
  background: #2bb673;
}

::-moz-selection {
  background: #2bb673;
}

.links a:hover {
  color: #d5d5d5!important;
  text-decoration: none;
}

.social-icons a:hover {
  background: linear-gradient(90deg, #2bb673, #00a79d 100%), #2bb673!important;
}

@media (max-width: 992px) {
  .nav-hover {
    padding: 8px 0;
  }
}

@media (max-width: 992px) {
  .navbar {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
  }
}

.port-p {
  font-family: 'Open Sans', sans-serif;
  padding-top: 15px;
  padding-bottom: 20px;
  width: 70%;
  margin: auto;
}

@media (max-width: 992px) {
  .port-p {
    width: 100%;
  }
}

.port-image {
  padding: 20px 0px;
}

.app-icon {
  margin: 0 15px;
}

.navbar {
  z-index: 1030;
}

.nav-item {
  display: table-cell;
  position: relative;
}

@media (min-width:1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1240px;
  }
}

@media (min-width:576px) {
  .zoom-on-hover:hover .image {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: .7;
  }
}

