@import url("../css/custom-normalize.css");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,400i,600,700&display=swap");
/* Variables */
/* End Variables */
html, body {
  height: 100%;
  overflow: hidden; }

body {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 0px !important;
  background-color: #fff;
  background-repeat: repeat;
  color: #121212;
  user-select: none; }

.offScreen {
  position: fixed;
  top: -1000000px;
  left: -1000000px; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

.inside-padding {
  padding: 0.625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

ul.reset {
  padding: 0;
  margin: 0;
  list-style: none; }

.cf:after {
  content: '';
  display: table;
  clear: both;
  width: 0;
  height: 0; }

::-webkit-scrollbar {
  width: 0px;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */ }

/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
  background: none; }

svg {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

a {
  text-decoration: none;
  color: #0f4ba1; }
  a:hover {
    color: #1b62af; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700; }

/* Main content */
.outer-wrapper {
  display: flex; }
  @media screen and (max-width: 1024px) {
    .outer-wrapper {
      flex-direction: column; } }

.sidebar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 250px;
  max-width: 25%;
  padding: 4rem 0.625rem;
  box-sizing: border-box;
  text-align: center;
  border-right: 1px solid #ddd; }
  @media screen and (max-width: 1024px) {
    .sidebar {
      padding: 2rem 0.625rem;
      height: auto;
      width: 100%;
      max-width: none; }
      .sidebar > .container {
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center; }
      .sidebar .header {
        display: flex;
        align-items: center; } }
  @media screen and (max-width: 640px) {
    .sidebar {
      padding: 1rem 0.625rem; }
      .sidebar > .container {
        flex-direction: column; } }
  .sidebar img {
    width: 80%;
    max-width: 6rem;
    pointer-events: none; }
    @media screen and (max-width: 1024px) {
      .sidebar img {
        width: 100%; } }
    @media screen and (max-width: 640px) {
      .sidebar img {
        width: 4rem; } }
    @media screen and (max-width: 440px) {
      .sidebar img {
        width: 3rem; } }
  .sidebar h1 {
    font-weight: 600;
    font-size: 3rem;
    margin-bottom: 0; }
    .sidebar h1 span {
      font-weight: 300; }
    @media screen and (max-width: 1024px) {
      .sidebar h1 {
        margin: 0 2rem 0 1rem; } }
    @media screen and (max-width: 440px) {
      .sidebar h1 {
        font-size: 2rem;
        margin-right: 1.5rem; } }
  .sidebar h2 {
    font-size: 1rem;
    margin: 0;
    margin-bottom: 1.5rem;
    font-weight: 600; }
    @media screen and (max-width: 1024px) {
      .sidebar h2 {
        margin-bottom: 0; } }
  .sidebar a.fas {
    font-size: 1.25rem;
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 1rem;
    transition: all 0.2s ease-out; }
    .sidebar a.fas:before {
      display: inline-block;
      position: relative;
      transform: translateX(-0.125rem); }
    .sidebar a.fas:hover, .sidebar a.fas:focus {
      border-color: #1b62af; }
  .sidebar .work-filters {
    margin-top: 4rem; }
    @media screen and (max-width: 1024px) {
      .sidebar .work-filters {
        margin-top: 0; } }
    @media screen and (max-width: 640px) {
      .sidebar .work-filters {
        display: flex;
        margin-top: 1rem; } }
    .sidebar .work-filters a {
      display: inline-block;
      padding: 0.625rem 1rem 0.5rem;
      border-radius: 1.3125rem;
      text-transform: lowercase;
      font-size: 0.875rem;
      font-weight: 700;
      background: #0f4ba1;
      border: 1px solid #0f4ba1;
      color: #fff;
      transition: all 0.2s ease-out; }
      @media screen and (max-width: 640px) {
        .sidebar .work-filters a:not(:last-child) {
          margin-right: 1rem; } }
      .sidebar .work-filters a:hover, .sidebar .work-filters a:focus {
        background: #1b62af; }
      .sidebar .work-filters a i {
        margin-left: 0.5em; }
      .sidebar .work-filters a:not(.checked) {
        background: #fff;
        color: #0f4ba1;
        border-color: #ddd; }
        .sidebar .work-filters a:not(.checked):hover, .sidebar .work-filters a:not(.checked):focus {
          border-color: #1b62af; }
      .sidebar .work-filters a[data-filter=".all"] {
        display: block;
        margin-bottom: 0.625rem; }
        @media screen and (max-width: 640px) {
          .sidebar .work-filters a[data-filter=".all"] {
            display: inline-block;
            margin-bottom: 0; } }

.content {
  height: 100vh;
  width: calc(100% - 250px);
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  @media screen and (max-width: 1024px) {
    .content {
      height: calc(100vh - 200px);
      width: 100%; } }
  @media screen and (max-width: 640px) {
    .content {
      height: calc(100vh - 170px); } }
  @media screen and (max-width: 640px) {
    .content {
      height: calc(100vh - 148px); } }
  @media screen and (max-width: 365px) {
    .content {
      height: calc(100vh - 160px); } }
  .content .grid {
    height: 100vh;
    width: 100%;
    overflow: auto; }
    @media screen and (max-width: 1024px) {
      .content .grid {
        height: calc(100vh - 200px); } }
    .content .grid .grid-item {
      min-height: 250px;
      width: 33.33334%;
      box-sizing: border-box;
      padding: 0.625rem; }
      @media screen and (max-width: 1439px) {
        .content .grid .grid-item {
          width: 50%; } }
      @media screen and (max-width: 640px) {
        .content .grid .grid-item {
          width: 100%; } }
      .content .grid .grid-item a.card {
        border-radius: 0.1875rem;
        overflow: hidden;
        box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25);
        position: absolute;
        height: calc(100% - 1.25rem);
        width: calc(100% - 1.25rem);
        background: #0c3b7e;
        z-index: 1; }
        .content .grid .grid-item a.card .background {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: -1;
          transition: all 0.2s ease-out; }
          .content .grid .grid-item a.card .background img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top center; }
        .content .grid .grid-item a.card .title {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          box-sizing: border-box;
          padding: 1rem;
          display: flex;
          justify-content: space-between;
          align-items: center;
          color: #fff;
          background: rgba(15, 75, 161, 0.9);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25); }
          .content .grid .grid-item a.card .title h3 {
            margin: 0;
            font-weight: 600;
            font-size: 1.25rem;
            position: relative;
            transform: translateY(0.125rem);
            text-transform: lowercase; }
        .content .grid .grid-item a.card .expand {
          pointer-events: none;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          color: #fff;
          text-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25);
          font-size: 3rem;
          opacity: 0;
          transition: all 0.2s ease-out; }
        .content .grid .grid-item a.card:hover .background, .content .grid .grid-item a.card:focus .background {
          opacity: 0.25; }
        .content .grid .grid-item a.card:hover .title, .content .grid .grid-item a.card:focus .title {
          background: #1b62af;
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5); }
        .content .grid .grid-item a.card:hover .expand, .content .grid .grid-item a.card:focus .expand {
          opacity: 1;
          transition: all 0.3s ease-out 0.1s; }

.modal {
  -webkit-overflow-scrolling: auto; }
  .modal .iziModal-content {
    border-radius: 0.1875rem;
    overflow: hidden; }
  .modal .modal-header {
    height: 40vh;
    max-height: 500px;
    position: relative;
    z-index: 2; }
    .modal .modal-header .close-modal {
      position: absolute;
      top: 2rem;
      right: 2rem;
      border-radius: 1.5rem;
      border: 2px solid #fff;
      overflow: hidden;
      box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
      margin-left: 1rem; }
      .modal .modal-header .close-modal a {
        background: none;
        border: none;
        font-size: 1.25rem;
        width: 2rem;
        height: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        color: #fff;
        text-align: center;
        padding: 0.625rem;
        background: #0f4ba1;
        transition: all 0.2s ease-out; }
        .modal .modal-header .close-modal a:hover, .modal .modal-header .close-modal a:focus {
          background: #1b62af; }
      @media screen and (max-width: 640px) {
        .modal .modal-header .close-modal a {
          font-size: 1.25rem;
          width: 2rem;
          height: 2rem; } }
    .modal .modal-header .controls {
      position: absolute;
      bottom: -1rem;
      right: 2rem;
      display: flex;
      z-index: 1; }
      .modal .modal-header .controls .view-full {
        border-radius: 1.5rem;
        overflow: hidden;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
        margin-left: 1rem; }
        .modal .modal-header .controls .view-full a {
          background: none;
          border: none;
          font-size: 1.5rem;
          width: 3rem;
          height: 3rem;
          display: flex;
          align-items: center;
          box-sizing: border-box;
          color: #fff;
          text-align: center;
          padding: 0.625rem;
          background: #0f4ba1;
          transition: all 0.2s ease-out; }
          .modal .modal-header .controls .view-full a:hover, .modal .modal-header .controls .view-full a:focus {
            background: #1b62af; }
      .modal .modal-header .controls .arrows {
        width: 10rem;
        display: flex;
        border-radius: 1.375rem;
        overflow: hidden;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25); }
        .modal .modal-header .controls .arrows a {
          background: none;
          border: none;
          font-size: 1.5rem;
          width: 50%;
          box-sizing: border-box;
          color: #fff;
          text-align: center;
          padding: 0.625rem;
          background: #0f4ba1;
          transition: all 0.2s ease-out; }
          .modal .modal-header .controls .arrows a i {
            transition: all 0.2s ease-out; }
          .modal .modal-header .controls .arrows a:first-child {
            border-right: 1px solid #fff; }
          .modal .modal-header .controls .arrows a:hover, .modal .modal-header .controls .arrows a:focus {
            background: #1b62af; }
            .modal .modal-header .controls .arrows a:hover:first-child i, .modal .modal-header .controls .arrows a:focus:first-child i {
              transform: translateX(-0.5rem); }
            .modal .modal-header .controls .arrows a:hover:last-child i, .modal .modal-header .controls .arrows a:focus:last-child i {
              transform: translateX(0.5rem); }
    .modal .modal-header .gradient {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 3rem;
      background: white;
      background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
      background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); }
    .modal .modal-header img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top center;
      position: absolute;
      z-index: -1; }
  .modal .modal-content {
    position: relative;
    z-index: 1;
    padding: 2rem 2rem 0.625rem;
    margin-bottom: 2.75rem; }
    .modal .modal-content .heading {
      display: flex;
      align-items: center; }
      .modal .modal-content .heading h3 {
        font-weight: 400;
        font-size: 2.5rem;
        color: #0f4ba1;
        margin: 1rem 0; }
        @media screen and (max-width: 640px) {
          .modal .modal-content .heading h3 {
            font-size: 1.5rem; } }
      .modal .modal-content .heading a {
        margin-left: 1.5rem;
        font-size: 2rem;
        transform: translateY(-0.25rem); }
    .modal .modal-content p {
      font-weight: 400;
      color: #333;
      font-size: 1.125rem;
      line-height: 1.5rem;
      letter-spacing: -0.025rem; }
      .modal .modal-content p.note {
        position: relative;
        font-size: 1rem;
        color: #555; }
        .modal .modal-content p.note:before {
          content: '\f06a';
          font-weight: 900;
          color: #bb0000;
          font-family: "Font Awesome 5 Free";
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          line-height: 1;
          margin-right: 0.5rem; }
    .modal .modal-content .skills p {
      color: #0f4ba1;
      font-weight: 600; }
    .modal .modal-content .skills ul li {
      display: inline-block;
      color: #fff;
      font-weight: 700;
      font-size: 0.875rem;
      border-radius: 1.3125rem;
      text-transform: lowercase;
      background: #0f4ba1;
      padding: 0.625rem 1rem 0.5rem; }
      @media screen and (max-width: 640px) {
        .modal .modal-content .skills ul li {
          margin: 0.25rem 0; } }
  .modal .modal-footer {
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%; }
    @media screen and (max-width: 640px) {
      .modal .modal-footer {
        display: none; } }
    .modal .modal-footer a {
      background: none;
      border: none;
      font-size: 1.5rem;
      width: 50%;
      box-sizing: border-box;
      color: #fff;
      text-align: center;
      padding: 0.625rem;
      background: #0f4ba1;
      transition: all 0.2s ease-out; }
      .modal .modal-footer a i {
        transition: all 0.2s ease-out; }
      .modal .modal-footer a:first-child {
        border-right: 1px solid #fff; }
      .modal .modal-footer a:hover, .modal .modal-footer a:focus {
        background: #1b62af; }
        .modal .modal-footer a:hover:first-child i, .modal .modal-footer a:focus:first-child i {
          transform: translateX(-0.5rem); }
        .modal .modal-footer a:hover:last-child i, .modal .modal-footer a:focus:last-child i {
          transform: translateX(0.5rem); }

/*# sourceMappingURL=global.css.map */
