/* ----BODY ---- */
body {
  margin: 0;
  font: normal 75% Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased; }

canvas {
  position: absolute;
  display: block; }

/* - PARTICLES - */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }

/* - MENU - */
@media screen and (max-width: 576px) {
  #container-lb-xs {
    display: block; }

  #container-lb-sm {
    display: none; }

  #container-lb-md {
    display: none; } }
@media screen and (min-width: 576px) {
  #container-lb-xs {
    display: none; }

  #container-lb-sm {
    display: block; }

  #container-lb-md {
    display: none; } }
@media screen and (min-width: 768px) {
  #container-lb-xs {
    display: none; }

  #container-lb-sm {
    display: none; }

  #container-lb-md {
    display: block; } }
/* - LOGO - */
.logo-box {
  border: transparent solid 4px;
  border-color: #1e0069;
  cursor: pointer;
  animation-name: logoflow;
  animation-duration: 1.1s;
  animation-fill-mode: forwards;
  width: 100%; }

@keyframes logoflow {
  0% {
    border-right: transparent solid 4px; }
  25% {
    border-right: black solid 4px;
    border-bottom: transparent solid 4px; }
  50% {
    border-right: black solid 4px;
    border-bottom: black solid 4px;
    border-left: transparent solid 4px; }
  75% {
    border-right: black solid 4px;
    border-bottom: black solid 4px;
    border-left: black solid 4px;
    border-top: transparent solid 4px; }
  100% {
    border-right: black solid 4px;
    border-bottom: black solid 4px;
    border-left: black solid 4px;
    border-top: black solid 4px; } }
@media screen and (max-width: 576px) {
  .logo-box {
    width: 40px; } }
@media screen and (min-width: 576px) {
  .logo-box {
    width: 75px; } }
@media screen and (min-width: 768px) {
  .logo-box {
    margin-bottom: 200px;
    width: 100px; } }
@media screen and (min-width: 992px) {
  .logo-box {
    margin-bottom: 200px;
    width: 100px; } }
@media screen and (min-width: 1200px) {
  .logo-box {
    margin-bottom: 200px;
    width: 100px; } }
.box-small {
  color: black;
  cursor: pointer;
  font-size: 12px;
  padding: 3px; }

.box-small:hover {
  border-bottom: 2px solid #1e0069;
  color: #1e0069;
  cursor: pointer;
  font-size: 12px;
  padding: 3px; }

/* - MENU BUTTONS -*/
.box {
  color: black;
  border: 2px solid;
  border-color: transparent;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-family: verdana;
  letter-spacing: 1px;
  transition: 0.5s all ease;
  cursor: pointer;
  position: relative;
  line-height: 50px; }
  .box:before {
    transition: 0.5s all ease;
    position: absolute;
    border-top: 2px solid;
    border-bottom: 2px solid;
    line-height: 50px;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    opacity: 0;
    content: '';
    border-color: #1e0069;
    z-index: -2;
    letter-spacing: 1px; }
  .box:hover {
    letter-spacing: 3px;
    transition: 0.5s all ease; }
    .box:hover:before {
      border-top: 2px solid;
      border-bottom: 2px solid;
      border-color: #1e0069;
      transition: 0.3s all ease;
      left: 0;
      right: 0;
      opacity: 1; }

@media screen and (max-width: 576px) {
  .box {
    font-size: 12px; } }
@media screen and (min-width: 576px) {
  .box {
    font-size: 14px; } }
@media screen and (min-width: 768px) {
  .box {
    font-size: 16px; } }
@media screen and (min-width: 992px) {
  .box {
    font-size: 16px; } }
  /* .box2 {
    border-top: 2px solid;
    border-bottom: 2px solid;
    width: 100px;
    border-color:red;
    line-height: 50px;
    color: white;
    display: flex;
    position: relative;
    align-items:center;
    justify-content: center;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: verdana;
    font-size: 16px;
    cursor: pointer;
    transition: 1s;
    letter-spacing: 6px;
   }/*
   

   /* HIRE ME BUTTON*/
.hire-me {
  color: black;
  border: 4px solid;
  border-color: #1e0069;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-family: verdana;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative; }
  .hire-me:before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: #1e0069;
    z-index: -2; }
  .hire-me:hover:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1; }

