@charset "UTF-8";
/* CSS Document */

/*-- === General Notes/Reminders ===

"Pacific Cyan": #2E94A4
"Onyx": #0C0C0C
Orange: #DD863E
Pink: #A32E66
Green: #7EA32E
Purple: #842EA3

=== End General Notes/Reminders === --*/



	/*-- === HTML === --*/

/*-- Page FadeIn

html.preload {
opacity: 0;
background-color: #0C0C0C;
}

html {
background-color: #0C0C0C;
transition: opacity .5s ease-in-out;
}
 --*/





	/*-- === Fonts === --*/


/*  <link rel="stylesheet" href="https://use.typekit.net/fdi5xgs.css"> */

/*  FreightDisp Pro */
.freight-disp-pro-book {
font-family: freight-display-pro, serif;
font-style: normal;
font-weight: 400;
}
.freight-disp-pro-book-italic {
font-family: "freight-display-pro", serif;
font-weight: 400;
font-style: italic;
}
.freight-disp-pro-medium {
font-family: freight-display-pro, serif;
font-style: normal;
font-weight: 500;
}
.freight-disp-pro-medium-italic {
font-family: "freight-display-pro", serif;
font-weight: 500;
font-style: italic;
}
.freight-disp-pro-semibold {
font-family: "freight-display-pro", serif;
font-weight: 600;
font-style: italic;
}
.freight-disp-pro-semibold-italic {
font-family: "freight-display-pro", serif;
font-weight: 600;
font-style: italic;
}
.freight-disp-pro-bold {
font-family: "freight-display-pro", serif;
font-weight: 700;
font-style: normal;
}
.freight-disp-pro-bold-italic {
font-family: "freight-display-pro", serif;
font-weight: 700;
font-style: italic;
}
.freight-disp-pro-blk {
font-family: freight-display-pro, serif;
font-style: normal;
font-weight: 900;
}
.freight-disp-pro-blk-italic {
font-family: freight-display-pro, serif;
font-weight: 900;
font-style: italic;
}



/*  <link rel="stylesheet" href="https://use.typekit.net/fdi5xgs.css">  */

/*  Forma DJR Deck */

.forma-djr-deck-reg {
font-family: "forma-djr-deck", sans-serif;
font-weight: 500;
font-style: normal;
}
.forma-djr-deck-italic {
font-family: "forma-djr-deck", sans-serif;
font-weight: 500;
font-style: italic;
}
.forma-djr-deck-medium {
font-family: "forma-djr-deck", sans-serif;
font-weight: 600;
font-style: normal;
}
.forma-djr-deck-medium-italic {
font-family: "forma-djr-deck", sans-serif;
font-weight: 600;
font-style: italic;
}
.forma-djr-deck-bold {
font-family: "forma-djr-deck", sans-serif;
font-weight: 700;
font-style: normal;
}
.forma-djr-deck-bold-italic {
font-family: "forma-djr-deck", sans-serif;
font-weight: 700;
font-style: italic;
}
.forma-djr-deck-extrabold {
font-family: "forma-djr-deck", sans-serif;
font-weight: 800;
font-style: normal;
}
.forma-djr-deck-extrabold-italic {
font-family: "forma-djr-deck", sans-serif;
font-weight: 800;
font-style: italic;
}
.forma-djr-deck-blk {
font-family: "forma-djr-deck", sans-serif;
font-weight: 900;
font-style: normal;
}
.forma-djr-deck-blk-italic {
font-family: "forma-djr-deck", sans-serif;
font-weight: 900;
font-style: italic;
}


/*  Forma DJR Micro */
.forma-djr-micro-reg {
font-family: forma-djr-micro, sans-serif;
font-style: normal;
font-weight: 400;
}
.forma-djr-micro-italic {
font-family: "forma-djr-micro", sans-serif;
font-weight: 400;
font-style: italic;
}
.forma-djr-micro-med {
font-family: forma-djr-micro, sans-serif;
font-style: normal;
font-weight: 500;
}
.forma-djr-micro-med-italic {
font-family: "forma-djr-micro", sans-serif;
font-weight: 500;
font-style: italic;
}
.forma-djr-micro-bold {
font-family: forma-djr-micro, sans-serif;
font-style: normal;
font-weight: 700;
}
.forma-djr-micro-bold-italic {
font-family: "forma-djr-micro", sans-serif;
font-weight: 700;
font-style: italic;
}


	/*-- === Body === --*/

