/*
Theme Name: patriciagoh.com
Author: Patricia Goh
Author URI: http://patriciagoh.com/
Description: Portfolio theme for patriciagoh.com
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: Notera;
  src: url(../../../fonts/Notera.ttf);
}
h5,
a {
  color: #303030;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

p {
  color: #303030;
  display: inline;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
}

h1 {
  color: #303030;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: normal;
  text-transform: uppercase;
}

h2 {
  color: #C0BEBB;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}

h3 {
  color: #C0BEBB;
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 800;
  line-height: normal;
}

h4 {
  color: #303030;
  font-family: "Notera", cursive;
  font-size: 32px;
  line-height: normal;
}

body {
  height: 100vh;
  width: 100vw;
  background-color: #F7F7FA;
  color: #303030;
}

.container-page-structure {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.2) 0px 30px 60px -30px;
  position: relative;
  width: calc(100% - 100px);
  left: 50px;
}

a[class^=BrandButton] {
  display: none;
}

h2 {
  margin-bottom: 10px;
}

ul {
  color: #303030;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  list-style-type: none;
}

button {
  color: #303030;
  display: inline;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  background: none;
  border: 1px solid #303030;
  border-radius: 4px;
  transition: 200ms ease;
  padding: 6px 80px;
  cursor: pointer;
}

.container-intro {
  display: grid;
  height: calc(100vh - 50px);
  grid-template-columns: 3fr 2fr;
  grid-column-gap: 100px;
}
.container-intro > div {
  margin: 100px;
  padding: 20% 0;
}
.container-intro p {
  margin: 40px 0;
  display: block;
}
.container-intro img {
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  width: 100%;
}

.container-case-study-intro {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.2) 0px 30px 60px -30px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  height: 100vh;
}
.container-case-study-intro > div:first-child {
  margin: 100px;
}
.container-case-study-intro .container-case-study-intro-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.container-case-study-intro .container-case-study-intro-details h1 {
  color: #C0BEBB;
}
.container-case-study-intro + h3 {
  font-size: 200px;
  opacity: 0.2;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100vw - 100px);
  margin: 40px 0;
}

.container-nav {
  align-items: center;
  color: #303030;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 50px;
  padding: 0 50px;
  transition: 200ms ease;
}
.container-nav a:focus,
.container-nav a:hover,
.container-nav .nav-active {
  position: relative;
}
.container-nav a:focus::after,
.container-nav a:hover::after,
.container-nav .nav-active::after {
  display: block;
  content: "";
  border-bottom: 1px solid #303030;
  position: absolute;
  width: 100%;
}
.container-nav .nav-list {
  color: #303030;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: normal;
  text-transform: uppercase;
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 50px;
  justify-self: flex-end;
}
.container-nav .icon-swiggly {
  height: 5px;
}
.container-nav .nav-left-col {
  line-height: normal;
}
.container-nav .nav-left-col:hover::after, .container-nav .nav-left-col:focus::after {
  content: none;
}
.container-nav .mobile-menu-indicator {
  display: none;
}
.container-nav .icon-menu {
  align-items: flex-end;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 50px;
  justify-content: center;
  width: 50px;
}
.container-nav .icon-menu:hover span {
  background-color: #DB423D;
  transition: 200ms ease;
  width: 10px;
}
.container-nav .icon-menu span {
  background-color: #C0BEBB;
  border-radius: 4px;
  display: block;
  height: 2px;
  margin: 2px 0;
  opacity: 1;
  transition: 200ms ease;
  width: 10px;
}
.container-nav .icon-menu span:nth-child(2) {
  width: 15px;
}
.container-nav .icon-menu span:nth-child(3) {
  width: 20px;
}
.container-nav .icon-menu.mobile-menu-opened span:nth-child(1) {
  position: absolute;
  transform: rotate(45deg);
  width: 20px;
}
.container-nav .icon-menu.mobile-menu-opened span:nth-child(2) {
  opacity: 0;
  transition: 200ms ease;
}
.container-nav .icon-menu.mobile-menu-opened span:nth-child(3) {
  position: absolute;
  transform: rotate(-45deg);
  width: 20px;
}

.container-contact {
  margin: 100px;
}
.container-contact > h1 {
  margin-bottom: 60px;
}
.container-contact > div {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.2) 0px 30px 60px -30px;
  border-radius: 8px;
}
.container-contact form {
  color: #303030;
  display: inline;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
}
.container-contact form input {
  color: #303030;
  display: inline;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #C0BEBB;
  color: #303030;
  margin: 0 10px;
}
.container-contact form input:focus {
  border-image: linear-gradient(to right, #6DD400, #F7B500) 1;
  outline: none;
}
.container-contact form input:last-child {
  width: 500px;
}
.container-contact form div {
  margin-left: auto;
  text-align: right;
}
.container-contact form button {
  display: block;
  margin: 30px 0 30px auto;
}

footer {
  margin: 100px;
  margin-bottom: 30px;
  position: relative;
}
footer > div {
  display: flex;
  justify-content: space-between;
}
footer > div:first-child {
  margin-bottom: 70px;
}
footer > div:last-child div {
  text-align: right;
}
footer li {
  margin: 0 0 10px;
}
footer .column-bottom {
  align-items: flex-end;
  padding-bottom: 20px;
}
footer .signature {
  bottom: -35px;
  height: 70px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transition: 200ms ease;
}
footer .signature:hover {
  transform: rotate(200deg);
  transition: 200ms ease;
}
footer .signature path,
footer .signature polygon {
  fill: #303030;
  stroke: #303030;
}
footer .signature g:last-child path {
  fill: #DB423D;
  stroke: #DB423D;
}

@media (max-width: 1000px) {
  .container-nav {
    display: flex;
    justify-content: space-between;
  }
  .container-nav .mobile-menu-indicator {
    display: block;
  }
  .container-nav .mobile-menu-hidden {
    display: none;
  }
  .container-nav #nav-toggle:checked ~ .nav-list {
    transition: 200ms ease;
  }
  .container-nav #nav-toggle:checked ~ .nav-toggle span {
    margin: 0;
  }
  .container-nav .nav-active::after {
    display: none;
  }
  .container-nav .nav-active {
    background: #C0BEBB;
  }
  .container-nav .mobile-menu-shown a::after {
    bottom: 0;
  }
  .mobile-menu-shown {
    background-color: #F7F7FA;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.2) 0px 30px 60px -30px;
    align-items: center;
    display: flex;
    left: 0;
    flex-direction: column;
    position: absolute;
    top: 50px;
    width: 100%;
  }
  .mobile-menu-shown li,
  .mobile-menu-shown li:last-child {
    text-align: center;
    width: 100%;
  }
  .mobile-menu-shown a,
  .mobile-menu-shown a:hover {
    display: block;
    padding: 20px 0;
  }
  .nav-list li {
    margin: 0;
  }
}
@media (max-width: 999px) {
  .mobile-hidden {
    display: none;
  }
  .container-nav {
    padding: 0 30px;
  }
  .container-nav .nav-list {
    display: flex;
  }
  .container-nav .mobile-menu-hidden {
    display: none;
  }
  .page-wrapper {
    margin: 0;
    height: calc(100% - 50px);
    width: 100%;
  }
  .content-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .content-actions {
    flex-direction: column;
    align-items: flex-start;
    padding: 6px 25px;
  }
  .content-actions .action-toggle {
    margin: 15px 0 5px;
  }
  .content-info-wrapper {
    display: block;
    padding: 0;
  }
  .content-sidebar {
    padding: 10px 20px;
  }
  .content-sidebar > span {
    font-size: 26px;
  }
  .content-info {
    padding: 10px 0 0;
  }
  .content-info .react-tabs__tab-list {
    padding: 0 20px;
  }
  .content-group {
    padding: 20px;
    border: 0;
  }
  .content-info {
    border: 0;
  }
  .header-container > div {
    padding: 0;
    margin-top: 30px;
  }
  .header-container .header-reading {
    margin: 10px 0 0;
  }
  .things-to-hide-in-mobile {
    display: none;
  }
  .container-intro {
    display: flex;
    grid-column-gap: 0;
    flex-direction: column;
    height: auto;
  }
  .container-intro img {
    padding: 30px;
    width: calc(100% - 60px);
  }
  .container-intro > div {
    padding: 0;
    margin: 30px;
    justify-content: flex-start;
  }
  footer {
    margin: 30px;
    margin-bottom: 0;
  }
  footer > div:first-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 10px;
  }
  footer > div:nth-child(2) {
    border-top: 1px solid #C0BEBB;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
  }
  footer h4 {
    margin-bottom: 20px;
  }
  footer .signature {
    position: static;
    display: flex;
    margin-top: 20px;
  }
  .page-resume .content-actions > div {
    flex-direction: column;
  }
  .page-resume .content-sidebar > .text-mini {
    font-size: 14px;
  }
  .page-resume .sub-section > div {
    grid-template-columns: 1fr 2fr;
  }
  .cards {
    display: flex;
    flex-direction: column;
  }
  .page-colours .color-polaroid {
    text-align: left;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .page-colours .color-polaroid > div {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
  }
  .page-colours .color-polaroid > div .text-mini:first-child {
    margin-top: 0;
  }
  .page-colours .color-block {
    width: 40px;
    height: 40px;
    margin: 0;
  }
  .page-colours .hidden-code .color-polaroid {
    width: auto;
    padding: 10px;
  }
  .send-button-container .button-primary {
    padding: 10px;
    margin: 10px;
  }
  .container-contact form {
    font-size: 14px;
    line-height: 30px;
  }
  .container-contact form input,
  .container-contact form .form-options {
    width: 100px;
  }
  .container-contact form input {
    font-size: 14px;
    line-height: 30px;
  }
  .container-contact > div span {
    font-size: 14px;
  }
  .container-contact {
    margin: 30px;
  }
  .container-contact h1 {
    margin-bottom: 30px;
  }
  .etsy-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .container-page-structure {
    position: static;
    height: 100%;
    width: 100%;
    box-shadow: none;
  }
  .r-container {
    height: 100%;
    overflow: unset;
  }
}
.fp-watermark {
  display: none;
}

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