/* 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-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 32em;
  align-items: center;
  justify-content: center;
  z-index: -1; }

/* ----- */
/* BODY */
/* ----- */
section#portfolio {
  text-align: center;
  padding-top: 5em;
  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 h1 {
    font-size: 2.5em;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    margin: 0 0 0.75em; }
  section#portfolio h1 + p {
    width: 100%;
    max-width: 18em;
    margin: 0 auto;
    font-size: 1.3em; }
  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 p {
    font-size: 1.2em; }
  section#portfolio div.row:first-of-type {
    margin-top: 7em; }
  section#portfolio div.row p {
    font-weight: 700; }
  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; }
  section#portfolio figure {
    margin: 1em 0; }
    section#portfolio figure img {
      height: 9em;
      width: auto;
      margin-bottom: 0.5em; }

@media screen and (min-width: 768px) {
  section#portfolio h1 {
    font-size: 4em;
    letter-spacing: 0.35em; }
  section#portfolio h1 + p {
    width: 75%;
    max-width: 20em;
    font-size: 1.6em; }
  section#portfolio div.row {
    display: flex; }
    section#portfolio div.row p {
      font-size: 1.7em; } }
/* ----- */
/* TAGS */
/* ----- */
section#tags {
  text-align: center;
  margin-bottom: 6em; }
  section#tags h2 {
    font-size: 2em;
    color: #282E2C;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin: 0; }
    section#tags h2 + hr {
      width: 7em;
      border-top: 8px solid #D1DD28;
      margin: 1em auto 4em; }
  section#tags ul {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    list-style-type: none;
    max-width: 25em;
    text-transform: lowercase; }
    section#tags ul li {
      display: inline-block;
      margin-left: 0;
      text-indent: 0;
      font-size: 1.5em; }
      section#tags ul li:not(:last-of-type):after {
        content: '\2022';
        margin: 0 0.6em 0 1em; }

@media screen and (min-width: 768px) {
  section#tags h2 {
    font-size: 2.5em;
    letter-spacing: 0.4em; }
  section#tags h2 + hr {
    border-width: 10px;
    margin-bottom: 4em; } }
/* ----- */
/* NEXT */
/* ----- */
@keyframes arrow {
  0% {
    left: 0; }
  50% {
    left: 5px; }
  100% {
    left: 0; } }
section#next {
  background-color: #C5E3DB;
  padding-top: 4em !important;
  padding-bottom: 10em;
  text-align: center;
  overflow: hidden;
  position: relative; }
  section#next:hover div#background {
    background-position: center 8em;
    opacity: 0.6; }
  section#next a {
    position: relative;
    z-index: 2;
    color: #282E2C;
    cursor: pointer;
    text-decoration: none;
    text-transform: none;
    font-size: 2.2em;
    letter-spacing: 0.05em;
    transition: all ease-in-out 0.2s; }
    section#next a span {
      position: relative;
      margin-left: 0.5em; }
    section#next a:hover {
      color: #3A6A7D; }
      section#next a:hover span {
        animation-name: arrow;
        animation-duration: 0.9s;
        animation-iteration-count: infinite; }
  section#next div#background {
    width: 100%;
    height: 100%;
    opacity: 0.3;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 18em;
    background-position: center 10em;
    transition: all ease-in-out 0.3s; }

@media screen and (min-width: 768px) {
  section#next div#background {
    background-size: auto; } }
/* ----- */
/* HERO SECTION */
/* ----- */
section#hero {
  background-image: url(../../portfolio/CiarlettasHair/img/header.jpg); }

/* ----- */
/* NEXT */
/* ----- */
section#next div#background {
  background-image: url(../../portfolio/CiarlettasHair/img/nextProject.png); }

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