body {
background: #0C0C0C;
font-family: forma-djr-micro, sans-serif;
font-style: normal;
font-weight: 300;
color: #F1F1F1;
margin: 0px;
}
img {
line-height: 0em
}
a {
text-decoration: none;
}

h1 {
font-family: freight-display-pro, serif;
font-style: normal;
font-weight: 900;
font-size: 2.3em;
line-height: 1em;
margin: auto;
}
@media (max-width:767px) {
h1 {
font-size: 2em;
}
}

.text.center {
text-align: center;
}
.myname {
text-transform: lowercase;
}
	
	
	/*-- === .navbar === --*/

.navbar-container {
position: sticky;
top: 0;
z-index: 100;
background: #0C0C0C;
border-bottom: solid 3px #272727;
margin-bottom: 30px;
}

.navbar {
display: flex;
justify-content: end;
gap: 5px;
}

/*-- --*/
@media (max-width:767px) {
.navbar {
width: 100%;
display: inline;
row-gap: 5px!important;
justify-content: center!important;
}
}

.home {
flex: 0 0 20px;
color: #ffffff!important;
font-family: freight-display-pro, serif;
font-style: normal;
font-weight: 900;
text-transform: lowercase;
letter-spacing: 0em;
font-size: 190%;
transition: background 0.30s ease, color 0.30s ease;
padding: .8rem 1.5rem;
}
.home:hover {
background-color: #2E94A4;
color: #0C0C0C!important;
}

.nav-btn {
font-family: freight-display-pro, serif;
font-style: normal;
font-weight: 900;
font-size: 1.4rem;
text-align: center;
text-transform: lowercase;
background: #0C0C0C;
color: #2E94A4;
cursor: pointer;
padding: 1rem 2rem;
transition: background 0.30s ease, color 0.30s ease;
}
/*--  --*/
@media (max-width:767px) {
.nav-btn {
font-size: 1.2rem!important;
padding: .5rem!important;
}
}

.home.left {
display: flex;
flex-basis: fit-content;
margin-right: auto;
}
.nav-btn.right {
display: flex;
align-items: center;
}
@media (max-width:767px) {
.home {
padding: .5rem .8rem!important;
font-size: 160%!important;
}
.home.left {
display: block!important;
width: fit-content;
}
.nav-btn.right {
display: grid!important;
justify-items: center!important;
}
}

.nav-btn:hover {
color: #0C0C0C;
background: #2E94A4;
transition: background 0.30s ease, color 0.30s ease;
}

.nav-btn.active {
display: flex;
color: #0C0C0C;
}
.nav-btn.about.active {
background-color: #DD863E;
}
.nav-btn.work.active {
background-color: #A32E66;
}
.nav-btn.work.active.project {
background-color: #D770A1!important;
}
.nav-btn.contact.active {
background-color: #842EA3;
}
	
	
	/*-- === .main Container === --*/

.main {
width: 100%;
margin: 50px auto;
}


	/*-- === Landing Page === --*/

.landing-navbar {
font-size: 1.6rem;
text-align: center;
padding: 1rem 5%;
font-family: freight-display-pro, serif;
font-style: normal;
font-weight: 900;
}

.landing-container {
font-family: freight-display-pro, serif;
font-style: normal;
font-weight: 900;
text-align: center;
}

.landing-welcome {
letter-spacing: -0.04em;
display: flex;
justify-content: center;
padding: 15px 5%;
color: #0C0C0C;
background-color: #7EA32E;
margin-bottom: 15px;
}
@media (max-width:767px) {
.landing-welcome {
font-size: 16px;
padding: 3% 5%;
}
}

