/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop

$breakpoint arguement choices:
- phone
- tab-port
- tab-land
- big-desktop

ORDER: Base + typography > general layout + grid > page layout > components

1em = 16px
*/
* {
  margin: 0;
  padding: 0; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  font-size: 62.5%;
  font-family: 'Fira Sans', sans-serif; }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 56.25%; } }
  @media only screen and (max-width: 56.25em) {
    html {
      font-size: 50%; } }
  @media only screen and (min-width: 112.5em) {
    html {
      font-size: 75%; } }
  @media only screen and (max-width: 37.5em) {
    html {
      font-size: 40%; } }

ul {
  list-style: none; }

a {
  text-decoration: none; }

.heading {
  text-transform: uppercase;
  width: 100%; }
  .heading-h1 {
    font-size: 5rem;
    font-weight: 900;
    letter-spacing: 5px; }
    .heading-h1-dark {
      color: #313335; }
  .heading-h2 {
    font-size: 1.8rem; }
    .heading-h2-dark {
      color: #313335; }
    .heading-h2-gold {
      color: rgba(179, 139, 77, 0.93); }
  .heading-h3 {
    font-size: 1.8rem; }
    .heading-h3-dark {
      color: #313335; }
    .heading-h3-gold {
      color: rgba(179, 139, 77, 0.93); }

.paragraph {
  font-size: 1.8rem;
  margin-top: 2rem; }
  .paragraph-dark {
    color: #000000; }

.u-center {
  text-align: center; }

.u-m-t-1 {
  margin-top: 1rem; }

.u-m-t-2 {
  margin-top: 2rem; }

.u-m-t-3 {
  margin-top: 3rem; }

.u-m-b-2 {
  margin-bottom: 2rem; }

.u-text-justify {
  text-justify: justify; }

body {
  display: flex;
  height: 100%;
  flex-wrap: wrap; }

.navigation {
  height: 100%;
  position: fixed;
  left: 0rem;
  top: 0rem;
  width: 25%; }

.sect__home {
  flex: 0 0 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 25%; }

.name--box {
  margin-top: 10rem;
  margin-left: 3rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.aboutme__photo--box {
  display: flex; }

.project__card {
  width: 70%;
  margin: 3rem 0; }

.project__company {
  margin-top: 2rem; }

.sect__thingsILike {
  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-left: 25%; }

.sect__about-sawi__box {
  width: 25%; }

.navigation {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 100;
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.7rem;
  text-transform: uppercase;
  padding: 4rem 3rem; }

.side-bar ul li {
  margin: 4rem; }

.side-bar ul li a {
  color: #000000; }

.btn {
  margin: 2rem 0; }
  .btn-transp-dark {
    color: #313335; }

.btn-seemore-sawi, .btn-seemore-sawi:link, .btn-seemore-sawi:visited {
  margin-top: 1.5rem;
  display: inline-block;
  font-size: 1.6rem;
  color: #420D09;
  padding: 3px;
  border-bottom: solid 2px #420D09;
  transition: all .2s; }

.btn-seemore-sawi:hover {
  color: #FFFFFF;
  border-bottom: solid 2px #FFFFFF;
  background-color: transparent;
  transform: translateY(-3px); }

.btn-seemore-sawi:active, .btn-seemore-sawi:focus {
  transform: translateY(3px); }

.card-sawi {
  perspective: 150rem;
  -moz-perspective: 150rem;
  position: relative;
  height: 100%; }
  .card-sawi__side {
    height: 100%;
    transition: all .8s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15); }
    .card-sawi__side--front {
      background-color: #FFFFFF; }
    .card-sawi__side--back {
      transform: rotateY(180deg); }
      .card-sawi__side--back-2 {
        background-image: linear-gradient(to right bottom, #B99976, #987554); }
      .card-sawi__side--back-3 {
        background-image: linear-gradient(to right bottom, #B99976, #987554); }
      .card-sawi__side--back-4 {
        background-image: linear-gradient(to right bottom, #B99976, #987554); }
  .card-sawi:hover .card-sawi__side--front {
    transform: rotateY(-180deg); }
  .card-sawi:hover .card-sawi__side--back {
    transform: rotateY(0); }
  .card-sawi__picture {
    background-size: cover;
    height: 70%;
    background-blend-mode: screen; }
    .card-sawi__picture--2 {
      background-image: linear-gradient(to right bottom, #987554, #420D09), url(../img/coding.jpg); }
    .card-sawi__picture--3 {
      background-image: linear-gradient(to right bottom, #987554, #420D09), url(../img/painting.jpg); }
    .card-sawi__picture--4 {
      background-image: linear-gradient(to right bottom, #987554, #420D09), url(../img/traveling.jpg); }
  .card-sawi__heading {
    font-size: 2.8rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #420D09;
    position: absolute;
    top: 80%;
    width: 100%; }
  .card-sawi__details {
    padding: 3rem; }
    .card-sawi__details ul {
      list-style: none;
      width: 80%;
      margin: 0 auto; }
      @media only screen and (max-width: 75em) {
        .card-sawi__details ul {
          width: 100%; } }
      .card-sawi__details ul li {
        text-align: center;
        font-size: 1.5rem;
        padding: 1rem; }
        .card-sawi__details ul li:not(:last-child) {
          border-bottom: 1px solid #000000; }
  .card-sawi__cta {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center; }

.sect__home {
  z-index: 1;
  background-image: url(../img/home_1.jpg);
  background-size: contain;
  animation: homeBG 8s infinite alternate; }
  @media only screen and (max-width: 75em) {
    .sect__home {
      background-size: cover; } }

.welcome--box {
  height: 35rem;
  width: 35rem;
  border-radius: 50%;
  background-color: rgba(179, 139, 77, 0.93);
  color: #FFFFFF;
  font-size: 3rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center; }

.welcome--text {
  width: 60%;
  text-align: center; }

.name_box-main {
  font-size: 5rem; }

.aboutme--box {
  z-index: 1000;
  background-color: #FFFFFF;
  margin-left: 4rem;
  padding: 3rem;
  width: 40%;
  border-radius: 4px;
  background-size: 100px; }
  .aboutme--box--imgs {
    margin-left: 0;
    padding: 0;
    width: 100%;
    height: 25rem; }
    .aboutme--box--imgs-1 {
      animation: aboutMeShow-1 30s infinite;
      background-repeat: no-repeat;
      background-size: 100% 100%; }
    .aboutme--box--imgs-2 {
      animation: aboutMeShow-2 10s infinite;
      background-size: 100% 100%; }

.sect__havedone {
  flex: 1 1 100%;
  flex-wrap: wrap; }

.project__detail {
  font-size: 1.5rem;
  color: #313335; }

.project__company {
  color: #313335; }

.project__img {
  width: 50%; }

.project__img--content {
  width: 100%; }

.sect__thingsILike {
  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 5rem 0;
  padding-left: 25%;
  background-image: url(../img/sawi-about-2.jpg); }
  .sect__thingsILike__box {
    flex: 0 1 20%;
    height: 35rem;
    font-size: 3rem;
    color: #000000;
    border-radius: 3px;
    margin: 4rem 2rem;
    padding: 0 2rem;
    text-align: center; }
    .sect__thingsILike__box--1 {
      display: flex;
      flex-direction: column;
      justify-content: center; }
    @media only screen and (max-width: 37.5em) {
      .sect__thingsILike__box--1, .sect__thingsILike__box--2, .sect__thingsILike__box--3, .sect__thingsILike__box--4 {
        flex: 0 1 100%; } }
    .sect__thingsILike__box--1 {
      background-color: #987554; }

.wrapper {
  flex: 1 1 100%;
  height: 100vh;
  overflow-x: hidden;
  perspective: 2px; }

.section {
  padding: 10rem 0;
  padding-left: 25%;
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center; }

.parallax::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateZ(-1px) scale(1.5);
  background-size: 100%;
  z-index: -1; }

.static {
  background: #FFFFFF; }

.bg--1::after {
  background-image: url("../img/sect_aboutme_1.jpg"); }

.bg--2::after {
  background-image: url("../img/sawi-things.jpg"); }

@keyframes homeBG {
  0% {
    background-image: url(../img/home_3.jpg); }
  50% {
    background-image: url(../img/home_2.jpg); }
  100% {
    background-image: url(../img/home_1.jpg); } }

@keyframes aboutMeShow-1 {
  0% {
    background-image: url(../img/home_1.jpg); }
  100% {
    background-image: url(../img/home_2.jpg); } }

@keyframes aboutMeShow-2 {
  0% {
    background-image: url(../img/front-end-developer.jpg); }
  100% {
    background-image: url(../img/wildcodeschoollogo.png); } }