.hire-me {
  text-decoration: none;
  transition: 0.3s ease all; }
  .hire-me:hover {
    color: #FFF; }

@media only screen and (max-width: 576px) {
  .hire-me {
    font-size: 12px; } }
@media only screen and (min-width: 576px) {
  .hire-me {
    border: 2px solid;
    border-color: rgba(30, 0, 105, 0.3);
    height: 50px;
    width: auto;
    font-size: 14px; } }
@media screen and (min-width: 768px) {
  .hire-me {
    border: 2px solid;
    border-color: rgba(30, 0, 105, 0.3);
    height: 50px;
    width: auto;
    font-size: 14px; } }
@media screen and (min-width: 992px) {
  .hire-me {
    border: 4px solid;
    border-color: #1e0069;
    height: 40px;
    width: auto;
    font-size: 16px; } }
/* SLIDE 1: HOME */
.typewrite {
  color: black; }

@media only screen and (max-width: 576px) {
  #sld1 .col {
    margin-left: 20px;
    margin-top: 100px; } }
@media only screen and (min-width: 576px) {
  #sld1 .col {
    margin-left: 50px;
    margin-top: 200px; } }
@media screen and (min-width: 768px) {
  #sld1 .col {
    margin-left: 300px;
    margin-top: 200px; } }
@media screen and (min-width: 992px) {
  #sld1 .col {
    margin-left: margin-top; } }
@media screen and (min-width: 1200px) {
  #sld1 .col {
    margin-left: margin-top; } }
/* SLIDE 3: SERVICES */
.panel, .flip {
  
  padding: 5px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3); }

.panel {
  height: auto;
  padding: 30px;
  display: none; }

.flip {
  border-top: solid 3px #1e0069;
  border-bottom: solid 3px #1e0069;
  background-color: transparent; }

@media only screen and (max-width: 576px) {
  #sld3 .container {
    position: relative;
    margin-top: 50px; }

  .flip b {
    font-size: 18px; }

  .panel h2 {
    font-size: 16px; }

  .panel h3 {
    font-size: 14px; } }
@media only screen and (min-width: 576px) {
  #sld3 .container {
    position: relative;
    margin-top: 120px;
    margin-bottom: -120px; }

  .flip b {
    font-size: 22px;
    letter-spacing: 2px; }

  .panel h2 {
    font-size: 18px; }

  .panel h3 {
    font-size: 16px; } }
@media screen and (min-width: 768px) {
  #sld3 .container {
    position: relative;
    margin-top: 120px;
    margin-bottom: -120px;
    padding-left: 100px;
    padding-right: 100px; } }
@media screen and (min-width: 992px) {
  .flip b {
    font-size: 22px;
    letter-spacing: 2px; }

  .panel h2 {
    font-size: 20px; }

  .panel h3 {
    font-size: 18px; } }
/* SLIDE 4: WORKS */
.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden; }

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }

.card:hover .image {
  opacity: 0.3; }

.card:hover .middle {
  opacity: 1; }

.fa-search:hover {
  transition-duration: 0.4s;
  transition-timing-function: ease;
  color: #1e0069;
  position: relative;
  font-size: 35px; }

.fa-external-link-alt:hover {
  transition-duration: 0.4s;
  transition-timing-function: ease;
  color: red;
  position: relative; }

@media screen and (max-width: 576px) {
  .modal-lg {
    
    position: relative;
    margin-top: 40px !important;
    margin-left: 20px !important;
  }
}
@media screen and (min-width: 576px) {
  #sld4 .card-columns {
    column-count: 2;
    position: relative;
    margin-top: 80px; }

  .modal-lg {
    max-width: 90% !important;
    position: relative;
    margin: auto;
    margin-top: 30px;
    display: block; } }
@media screen and (min-width: 768px) {
  #sld4 .card-columns {
    column-count: 1;
    padding: 50px;
    position: relative;
    margin-top: 20px; }

  .modal-lg {
    max-width: 90% !important;
    position: relative;
    margin: auto;
    margin-top: 40px;
    display: block; } }
@media screen and (min-width: 992px) {
  #sld4 .card-columns {
    column-count: 3;
    position: relative;
    margin-top: 20px; }

  .modal-lg {
    max-width: 70% !important;
    position: relative;
    margin: auto;
    margin-top: 30px;
    display: block; } }
@media screen and (min-width: 1200px) {
  .modal-lg {
    max-width: 70% !important;
    position: relative;
    margin: auto;
    margin-top: 30px;
    display: block; } }
/* -others-*/
small {
  font-size: 14px; }

.scroll {
  min-height: 100%;
  overflow: scroll; }

ul.carousel-indicators li {
  background-color: black; }

.media iframe {
  position: absolute;
  height: auto;
  top: 0px;
  left: 0px; }

/*# sourceMappingURL=style.css.map */