.landing-welcome h1 {
font-size: 2.3em;
line-height: 1em;
text-align: center;
}
@media (max-width:767px) {
.landing-welcome h1 {
font-size: 1.7em;
}
}

/* Landing Subline */
.landing-subline {
display: flex;
justify-content: center;
margin-bottom: 15px;
}
.landing-subline .text {
font-size: 1.1em;
font-weight: 300;
line-height: 1.2em;
text-align: center;
width: 50%;
}
/* */@media (max-width:767px) {
.landing-subline .text {
font-size: 1em;
width: 90%;
}
} 

.landing-container a {
display: flex;
justify-content: center;
color: #0C0C0C;
letter-spacing: -.02em;
padding: 6% 5%;
}
.landing-container a:not(:last-of-type) {
margin-bottom: 15px;
}


.landing-work span,
.landing-about span,
.landing-contact span {
letter-spacing: -.03em;
font-size: 10vw;
line-height: 1.2vw;
transition: transform 200ms ease-out, color 200ms ease-out;
}
.landing-work,
.landing-about,
.landing-contact {
transition: background 0.30s ease, color 0.30s ease;
}
.landing-work:hover,
.landing-about:hover,
.landing-contact:hover {
background-color: #0C0C0C;
}

.landing-work {
background-color: #A32E66;
}
.landing-work:hover {
color: #A32E66;
}

.landing-about {
background-color: #DD863E;
}
.landing-about:hover {
color: #DD863E;
}

.landing-contact {
background-color: #842EA3;
}
.landing-contact:hover {
color: #842EA3;
}

