.header {
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.5);
  height: 56px;
  padding: .5rem; }
  .header .logo {
    float: left;
    padding: 5px 0; }
    .header .logo a {
      display: block; }
      .header .logo a img {
        height: 30px; }
  .header .nav_main .nav-trig {
    display: none;
    cursor: pointer; }
  .header .nav_main .nav {
    justify-content: flex-end; }
    .header .nav_main .nav .nav-item .nav-link {
      color: rgba(0, 0, 0, 0.5);
      font-family: Roboto, sans-serif; }
      .header .nav_main .nav .nav-item .nav-link.active {
        color: #E89621; }
  .header.home {
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    box-shadow: none; }
    .header.home .logo {
      display: none; }
    .header.home .nav_main .nav-trig svg {
      fill: #fff; }
    .header.home .nav .nav-item .nav-link {
      color: #fff;
      font-weight: 300; }

body.open {
  overflow: hidden; }
  body.open .header {
    background: #fff; }
    body.open .header .logo {
      display: block; }
    body.open .header .nav_main .nav-item {
      margin: 2rem 0; }
      body.open .header .nav_main .nav-item .nav-link {
        color: #fff;
        text-align: center;
        font-size: 24pt;
        font-weight: 300; }

@media (max-width: 767.98px) {
  .header .nav_main .nav-trig {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    padding: 9px 3px 0 3px; }
    .header .nav_main .nav-trig svg {
      fill: rgba(0, 0, 0, 0.5); }
  .header .nav_main .nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 55px;
    background: linear-gradient(135deg, #00B0D1 0%, #0880CB 100%);
    height: 100vh;
    z-index: 1; }
    .header .nav_main .nav .nav-item .nav-link {
      padding: .7rem 1rem; }
  .header .logo a img {
    height: 24px; }

  body.open .header .nav_main .nav-trig {
    background-image: url("../../svg/close.svg");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2; }
    body.open .header .nav_main .nav-trig svg {
      display: none; }
  body.open .header .nav_main .nav {
    display: block; } }
body {
  font-family: Roboto, sans-serif; }

p {
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 300; }

h1 {
  font-size: 57px; }

.section-title {
  margin: 3rem 8rem 5rem; }
  .section-title h2 {
    font-size: 48px; }
  .section-title h3 {
    font-size: 32px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5); }
  .section-title h5 {
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 24px; }
  .section-title p {
    margin-top: 1rem; }
  .section-title .icon {
    margin-bottom: 2rem; }
    .section-title .icon img {
      width: 120px; }

.btn-primary {
  background: linear-gradient(135deg, #FCD200 0%, #FF8900 100%);
  box-shadow: 0 4px 8px 0 rgba(137, 74, 0, 0.2);
  border: #f5a94c solid 1px;
  border-radius: 2rem !important;
  width: 200px;
  height: 40px;
  font-size: 17px; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: linear-gradient(35deg, #ddc23d 0%, #FF8900 100%);
    border: #f5a94c solid 1px; }

.btn-secondary {
  background: linear-gradient(135deg, #00d5d7 0%, #00b0d1 100%);
  box-shadow: 0 4px 8px 0 rgba(137, 74, 0, 0.2);
  border: #5cdbe6 solid 1px;
  border-radius: 2rem !important;
  width: 200px;
  height: 40px;
  font-size: 17px; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background: linear-gradient(35deg, #00b0d1 0%, #00d5d7 100%) !important;
    border: #5cdbe6 solid 1px !important; }

.shadow {
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.5); }

@media (max-width: 991.98px) {
  .section-title {
    margin: 2rem 0rem 3rem; }
    .section-title h2 {
      font-size: 36px; }
    .section-title .icon img {
      width: 100px; } }
@media (max-width: 767.98px) {
  h1 {
    font-size: 42px; }

  p {
    font-size: 15px; }

  .section-title h5 {
    font-size: 17px;
    line-height: 24px; }
  .section-title h3 {
    font-size: 24px; }
  .section-title h2 {
    font-size: 36px;
    line-height: 40px; }
  .section-title .icon img {
    width: 60px; }

  .shadow .section-title h5 {
    color: rgba(0, 0, 0, 0.5); }
  .shadow .section-title h2 {
    color: rgba(0, 0, 0, 0.7); } }
.intro {
  text-align: center;
  padding: 3rem;
  background-size: cover;
  color: #fff; }
  .intro.vanguard {
    background-image: url(../../assets/photos/vanguard_hero@2x.jpg); }
  .intro img {
    max-width: 200px; }

.technical {
  text-align: center;
  padding: 3rem; }
  .technical .platforms {
    padding: 0;
    list-style: none;
    margin: 0 auto;
    width: 500px; }
    .technical .platforms li {
      float: left;
      width: calc(100%/3); }
      .technical .platforms li img {
        max-width: 100%;
        width: 120px; }

.section {
  padding: 3rem 0 1rem;
  text-align: center; }

.background {
  background-image: url(../../assets/photos/vanguard_bg@2x.jpg);
  background-size: cover;
  text-align: center;
  padding-top: 3rem;
  background-attachment: fixed;
  background-position: top;
  padding-bottom: 1rem;
  color: #fff; }

.work {
  background-image: url(../../assets/photos/vanguard_work@2x.jpg);
  background-size: cover;
  text-align: center;
  padding-top: 3rem;
  background-attachment: fixed;
  padding-bottom: 1rem;
  color: #fff; }

.result {
  background-image: url(../../assets/photos/vanguard_result@2x.jpg);
  background-size: cover;
  text-align: center;
  padding-top: 3rem;
  background-attachment: fixed;
  padding-bottom: 1rem;
  color: #fff; }

.portfolio {
  text-align: center;
  padding-top: 3rem; }
  .portfolio .portfolio-item > div {
    margin-bottom: 30px; }
  .portfolio .image-cover {
    background-size: cover;
    padding: 4rem 2rem;
    height: 100%; }
    .portfolio .image-cover img {
      width: 200px; }
    .portfolio .image-cover.joseph {
      background-image: url("../../assets/photos/joseph_hero@2x.jpg"); }
    .portfolio .image-cover.vanguard {
      background-image: url("../../assets/photos/vanguard_hero@2x.jpg"); }
    .portfolio .image-cover.gms {
      background-image: url("../../assets/photos/gms_hero@2x.jpg"); }
    .portfolio .image-cover.computex {
      background-image: url("../../assets/photos/computex_hero@2x.jpg"); }
    .portfolio .image-cover.paulreed {
      background-image: url("../../assets/photos/paulreed_bg@2x.jpg"); }

@media (max-width: 991.98px) {
  .portfolio .image-cover img {
    width: 130px; } }
@media (max-width: 767.98px) {
  .technical .platforms {
    width: auto; }

  .portfolio {
    padding-top: 1rem; }
    .portfolio .portfolio-item > div {
      margin-bottom: 15px; }

  .section {
    padding: 1rem 0 .1rem; } }
.footer {
  background: linear-gradient(to right, #00AFD1, #0881CB);
  text-align: center;
  padding: 3rem 0;
  color: #fff;
  font-family: Roboto, sans-serif; }
  .footer .icon {
    margin-bottom: 1rem; }
    .footer .icon img {
      height: 40px;
      opacity: .5; }
  .footer p {
    font-size: .9rem;
    margin: 0; }
  .footer .br:after {
    content: "";
    position: absolute;
    width: 1px;
    right: -1px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    background: #8acbec; }

@media (max-width: 767.98px) {
  .footer {
    padding: 1rem 0; }
    .footer .br:after {
      display: none; }
    .footer p {
      margin-bottom: .6rem;
      display: inline-block;
      margin-top: .6rem; }
    .footer .icon {
      display: inline; }
      .footer .icon img {
        max-width: 24px;
        max-height: 24px; } }

/*# sourceMappingURL=portfolio_detail.css.map */
