@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/* ==================== Animation
========================== */
@-webkit-keyframes down {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes down {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

/* ==================== Typography ========================== */
body {
  font-family: 'Lato', sans-serif;
}

p {
  line-height: 2rem;
  letter-spacing: 1.5px;
}

.home_section p {
  font-size: 2.5rem;
  line-height: 4rem;
}

h2 {
  font-size: 2rem;
  margin-bottom: .5rem;
}

.project_section p:nth-of-type(1) {
  font-size: 1.25rem;
  margin-top: 0;
}

a {
  text-decoration: none;
}

.eb_points li {
  line-height: 2rem;
  letter-spacing: 1.5px;
}

/* ===== Medium Screen ===== */
/* ==================== Navigation ========================== */
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 4rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
}

/* ==== Logo ====*/
.name {
  font-size: 1.25rem;
  font-family: 'Raleway', sans-serif;
  letter-spacing: .25rem;
  margin-left: 2rem;
  margin-top: 1.25rem;
}

/* ==== List ====*/
header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr .75fr;
      grid-template-columns: 1fr .75fr;
}

.navigation {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 2rem;
}

.navList {
  padding-left: 0;
  margin-left: 1rem;
}

.navigation ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

a {
  text-decoration: none;
  color: black;
}

/* ==== Hover ==== */
.navigation li:after,
footer li:after {
  content: "";
  bottom: 0;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #000000;
  -webkit-transition: ease 0s, left 0.3s ease 0s;
  transition: ease 0s, left 0.3s ease 0s;
}

.navigation li,
footer li {
  position: relative;
}

.navigation li a,
footer li a {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 4px;
}

.navigation li:hover:after,
footer li:hover:after {
  width: 100%;
  left: 0;
}

.navigation li a:hover,
footer li a:hover {
  font-weight: bold;
}

/* ==== Shadow on scroll ==== */
.shadow {
  -webkit-box-shadow: 3px 3px 7px #e0e0e0;
          box-shadow: 3px 3px 7px #e0e0e0;
  width: 100%;
}

/* ===== Responsive menu ===== */
@media (min-width: 850px) {
  header {
    -ms-grid-columns: 1fr .25fr;
        grid-template-columns: 1fr .25fr;
  }
}

/* ==================== Home Page ========================== */
.home_section, .project_heading, .project_details {
  padding: 3rem;
}

.home .home_section {
  background-color: #f0f0f0;
}

.fa-chevron-down {
  display: none;
}

/* Arrow animation */
.down {
  -webkit-animation: down 2s infinite;
          animation: down 2s infinite;
}

/* ==================== Projects ======================== */
.project_outer {
  display: -ms-grid;
  display: grid;
}

.project_heading {
  padding-bottom: .5rem;
}

.project_image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.project_section a {
  letter-spacing: 3px;
  color: #8d8d8d;
  font-weight: bold;
}

.project_section a:hover {
  color: black;
}