.landing-work,
.landing-contact {
transform: translateX(-100%);
animation: barSlideIn 600ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes barSlideIn {
to {
transform: translateX(0);
}
}
.landing-welcome,
.landing-about {
transform: translateX(200%);
animation: barSlideIn 600ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes barSlideIn {
to {
transform: translateX(0);
}
}

.fadeInUp {
opacity: 0;
transform: translateY(1rem);
animation: textFadeIn 1000ms ease-in-out forwards;
animation-delay: 2000ms;
}
@keyframes textFadeIn {
to {
opacity: 1;
transform: translateY(0);
}
}

.landing-welcome h1 {
opacity: 0;
animation: textFadeIn 600ms ease-out forwards;
animation-delay: 900ms;
}
@keyframes textFadeOnly {
to { opacity: 1; }
}

.fadeInDown {
opacity: 0;
transform: translateY(-1rem);
animation: textFadeIn 1000ms ease-in-out forwards;
animation-delay: 1100ms;
}
@keyframes textFadeOnly {
to {
opacity: 1;
transform: translateY(0);
}
}

/* 
.welcomebar { animation-delay: 0ms; }
.workbar { animation-delay: 150ms; }
.aboutbar { animation-delay: 240ms; }
.contactbar { animation-delay: 360ms; }
*/




	/*-- === Flexbox Gallery Container === --*/

.gallery-heading {
line-height: 1.7em;
text-align: center;
margin: 0px 5% 30px 5%;
}
.gallery-heading h1 {
line-height: 1em;
margin-bottom: 10px;
}
.gallery-heading .sub {
font-family: "forma-djr-deck", sans-serif;
font-weight: 500;
font-style: normal;
font-size: .8em;
line-height: 1.3em;
color: rgba(255, 255, 255, .3);
}

.gallery {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin: 0% 2%;
gap: 15px 15px;
}
@media (max-width:767px) {
.gallery {
max-width: 100%!important;
margin: 0%!important;
}
}

/* test */
.gallery .item {
flex: 0 0 calc(33.333% - 10px);
width: 500px;
height: 300px;
max-width: 50%;
}
@media (max-width:1080px) and (min-width:768px) {
.gallery .item {
height: 230px;
flex: 1 1 100%;
max-width: 100%;
}
}
@media (max-width:768px) {
.gallery .item {
height: 150px;
flex: 1 1 100%;
max-width: 100%;
}
}

.gallery .item a {
display: flex;
align-content: flex-end;
width: 100%;
height: 100%;
background-size: cover;
background-position: top 15% center;
background-blend-mode: darken;
background-color: rgba(0, 0, 0, .6);
cursor: pointer;
transition: background 0.30s ease, color 0.30s ease-in-out;
}

.gallery .item a:hover {
background-blend-mode: multiply;
background-color: rgba(163, 46, 102, .8);
}

.gallery .item a:focus-visible {
border-radius: 2px;
outline: 2px solid #ffffff;
}


.projectlabel-container {
display: flex;
flex-direction: column;
justify-content: flex-end;
width: 100%;
height: 100%;
opacity: 0.7;
color: #ffffff;
transition: background 0.30s ease, color 0.30s ease;
}
@media (min-width:767px) {
.projectlabel-container {
opacity: 0.0;
}
.projectlabel-container:hover {
opacity: 1;
color: #ffffff;
transition: 0.3s;
}
}

.projectlabel {
display: block;
align-content: flex-end;
color: #ffffff;
margin-left: 15px;
margin-right: 15px;
}

.projectlabel .name {
font-family: freight-display-pro, serif;
font-style: normal;
font-weight: 900;
font-size: 45px;
line-height: 1em;
color: #ffffff;
margin-bottom: 10px;
}

.projectlabel .detail {
font-family: forma-djr-micro, sans-serif;
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 1em;
margin-bottom: 15px;
}
@media (max-width:767px) {
.projectlabel .name {
font-size: 24px;
}
.projectlabel .detail {
font-size: 12px;
}
}


	/*-- === Individual Project Pages === --*/

.project-gallery {
display: grid;
width: 90%;
margin: auto;
gap: 1rem;
}
.project-gallery:not(:last-of-type) {
margin-bottom: 15px;
}
@media (max-width:1080px) {
.project-gallery {
display: grid;
grid-auto-columns: 1fr;
width: 100%;
gap: 1rem;
}
}

/* Gallery Row Ratios */
.project-gallery.prj01-row01 {
grid-template-columns: 1fr .9fr;
}
.project-gallery.prj02-row01 {
grid-template-columns: .55fr 1fr;
}
.project-gallery.prj02-row02,
.project-gallery.prj03-row01  {
grid-template-columns: 3fr 2fr;
}
.project-gallery.prj03-row02,
.project-gallery.prj04-row01,
.project-gallery.prj05-row01 {
grid-template-columns: 1fr;
}
.project-gallery.prj03-row03 {
grid-template-columns: 1fr 1fr;
}
@media (max-width:767px) {
.project-gallery.prj01-row01,
.project-gallery.prj02-row01,
.project-gallery.prj02-row02,
.project-gallery.prj03-row01,
.project-gallery.prj03-row03  {
grid-template-columns: 1fr;
}
}

.project-gallery img {
width: 100%;
height: 100%;
max-width: none;
object-fit: cover;
display: block;
}

.projectgallery-item {
flex: 1 1 0;
overflow: hidden;
cursor: pointer;
}

/* The Gallery Description */
.project-description {
display: flex;
justify-content: center;
padding: 0% 5%;
margin-bottom: 30px
}
.project-description .text {
font-size: .9em;
width: 400px;
text-align: justify;
}

/* The Gallery Modal */
#galleryModal {
display: none;
}

/* The Gallery Modal (background) */
.gallery-modal {
display: flex;
align-content: center;
position: fixed;
z-index: 100;
left: 0;
top: 0;
margin: auto;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0,0,0,.85);
}

/* Stop Scroll of page with gallery modal open */
body.gallery-modal-open {
  overflow: hidden;
}

/* Gallery Modal Content */
.gallery-modal-content {
position: relative;
background-color: rgba(0,0,0,.0);
margin: auto;
padding: 0;
width: 90%;
max-width: 90%;
}

/* The Close Button */
.gallery-close {
color: #A32E66;
position: absolute;
top: 10px;
right: 25px;
font-size: 35px;
font-weight: bold;
}

.gallery-close:hover,
.gallery-close:focus {
color: #999;
text-decoration: none;
cursor: pointer;
}

/* Hide the slides by default */
.gallerySlides {
display: none;
line-height: 0em;
}

