/* COLORS */
/* FONT WEIGHTS */
/* ELEMENTS */
* {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

a:active, a:focus {
  text-decoration: none; }

body {
  opacity: 0; }

h1 {
  font-size: 4em; }

p {
  font-size: 1.3em; }

section {
  width: 100%;
  background-color: #fff; }

/* HELPER CLASSES */
.flex {
  display: flex; }

.pad {
  padding-left: 5%;
  padding-right: 5%; }

.row {
  width: 100%;
  margin: 0; }

@media screen and (min-width: 768px) {
  .pad {
    padding-left: 10%;
    padding-right: 10%; }

  .row {
    margin-left: -15px;
    margin-right: -15px; } }
#nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all ease-in-out 0.5s; }

.color {
  background-color: #282c2a !important; }

nav {
  width: 100%;
  padding: 1em 5%;
  font-size: 1.5em; }
  nav ul {
    list-style-type: none;
    margin: 0; }
    nav ul li {
      display: inline-block;
      width: 25%; }
      nav ul li a {
        display: inline-block;
        color: #fff;
        -webkit-transition: color ease-in-out 0.3s;
        transition: color ease-in-out 0.3s; }
      nav ul li a:focus {
        color: #fff; }
      nav ul li a:hover, nav ul li a:active {
        text-decoration: none;
        color: #D1DD28; }
      nav ul li.logo {
        width: 1em;
        float: left;
        opacity: 0;
        margin-top: -0.6em; }
        nav ul li.logo img {
          width: 1.5em; }
    nav ul li#menu {
      position: relative;
      float: right;
      text-align: right;
      font-size: 1.4em;
      padding-top: 0%;
      margin-top: -0.5em;
      margin-bottom: 0.1em; }

ul#nav-xs {
  background-color: #282E2C;
  margin: 0;
  text-align: center;
  height: 11.18em;
  position: relative;
  z-index: 999;
  display: none; }
  ul#nav-xs li a {
    display: block;
    font-size: 1.5em;
    padding: 0.5em;
    border-bottom: 1px solid #1C201F;
    text-decoration: none;
    color: #fff;
    -webkittransition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s; }
  ul#nav-xs li a:hover {
    color: #D1DD28;
    font-size: 1.6em;
    box-shadow: 0 0 5px 0 #000; }

.zoomOut {
  -webkit-transform: scale(0) !important;
  transform: scale(0) !important;
  -webkit-transition: transform ease-in-out 0.4s;
  transition: transform ease-in-out 0.4s; }

.zoomIn {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  -webkit-transition: transform ease-in-out 0.4s;
  transition: transform ease-in-out 0.4s; }

span.fa-close {
  position: absolute;
  top: 0.13em;
  right: 0.04em;
  -webkit-transform: scale(0);
  transform: scale(0); }

@media screen and (min-width: 768px) {
  nav {
    padding: 0.75em 10%; }

  nav ul li.logo {
    float: right;
    margin-top: 0; } }
/* ----- */
/* FOOTER */
/* ----- */
section#footer {
  background-color: #282E2C;
  color: #fff;
  text-align: center;
  padding-top: 4em;
  padding-bottom: 2em; }
  section#footer .row {
    display: block;
    align-items: center;
    margin-left: 0;
    margin-right: 0; }
    section#footer .row div {
      margin-bottom: 3em; }
  section#footer a {
    color: #fff; }
  section#footer img {
    width: 4em; }
  section#footer p {
    margin-bottom: 0;
    font-size: 1.2em; }
    section#footer p#copyright {
      font-size: 0.9em;
      color: #535856; }
    section#footer p span {
      margin-right: 0.4em;
      position: relative; }
      section#footer p span.fa-envelope {
        font-size: 1.3em;
        top: 0.1em; }
      section#footer p span.fa-mobile {
        font-size: 2em;
        margin-right: 0.3em;
        top: 0.15em; }
  section#footer ul {
    list-style-type: none;
    font-size: 2em;
    margin-bottom: 3em; }
    section#footer ul li {
      display: inline; }
      section#footer ul li a {
        cursor: pointer;
        color: #535856;
        transition: color ease-in-out 0.2s; }
        section#footer ul li a:hover {
          color: #fff; }
      section#footer ul li:not(:last-of-type) {
        margin-right: 2em; }

@media screen and (min-width: 768px) {
  section#footer {
    padding-top: 9em;
    padding-bottom: 1em; }
    section#footer img {
      width: 6em; }
    section#footer .row {
      display: flex;
      margin-bottom: 2em; }
      section#footer .row div {
        margin-bottom: 0 !important; }
    section#footer ul {
      margin-bottom: 2em; } }
/* ----- */
/* HERO SECTION */
/* ----- */
section#hero {
  top: 0;
  left: 0;
  background-color: #3A6A7D;
  background-image: url(../img/headers/portfolio.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 32em;
  align-items: center;
  justify-content: center;
  z-index: -1; }
  section#hero h1 {
    text-transform: uppercase;
    font-size: 2.5em;
    letter-spacing: 0.25em; }

@media screen and (min-width: 768px) {
  section#hero h1 {
    font-size: 4em;
    letter-spacing: 0.5em; } }
/* ----- */
/* BODY */
/* ----- */
section#portfolio {
  text-align: center;
  padding-top: 10em;
  padding-bottom: 10em; }
  section#portfolio a {
    display: inline-block;
    border: 2px solid #535856;
    color: #535856;
    font-size: 1.3em;
    padding: 0.5em 0.6em;
    margin-top: 0.5em;
    transition: all ease-in-out 0.3s; }
    section#portfolio a:hover {
      text-decoration: none;
      color: #D1DD28;
      border-color: #D1DD28; }
  section#portfolio h2 {
    font-size: 1.4em;
    font-weight: 700;
    color: #3A6A7D;
    margin: 0 0 0.7em; }
  section#portfolio img {
    width: 100%;
    max-width: 500px; }
    section#portfolio img.portfolio-award {
      width: 4em; }
  section#portfolio p {
    font-size: 1.2em; }
  section#portfolio div.row:not(:last-of-type) {
    margin-bottom: 10em; }
  section#portfolio div.row div:first-of-type {
    margin-bottom: 2em; }
  section#portfolio div:not(.row).flex {
    flex-direction: column;
    align-items: center;
    justify-content: center; }

@media screen and (min-width: 768px) {
  section#portfolio div.row {
    display: flex; } }

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