@media (min-width: 350px) and (max-width: 849px) {
  .project_outer:nth-of-type(odd) .project_image {
    padding-right: 10%;
  }
  .project_outer:nth-of-type(even) .project_image {
    padding-left: 10%;
  }
  .project_details {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

i {
  font-size: 1.25rem;
  padding-left: .5rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

/* ==== Medium screen ==== */
@media (min-width: 850px) {
  .inner_home_section {
    padding: 3rem 6rem;
    padding-bottom: 0;
  }
  .fa-chevron-down {
    display: inline-block;
    font-size: 3rem;
    padding: 3rem 50%;
  }
  .project_outer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-column-gap: 1rem;
    margin-top: 10rem;
  }
  .project_heading {
    grid-column: span 2;
    padding-top: 0;
    padding-bottom: 0;
  }
  .project_details {
    padding-top: 0;
  }
  .project_outer:nth-of-type(odd) .project_image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    grid-row: span 2;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .project_outer:nth-of-type(odd) .project_details {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .project_outer:nth-of-type(odd) .project_heading {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .project_outer:nth-of-type(even) .project_image {
    grid-row: span 2;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .project_outer:nth-of-type(even) .project_details {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .project_outer:nth-of-type(even) .project_heading {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}

@media (min-width: 1250px) {
  .fa-chevron-down {
    display: inline-block;
    font-size: 3rem;
    padding: 1rem 50%;
    padding-top: 5rem;
  }
}

/* ==================== About ========================== */
.about {
  padding: 3rem;
  padding-top: 3rem;
}

.about h3 {
  margin-top: 1rem;
}

/* ==== Social Link ====*/
.about_me_image {
  position: relative;
}

.social_links {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: #ffffff9c;
  padding: .5rem;
  position: absolute;
  width: 100%;
  bottom: 3px;
}

.fa-linkedin {
  color: #2867B2;
}

.fa-behance-square {
  color: #053eff;
}

.fa-envelope {
  color: #BB001B;
}

.social_links i {
  font-size: 2rem;
}

/* ==== Quote ==== */
.quote {
  border-left: 0.5rem solid #f0f0f0;
  margin: 4rem 1rem;
  quotes: "“" "”" "‘" "’";
  padding: 2rem;
}

.quote::before {
  color: #f0f0f0;
  content: open-quote;
  font-size: 8rem;
  line-height: .5rem;
  vertical-align: -0.4em;
}

.quote p {
  display: inline;
  font-size: 1.75rem;
  color: #8d8d8d;
}

@media (min-width: 850px) {
  .about {
    width: 80%;
    margin: 0 auto;
  }
  .about_container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: .5fr 1fr;
        grid-template-columns: .5fr 1fr;
    grid-column-gap: 2rem;
  }
  .about_me_image {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

/* ==================== Filmate ========================== */
.filmate .home_section {
  background-color: #fde3e7;
}

.filmate h4 {
  text-align: center;
}

.filmate {
  background-color: #fde3e73f;
}

.filmate .home_section {
  background-color: #fde3e7;
}

.filmate .project_nav {
  background-color: #fde3e7;
}

@media (min-width: 350px) and (max-width: 849px) {
  .filmate .project_content {
    margin: 3rem;
  }
  .filmate .home_section {
    padding: 2rem;
  }
  /* ==== Wireframes ==== */
  .filmate .authWireframes_screen,
  .profile_screen {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
  }
  .filmate .authentication,
  .profile {
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 5rem;
  }
  .filmate .authentication {
    grid-column: span 2;
  }
  .profile_screen .profile {
    grid-column: span 2;
  }
  /* ==== Mockups ====*/
  .filmate .mockups {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
  }
  .filmate .mockups .mockup_text {
    grid-column: span 2;
  }
}

@media (min-width: 850px) {
  .filmate .home_section {
    padding: 0;
  }
  .filmate .inner_home_section {
    padding: 0;
  }
  .filmate .inner_home_section .cover {
    width: 50%;
    height: auto;
    margin: auto;
  }
  /* ==== Wireframes ==== */
  .filmate .authentication,
  .profile {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    background-color: #fde3e7;
    padding: 1rem;
  }
  .filmate .authWireframes_screen {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.5fr (1fr)[4];
        grid-template-columns: 0.5fr repeat(4, 1fr);
    grid-gap: 1rem;
    margin-top: 8rem;
  }
  .filmate .authWireframes_screen div:nth-of-type(even) {
    margin-top: 4rem;
  }
  .filmate .authentication,
  .profile {
    font-size: 1.25rem;
  }
  .filmate .profile_screen {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.5fr (1fr)[5];
        grid-template-columns: 0.5fr repeat(5, 1fr);
    grid-gap: 1rem;
    margin-top: 8rem;
  }
  .filmate .profile_screen div:nth-of-type(odd) {
    margin-top: 4rem;
  }
  /* ==== Mockup ==== */
  .filmate .mockups {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: (0.5fr)[5];
        grid-template-rows: repeat(5, 0.5fr);
    grid-gap: 1rem;
    margin-top: 8rem;
  }
  .mockup_text h3 {
    margin-top: 0;
  }
  .mockup1 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
  .mockup2 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3/5;
  }
  .mockup3 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4;
  }
  .mockup4 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3/5;
  }
  .mockup5 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    grid-row: 4/6;
  }
  /* ==== Card ==== */
  .cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    margin: 8rem 0;
  }
  .cards h2 {
    grid-column: span 3;
  }
}

/* ==================== Event Bazaar
========================== */
.eventBazaar {
  background-color: #c5d2f246;
}

.eventBazaar .home_section {
  background-color: #c5d2f2;
}

.eventBazaar .project_nav {
  background-color: #c5d2f2;
}

@media (min-width: 350px) and (max-width: 849px) {
  .eventBazaar .project_content {
    margin: 3rem;
  }
  .eventBazaar .home_section {
    padding: 0;
    margin: 2rem 0;
  }
}

/* ==== List Points ==== */
.eventBazaar li {
  line-height: 2rem;
  letter-spacing: 1.5px;
}

@media (min-width: 850px) {
  .project_content {
    max-width: 800px;
    margin: auto !important;
  }
}

@media (min-width: 1250px) {
  .cover {
    width: 60%;
    height: auto;
    display: block;
    margin: auto;
  }
}

/* ==== Screens ===== */
.redesign_screens p {
  margin-top: 5rem;
}

.screen {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.screen img {
  max-width: 10rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: auto;
}

.old {
  -webkit-box-shadow: 3px 3px 7px #e0e0e0;
          box-shadow: 3px 3px 7px #e0e0e0;
}

/* ==================== Savy Web App ========================== */
.savy .home_section {
  background-color: #def1f1;
  padding: 1rem;
}

.savy {
  background-color: #dff1f142;
}

.savy .project_nav {
  background-color: #def1f1;
}

.mockup_inner h3 {
  margin-top: 1.5rem;
}

h3 {
  margin-top: 6rem;
  font-size: 1.5rem;
}

.wireframes img {
  -webkit-box-shadow: 3px 3px 7px #e0e0e0;
          box-shadow: 3px 3px 7px #e0e0e0;
}

.mockup_inner {
  display: -ms-grid;
  display: grid;
}

.mockup_inner h3 {
  text-align: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (min-width: 350px) and (max-width: 849px) {
  .savy .project_content {
    margin: 3rem;
  }
  .mockup_inner {
    margin-top: 6rem;
  }
  .mockup_inner img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mockup_inner h3 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .stickers img {
    margin: 2rem;
    width: 80%;
    height: auto;
    margin-top: 0;
  }
  .wireframes img {
    margin-top: 1rem;
  }
}

@media (min-width: 850px) {
  /* ==== wireframes ==== */
  .savy .wireframes {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: (0.25fr)[10];
        grid-template-rows: repeat(10, 0.25fr);
    grid-column-gap: 1rem;
  }
  .savy .quiz_main {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row-end: 4;
  }
  .savy .quiz_questions {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
        grid-row-start: 2;
    grid-row-end: 6;
  }
  .savy .quiz_correct {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
        grid-row-start: 6;
    grid-row-end: 8;
  }
  .savy .quiz_result {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
        grid-row-start: 7;
    grid-row-end: 10;
  }
  /* ==== Mockup ==== */
  .savy .mockup_inner {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .savy .mockup_inner {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #def1f1));
    background: linear-gradient(#fff 50%, #def1f1 50%);
    padding: 1rem;
    margin-top: 1rem;
  }
  .savy .mockup_inner img {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .savy .mockup_inner:nth-of-type(even) img {
    -ms-grid-column: 2;
    grid-column: 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .savy .mockup_inner:nth-of-type(odd) img {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .savy .mockup_inner:nth-of-type(odd) h3 {
    -ms-grid-column: 2;
    grid-column: 2;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .savy .mockup_inner:nth-of-type(even) h3 {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .savy.mockup_inner h3 {
    font-size: 2rem;
  }
  /* ==== Stickers ==== */
  .stickers {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
  }
  .stickers img {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 100%;
  }
}

/* ==================== Buddy ========================== */
.buddy .home_section {
  background-color: #ffe0cf;
}

.buddy {
  background-color: rgba(255, 225, 209, 0.26);
}

.buddy .project_nav {
  background-color: #ffe0cf;
}

.buddy .persona img {
  margin-bottom: 3rem;
}

@media (min-width: 350px) and (max-width: 849px) {
  .buddy .project_content {
    margin: 3rem;
  }
}

@media (min-width: 850px) {
  .buddy .wireframes {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
  }
  .buddy .wireframes h3 {
    text-align: center;
  }
  .buddy .persona {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

/* ==== Footer ====*/
footer {
  width: 100%;
  margin: auto;
  background-color: #f0f0f0;
  text-align: center;
  padding: 1rem 0;
  margin-top: 2rem;
}

footer ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}

footer ul li {
  text-align: center;
  padding: 0 .5rem;
}

footer ul li:hover {
  text-decoration: underline;
}

.project_nav {
  margin-top: 5rem;
  font-size: 1.5rem;
  width: 100%;
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: 1.5px;
  padding: 2rem 0;
}

.project_nav p {
  text-align: center;
  font-size: 1rem;
}

.project_nav a {
  display: block;
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 4px;
}

.project_nav a:hover {
  color: #8d8d8d !important;
}

.project_nav i {
  font-size: 2rem;
  padding-top: 1.75rem;
}

/* ==================== Responsive Image ========================== */
img {
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=style.css.map */