.slideimg-container {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}

.slideimg-container img {
max-width: 90vw;
max-height: 90vh;
width: auto;
height: auto;
object-fit: contain;
}

/* Next & previous buttons */
.gallery-prev,
.gallery-next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -50px;
color: #A32E66;
font-weight: bold;
line-height: 1em;
font-size: 30px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
-webkit-user-select: none;
}

/* Position the "next button" to the right */
.gallery-next {
right: 0;
border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.gallery-prev:hover,
.gallery-next:hover {
background-color: rgba(0, 0, 0, 0.8);
}

/* Number text */
.numbertext {
color: #f2f2f2;
font-size: 14px;
line-height: 1em;
font-weight: 900;
padding: 1rem;
position: absolute;
top: 0;
}


	/*-- === About Page === --*/

.buffer /* Used for some space in the .main div */ {
padding-top: 100px;
padding-bottom: 50px;
}
@media (max-width:500px) {
.buffer /* Used for some space in the .main div */ {
padding-top: 50px!important;
padding-bottom: 0px!important;
}
}

.aboutme-container {
margin: auto;
width: 400px;
max-width: 90%;
}

.aboutme-heading {
width: 100%;
max-width: 100%;
font-size: 36px;
font-weight: 900;
text-align: center;
margin-bottom: 30px;
}
@media (max-width:767px) {
.aboutme-heading {
font-size: 28px;
}
}

.aboutme-heading span{
color: #DD863E;
}

.aboutme {
font-family: forma-djr-micro, sans-serif;
font-style: normal;
font-weight: 300;
line-height: 1.2em;
font-size: .9rem;
}

.aboutme div:not(:last-of-type) {
margin-bottom: 30px;
}

.aboutme .text {
text-align: justify;
}

.aboutme .details {
text-align: center;
}

.aboutme .details span {
font-family: freight-display-pro, serif;
font-style: normal;
font-weight: 900;
font-size: 1.2em;
color: #DD863E;
}

.aboutme .details a,
.aboutme .details a:visited {
color: #DD863E;
}
.aboutme .details a:hover {
color: #ffffff;
}

.aboutme .closingsymb {
display: flex;
justify-content: center;
gap: 2px;
margin: auto;
text-align: center;
font-size: 1.6em;
}
.aboutme .closingsymb div {
flex: 0 0 auto;
}

.aboutme .closingsymb div:nth-of-type(2) {
font-size: .8em;
}

	/*-- === Contact Page === --*/

.contactpage-intro {
max-width: 90%;
margin: auto;
}

.contactpage-intro h1 {
margin-bottom: 30px;
color: #842EA3;
}

.contactpage-intro .text {
font-size: 1em;
text-align: center;
width: 400px;
max-width: 90%;
margin: auto;
}

.contactpage-intro .text .note {
font-style: italic;
font-size: .75em;
line-height: 1em;
text-align: center;
margin-top: 15px;
}

.contact-form {
max-width: 90%;
margin: 100px auto;
display: grid;
justify-content: center;
}

.contact-form form {
display: flex;
flex-direction: column;
}

.contact-form div {
margin-bottom: 20px;
}

.contact-form div:last-of-type {
margin-bottom: 40px;
}

.contact-form label {
margin-bottom: 10px;
letter-spacing: .05em;
font-size: 13px;
text-transform: uppercase;
font-weight: 400;
}

.contact-form label, input {
display: block;
}

.contact-form input,
.contact-form textarea {
width: 80vw;
max-width: 500px;
padding: 10px 12px;
font-size: 14px;
background-color: #0C0C0C;
color: #D2A0E4;
border: 1px solid #4F4F4F;
border-radius: 2px;
font-family: forma-djr-micro, sans-serif;
font-style: normal;
box-sizing: border-box;
}

.contact-form input {
font-weight: 500;
}

.contact-form textarea {
height: 100px;
min-height: 100px;
resize: vertical;
font-weight: 400;
}

.contact-form button {
font-family: forma-djr-micro, sans-serif;
font-style: normal;
font-weight: 500;
font-size: .8rem;
text-align: center;
text-transform: uppercase;
letter-spacing: .05em;
background: #D2A0E4;
color: #0C0C0C;
cursor: pointer;
padding: 1rem 2rem;
width: fit-content;
padding: 1rem 1.5rem;
margin: auto;
border: none;
transition: background 0.30s ease, color 0.30s ease;
}

.contact-form button:hover {
background: #AC50CE;
color: #0C0C0C;
}

.harrypotter {
position: absolute /* wizard */;
left: -9999px;
}

	/*-- === Contact Modal === --*/

.contact-form.modal {
margin: 50px auto;
}

.contact-form.modal div {
margin-right: auto;
margin-bottom: 20px;
margin-left: auto;

}

.contact-form.modal input,
.contact-form.modal textarea {
max-width: 500px;
box-sizing: border-box;
padding: 10px 12px;
font-size: 14px;
background-color: #0C0C0C;
color: #D2A0E4;
border: 1px solid #4F4F4F;
border-radius: 2px;
font-family: forma-djr-micro, sans-serif;
font-style: normal;
box-sizing: border-box;
}

.contact-form.modal input {
font-weight: 500;
}

.contact-form.modal textarea {
height: 100px;
min-height: 100px;
resize: vertical;
font-weight: 400;
}

.contact-modal-heading {
font-family: freight-display-pro, serif;
font-style: normal;
font-weight: 900;
line-height: 1em;
font-size: 2.3em;
}
@media (max-width:767px) {
.contact-modal-heading {
font-size: 2em;
}
}

.contact-modal-description {
font-family: forma-djr-micro, sans-serif;
font-style: normal;
font-weight: 400;
line-height: 1em;
text-align: center;
font-size: 1em;
width: 70%;
margin: auto;
}

.contact-modal-description .note {
font-style: italic;
font-size: .75em;
text-align: center;
margin-top: 15px;
line-height: 1em;
}

.contact-modal .contact-form button {
background-color: #ffffff;
color: #401650;
transition: background 0.30s ease, color 0.30s ease;
}
.contact-modal .contact-form button:hover {
background: #c380db;
}

		/* Overlay */
.contact-modal {
display: none;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.8);
padding: 2rem;
box-sizing: border-box;
overflow: auto;
transition: opacity 0.3s ease;
}
/*  Unused CSS visibility control
.contact-modal.is-open {
display: block;
}
 */

		/* Prevent Background Scrolling when open */
