::selection {
  background: #2B3748;
  color: white; }

body {
  background: white; }

.no-margin, .full, #project .project-list {
  margin: 0px !important; }

.no-padding, .full, #project .project-list {
  padding: 0px !important; }

.noselect, br {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.navbar-fixed nav {
  margin-top: 40px;
  background: transparent;
  box-shadow: none !important;
  transition: 0.5s;
  height: 80px !important;
  line-height: 80px !important; }
  .navbar-fixed nav.scrollable {
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.95);
    color: red !important;
    box-shadow: 0 2px 30px -10px rgba(17, 17, 17, 0.25) !important; }
    .navbar-fixed nav.scrollable .brand-logo, .navbar-fixed nav.scrollable .sidenav-trigger, .navbar-fixed nav.scrollable #nav-mobile li a {
      color: #2B3748 !important; }
    .navbar-fixed nav.scrollable .brand-logo img {
      filter: brightness(1); }
    .navbar-fixed nav.scrollable #nav-mobile li a:hover {
      background: rgba(0, 0, 0, 0.1); }
.navbar-fixed .sidenav-trigger {
  cursor: pointer;
  line-height: 80px;
  transition: 0.2s; }
  .navbar-fixed .sidenav-trigger:hover {
    opacity: 0.75; }
  .navbar-fixed .sidenav-trigger i {
    font-size: 18px; }
.navbar-fixed .brand-logo {
  font-family: "Helvetica", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase; }
  .navbar-fixed .brand-logo img {
    height: 80px !important;
    width: auto !important;
    padding: 20px 0px;
    filter: brightness(0) invert(1);
    transition: 0.5s; }
    .navbar-fixed .brand-logo img:hover {
      filter: brightness(1); }
.navbar-fixed #nav-mobile li {
  line-height: 80px; }
  .navbar-fixed #nav-mobile li a {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px 20px; }
    .navbar-fixed #nav-mobile li a:hover {
      background: rgba(255, 255, 255, 0.1); }
    .navbar-fixed #nav-mobile li a i {
      font-size: 16px;
      font-weight: 400; }

.sidenav {
  background: rgba(255, 255, 255, 0.95); }

#header {
  background-image: url("../img/header-bg.jpg");
  background-size: cover;
  background-position: left;
  height: 100vh;
  position: relative; }
  #header .intro-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table; }
    #header .intro-wrapper .intro {
      display: table-cell;
      vertical-align: middle; }
      #header .intro-wrapper .intro .primary {
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 28px;
        letter-spacing: 1.5px;
        color: #f15f22; }
      #header .intro-wrapper .intro .secondary {
        font-family: "Poppins", sans-serif;
        font-size: 40px;
        font-weight: 600;
        line-height: 52px;
        letter-spacing: -1.5px;
        color: white;
        padding: 0 28%; }
      #header .intro-wrapper .intro .button {
        font-size: 36px;
        color: white;
        cursor: pointer;
        transition: 0.2s; }
        #header .intro-wrapper .intro .button:hover {
          opacity: 0.75; }
        #header .intro-wrapper .intro .button i {
          animation-name: floating;
          animation-duration: 1.5s;
          animation-iteration-count: infinite;
          animation-timing-function: ease-in-out; }

#about .title {
  padding-right: 45px; }
  #about .title .primary {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 0px;
    letter-spacing: 1.5px;
    color: #f15f22; }
  #about .title .secondary {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -1.5px;
    color: #2B3748; }
#about .desc {
  padding-left: 45px;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 28px;
  border-left: 1px solid #f15f22; }
  #about .desc .team {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #f15f22; }

#services {
  background: #F4F4F4; }
  #services .service .icon img {
    height: 50px; }
  #services .service .name {
    font-size: 12px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    line-height: 21px;
    text-transform: uppercase;
    color: black; }
  #services .service .desc {
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.6); }

#project {
  margin-top: -150px; }
  #project .project-list {
    position: relative;
    overflow: hidden;
    height: auto; }
    #project .project-list figure {
      position: relative;
      width: 100%;
      height: auto;
      cursor: pointer; }
      #project .project-list figure figcaption {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(43, 55, 72, 0.5);
        opacity: 0;
        transition: 0.7s;
        color: white;
        padding: 30px;
        padding-top: 48.5%; }
        #project .project-list figure figcaption .name {
          font-family: "Poppins", sans-serif;
          font-size: 30px;
          font-weight: 600;
          line-height: 60px; }
        #project .project-list figure figcaption .desc {
          font-family: "Raleway", sans-serif;
          font-size: 16px; }
      #project .project-list figure img {
        display: block;
        width: 100%;
        height: auto;
        transition: 0.7s; }
    #project .project-list:hover figcaption {
      opacity: 1; }
    #project .project-list:hover img {
      transform: scale(1.1); }

#footer {
  background: #2B3748; }
  #footer #footer-top .title {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    line-height: 21px; }
    #footer #footer-top .title::after {
      content: "";
      display: block;
      width: 50px;
      height: 1px;
      margin: 15px 0px;
      background: #f15f22; }
  #footer #footer-top .desc {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    color: rgba(255, 255, 255, 0.95); }
    #footer #footer-top .desc a {
      color: #f15f22 !important;
      width: auto; }
      #footer #footer-top .desc a i {
        padding-left: 5px;
        transition: 0.2s; }
      #footer #footer-top .desc a:hover {
        color: #f39e7b !important; }
        #footer #footer-top .desc a:hover i {
          padding-left: 10px; }
    #footer #footer-top .desc i {
      font-size: 12px;
      padding-right: 15px; }
  #footer #footer-bottom .divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.95);
    opacity: 0.2; }
  #footer #footer-bottom p {
    color: white;
    font-family: "Raleway", sans-serif;
    font-size: 14px; }
    #footer #footer-bottom p a {
      color: #f15f22;
      transition: 0.2s; }
      #footer #footer-bottom p a:hover {
        color: #f39e7b; }

@media screen and (max-width: 992px) {
  .navbar-fixed nav {
    margin-top: 10px; }

  #header .intro-wrapper .intro .secondary {
    padding: 0 15%; }

  #project .project-list figure figcaption {
    padding-top: 50%; }
    #project .project-list figure figcaption .name {
      font-size: 18px;
      line-height: 28px; }
    #project .project-list figure figcaption .desc {
      font-size: 14px; } }
@media screen and (max-width: 600px) {
  #header .intro-wrapper .intro .secondary {
    font-size: 36px;
    padding: 0 5%; }

  #project .project-list figure figcaption {
    padding: 20px;
    padding-top: 48%; }
    #project .project-list figure figcaption .name {
      font-size: 22px;
      line-height: 38px; }
    #project .project-list figure figcaption .desc {
      font-size: 16px; }

  #footer #footer-bottom p {
    text-align: center; } }
@keyframes floating {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0px); } }

/*# sourceMappingURL=styles.css.map */
