/* prettier-ignore */
/*-----------------------------------------------
|   Navigation 
------------------------------------------------*/
/*-----------------------------------------------
|   Navbar Brand 
------------------------------------------------*/
/*# sourceMappingURL=user.css.map */

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.navbar-toggle-logo {
    display: none;
}

.btn-follow {
    width: 25%;
    margin: auto;
    border: none;
}

.item-demo {
    margin: 5px;
    background-color: #1c1c1c;
}

.demo-boxes {
    margin: 3rem auto;
}

.homepage-search {
    width: 60%;
}

.primary.btn-danger {
    background-color: #df2176;
    width: 40%;
    margin: auto;
}

.btn-danger:hover {
    background-color: #df2176;
    opacity: 0.9;
}

.branding-hd {
    color: #4ae;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #FACF6C;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #C3872B;
    outline: 0 none;
}


@media (min-width: 992px) {

    .navbar-toggle-logo {
        display: inline-block;
    }

    .fancynavbar.fancynavbar-expand-lg.fancynavbar-top .fancynavbar-togglerbar {
        height: 4em;
    }

    .fancynavbar.fancynavbar-expand-lg.fancynavbar-top .fancynavbar-addon {
        top: 0.81rem;
    }

    .bg-black {
        background-color: #1c1c1c !important;
    }

    .profile-thumb {
        margin-top: 8rem;
    }

    .profile-search {
        width: 30%;
    }

    .profile-media-filter {
        font-family: Arial, Helvetica, sans-serif;
        margin: 0;
        padding: 0;
    }

    .profile-category-list {
        margin-top: 93%;
    }

    .list-group-item-primary {
        background-color: #eaeaea;
        margin: 3px auto;
        padding: 10px;
    }
}
.dark {
  background-color: #1c1c1c!important;
}

#work {
  width: 90%;
  margin: auto;
}

.work-port {
    background-color:#eaeaea;
}

/* main {
    padding: 6rem;
    height: 100%;
    min-height: calc(100vh - 60px);
} */

* {
    box-sizing: border-box;
}

.port {
    height: auto;
    position: relative;
    z-index: 999;
  }

  .lg-heading {
    margin-bottom: 1em;
  }

  span.text-secondary {
    color: #df2176!important;
  }

  .btn-dark {
    font-family: 'Latos', sans-serif;
  }

  a:hover {
    text-decoration: none;
  }

  .svg-inline--fa {
    margin-right: 0.5em;
  }

  * {
    box-sizing: border-box;
}

  .projects {
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block; }

    .projects .item {
      width: 25%;
      position: relative;
      float: left;
      margin: 0 auto;
      padding: 0.5rem; }
    @supports (grid-area: auto) {
      .projects {
        width: auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 0.7rem; }
        .projects .item {
          width: 100%;
          float: none;
          margin: 0;
          padding: 0; } }
    .projects img {
      width: 100%;
      border: 3px #fff solid; }
      .projects img:hover {
        opacity: 0.5;
        border-color: #eece1a;
        transition: all 0.5s ease-out; }
    .projects i {
      padding-right: 0.75rem; }
  
  .btn-dark {
    background: black;
    color: #fff; }
  
  .btn-light {
    background: #c4c4c4;
    color: #333; }
  
  .boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 1rem; }
    @media screen and (max-width: 768px) {
      .boxes {
        margin-top: 10rem; }
        .boxes .sm-mobile {
          display: inline-block; } }
    @media (max-aspect-ratio: 16 / 9) {
      .boxes #video-background {
        width: auto;
        height: 100%;
        background-image: url(../img/background.jpg); } }
    .boxes div {
      font-size: 2rem;
      border: 3px solid white;
      padding: 1.5rem 2.5rem;
      margin-bottom: 3rem;
      transition: all 0.5s ease-out; }
      .boxes div:hover {
        padding: 0.5rem 1.5rem;
        background: #eece1a;
        color: #000; }
        .boxes div:hover span {
          color: #000; }
  
  .btn, .btn-dark, .btn-light {
    display: block;
    padding: 0.5rem 1rem;
    border: 0;
    margin-bottom: 0.3rem; }
    .btn:hover, .btn-dark:hover, .btn-light:hover {
      background: #eece1a;
      color: set-text-color #eece1a; }

      body.lb-disable-scrolling {
        overflow: hidden; }
      
      .lightboxOverlay {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99999999999999;
        background-color: black;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8;
        display: none; }
      
      .lightbox {
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 9999999999;
        text-align: center;
        line-height: 0;
        font-weight: normal; }
      
      .lightbox .lb-image {
        display: block;
        height: auto;
        max-width: inherit;
        max-height: none;
        border-radius: 3px;
        /* Image border */
        border: 4px solid white; }
      
      .lightbox a img {
        border: none; }
      
      .lb-outerContainer {
        position: relative;
        *zoom: 1;
        width: 250px;
        height: 250px;
        margin: 0 auto;
        border-radius: 4px;
        /* Background color behind image.
             This is visible during transitions. */
        background-color: white; }
      
      .lb-outerContainer:after {
        content: "";
        display: table;
        clear: both; }
      
      .lb-loader {
        position: absolute;
        top: 43%;
        left: 0;
        height: 25%;
        width: 100%;
        text-align: center;
        line-height: 0; }
      
      .lb-cancel {
        display: block;
        width: 32px;
        height: 32px;
        margin: 0 auto;
        background: url(../img/loading.gif) no-repeat; }
      
      .lb-nav {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 10; }
      
      .lb-container > .nav {
        left: 0; }
      
      .lb-nav a {
        outline: none;
        background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }
      
      .lb-prev,
      .lb-next {
        height: 100%;
        cursor: pointer;
        display: block; }
      
      .lb-nav a.lb-prev {
        width: 34%;
        left: 0;
        float: left;
        background: url(../img/prev.png) left 48% no-repeat;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -webkit-transition: opacity 0.6s;
        -moz-transition: opacity 0.6s;
        -o-transition: opacity 0.6s;
        transition: opacity 0.6s; }
      
      .lb-nav a.lb-prev:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
      
      .lb-nav a.lb-next {
        width: 64%;
        right: 0;
        float: right;
        background: url(../img/next.png) right 48% no-repeat;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -webkit-transition: opacity 0.6s;
        -moz-transition: opacity 0.6s;
        -o-transition: opacity 0.6s;
        transition: opacity 0.6s; }
      
      .lb-nav a.lb-next:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
      
      .lb-dataContainer {
        margin: 0 auto;
        padding-top: 5px;
        *zoom: 1;
        width: 100%;
        -moz-border-radius-bottomleft: 4px;
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px; }
      
      .lb-dataContainer:after {
        content: "";
        display: table;
        clear: both; }
      
      .lb-data {
        padding: 0 4px;
        color: #ccc; }
      
      .lb-data .lb-details {
        width: 85%;
        float: left;
        text-align: left;
        line-height: 1.1em; }
      
      .lb-data .lb-caption {
        font-size: 13px;
        font-weight: bold;
        line-height: 1em; }
      
      .lb-data .lb-caption a {
        color: #4ae; }
      
      .lb-data .lb-number {
        display: block;
        clear: left;
        padding-bottom: 1em;
        font-size: 12px;
        color: #999999; }
      
      .lb-data .lb-close {
        display: block;
        float: right;
        width: 30px;
        height: 30px;
        background: url(../img/close.png) top right no-repeat;
        text-align: right;
        outline: none;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.7;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        transition: opacity 0.2s; }
      
      .lb-data .lb-close:hover {
        cursor: pointer;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
      
  