body.modal-open {
overflow: hidden; 
}

		/* Modal container */
.contact-modal-content {
background: #842EA3;
max-width: 500px;
margin: 10% auto;
padding: 2rem;
border-radius: 8px;
box-shadow: 0 0 20px rgba(0,0,0,0.3);
position: relative;
}

		/* Close button */
.contact-close {
color: #842EA3;
position: absolute;
top: 10px;
right: 25px;
font-size: 35px;
font-weight: bold;
cursor: pointer;
}
.contact-close:hover {
color: #999;
text-decoration: none;
cursor: pointer;
}

		/* Trigger button */
.contact-trigger {
width: 30px;
padding-inline: unset;
color:  rgba(0,0,0,0.0);
background-color: rgba(0,0,0,0.0);
border: none;
cursor: pointer;
display: unset;
}
	

	/*-- === .footer Container === --*/

.footer {
font-weight: 300;
border-top: solid 0px #272727;
bottom: 0;
padding: 50px 5% 25px 5%;
}

.footer-boilerplate {
text-align: center;
font-size: .8em;
line-height: 1.4rem;
color: #9B9B9B;
letter-spacing: .01em;
}

.footer-boilerplate .social {
margin-bottom: 30px;
display: flex;
justify-content: center;
align-items: center;
column-gap: .5rem;
line-height: 0em;
}

.footer-boilerplate .social img {
width: 30px;
}

.footer-boilerplate .social button {
display: flex;
align-items: center;
}

.footer-boilerplate .divider {
padding: .15rem;
background-color: #9B9B9B;
border-radius: 100%;
align-items: center;
}





























