@-mos-viewport {width: device-width; scale: 1;}
@-ms-viewport {width: device-width; scale: 1;}
@-o-viewport {width: device-width; scale: 1;}
@-webkit-viewport {width: device-width; scale: 1;}
@viewport {width: device-width; scale: 1;}

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600&display=swap');


/* -------------------- GLOBAL --------------------*/

html {
	box-sizing: border-box;
}

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

body {
    background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    overflow-x: hidden;
}


/* -------------------- TYPOGRAPHY --------------------*/

h1 {
	font-family: 'Barlow', sans-serif;
	font-size: 4rem;
    font-weight: 600;
	margin: 0px;
	padding: 0px;
}

p {
    font-family: 'Barlow', sans-serif;
	font-size: 0.9em;
    line-height: 1.8em;
    letter-spacing: 0.04em;
	margin: 0px;
	padding: 0px;  
}

p.chip {
    font-family: 'Barlow', sans-serif;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 0.75em;
    font-weight: 400;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 8px 16px;
    margin: 0px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 1000px;
    width: fit-content;
}


/* -------------------- PRIMARY NAV --------------------*/

.primaryNav {
    background-color: #151515;
    border-bottom: 1px solid #202020;
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 0;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    margin: 0px;
	padding: 24px 2%;
    z-index: 100;
}

.primaryNavBar:hover {
    background-color: #000000;
}

.primaryNav a {
    text-decoration: none;
    font-family: 'Barlow', serif;
	font-size: 0.85em;
    font-weight: 500;
    letter-spacing: 0.20em;
    text-transform: uppercase;
	color: #D5D5D5;
    margin: 0px;
	padding: 0px;
}

.primaryNav a:hover {
    color: #FFFFFF;
}

.navRight a:first-child {
    margin-right: 16px;
}

.navRight .icon {
    display: none;
}

#mobileNav {
    display: none;
}


/* -------------------- PROJECT OVERVIEW --------------------*/

#projectOverview {
    width: 100%;
    height: 92vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0px;
	padding: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.overviewLeft {
    display: flexbox;
    align-self: center;
    padding: 0px 5%;
    order: 1;
}

.projectDescription {
    width: 100%;
    max-width: 540px;
    padding: 32px 0px;
}

.projectServices {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.overviewRight {
    background-image: url("../images/microtech/microtech_overview.jpg");
    background-size: cover;
    background-position: center;
    margin: 0px;
	padding: 0px;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    order: 2;
}


/* -------------------- SECTION TEMPLATES --------------------*/

.oneColumn {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.twoColumn {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.leftColumn {
    align-self: center;
    margin: 0 auto 0 auto;
}

.rightColumn {
    align-self: center;
    margin: 0 auto 0 auto;
}


/* -------------------- SECTION 1 - Identity --------------------*/

#section1 {
    background-color: #FFFFFF;
	padding: 300px 0px 300px 0px;
    margin: 0px 0px 0px 0px;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

#section1 .leftColumn {
    width: 75%;
}

#section1 .leftColumn img {
    width: 100%;
}

#section1 .rightColumn {
    max-width: 520px;
}

#section1 .rightColumn p {
    color:#151515;
}


/* -------------------- SECTION 2 - Brand Emotion --------------------*/

#section2 {
    width: 100%;
}

#section2 img {
    width: 100%;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/* -------------------- SECTION 3 - Brand Collateral --------------------*/

#section3 {
    width: 100%;
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
	padding: 100px 0px 100px 0px;
}

#section3 img {
    width: 90%;
	padding: 0px 0px 0px 0px;
    margin: 0px auto 50px auto;
}

#section3 .insetImage {
    width: 85%;
	padding: 0px 0px 0px 0px;
    margin: 0px auto 50px auto;
}

#section3 p {
    width: 500px;
    color: #151515;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0px auto 50px auto;
}


/* -------------------- SECTION 4 - Photo Intro --------------------*/

#section4 {
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#section4 .leftColumn {
    width: 100%;
    margin: 0px auto 0px auto;
} 

#section4 p {
    width: 500px;
    color: #151515;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
}

#section4 .rightColumn {
    width: 80%;
    margin: 0px auto 0px auto;
}

#section4 .rightColumn img {
    width: 100%;
}


/* -------------------- SECTION 5 - Photo Showcase --------------------*/

#section5 {
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
	padding: 50px 0px 50px 0px;
}

#section5 img {
    width: 90%;
	padding: 0px 0px 0px 0px;
    margin: 0px auto 25px auto;
}


/* -------------------- SECTION 6 - Web Intro --------------------*/

#section6 {
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
	padding: 100px 0px 200px 0px;
}

#section6 .leftColumn {
    width: 100%;
    margin: 0px auto 0px auto;
} 

#section6 p {
    width: 500px;
    color: #151515;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
}

#section6 .rightColumn {
    width: 120%;
    margin: 0px auto 0px auto;
}

#section6 .rightColumn img {
    width: 100%;
}


/* -------------------- SECTION 7 - Web Showcase --------------------*/

#section7 {
    background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

#section7 img {
    width: 100%;
	padding: 0px 0px 0px 0px;
    margin: 0px auto 0px auto;
}

/* -------------------- SECTION 8 - Desktop Intro --------------------*/

#section8 {
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
	padding: 100px 0px 50px 0px;
}

#section8 .leftColumn {
    width: 100%;
    margin: 0px auto 0px auto;
    order: 1;
}

#section8 .leftColumn img {
    width: 100%;
}

#section8 .rightColumn {
    width: 100%;
    margin: 0px auto 0px auto;
    order: 2;
} 

#section8 p {
    width: 500px;
    color: #151515;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
}


/* -------------------- SECTION 9 - Mobile Intro --------------------*/

#section9 {
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
	padding: 50px 0px 50px 0px;
}

#section9 .leftColumn {
    width: 100%;
    margin: 0px auto 0px auto;
    order: 1;
} 

#section9 p {
    width: 500px;
    color: #151515;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
}

#section9 .rightColumn {
    width: 100%;
    margin: 0px auto 0px auto;
    order: 2;
}

#section9 .rightColumn img {
    width: 100%;
}

/* -------------------- SECTION 10 - Mobile Closer --------------------*/

#section10 {
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#section10 img {
    width: 80%;
	padding: 0px 0px 0px 0px;
    margin: 0px auto 0px auto;
}

/* -------------------- PROJECT SORTER --------------------*/

#projectSorter {
    width: 100%;
    text-align: center;
    background-color: #151515;
    border-bottom: 1px solid #202020;
    margin: 0px 0px 0px 0px;
	padding: 200px 0px;
}

#projectSorter:hover {
    background-color: black;
}

#projectSorter h2 {
    font-family: 'Barlow', serif;
	font-size: 0.85em;
    font-weight: 500;
    letter-spacing: 0.20em;
    text-transform: uppercase;
	color: #959595;
    margin-bottom: 12px;
}

#projectSorter a {
	text-decoration: none;
    font-family: 'Barlow', serif;
	font-size: 0.85em;
    font-weight: 500;
    letter-spacing: 0.20em;
    text-transform: uppercase;
    color: #D5D5D5;
}

#projectSorter a:hover {
	color: #FFFFFF;
}


/* -------------------- LEGAL --------------------*/

#legal {
    width: 100%;
    background-color: #000000;
    text-align: center;
    bottom: 0px;
	margin: 0px 0px 0px 0px;
	padding: 50px 0 50px 0;
}

#legal p {
    font-family: "Arial", sans-serif;
    font-size: 0.5em;
    color: #505050;
    font-weight: normal;
    line-height: 12px;
    margin: 0 0 0 0;
	padding: 0 0 0 0;
}


/* ------------------------------------------------*/
/* -------------------- MOBILE --------------------*/
/* ------------------------------------------------*/

@media (max-width: 960px) { 

.twoColumn {
    grid-template-columns: 1fr;
}    
    
/* -------------------- TYPOGRAPHY (Mobile) --------------------*/

h1 {
	font-size: 2.5em;
}
    
/* -------------------- PRIMARY NAV (Mobile) --------------------*/    
  
.navRight a:first-child {
    margin-right: 0px;
}

.navRight a:not(:last-child) {
    display: none;
}

.navRight a.icon {
    display: grid;
}


/* -------------------- MOBILE NAV (Mobile) --------------------*/    

#mobileNav {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    background-color: #151515;
}    

.primaryNav {
	padding: 24px 5% 24px 5%;
    align-items: center;
}

.overlay-content {
    position: relative;
    top: 35%;
    width: 100%;
    text-align: left;
    margin: 0px 0px 0px 5%;
}    

.overlay a {
    text-decoration: none;
    font-family: 'Barlow', sans-serif;
	font-size: 0.85em;
    font-weight: 500;
    letter-spacing: 0.20em;
    color: #FFFFFF;
    text-transform: uppercase;
}    
    
.overlay-content a {
    display: block;
    text-decoration: none;
    color: #E0E0E0;
    font-size: 4em;
    font-weight: 600;
    letter-spacing: 0.05em;
    transition: 0.3s;
    margin: 0px 0px 24px 0px;
}
    
.overlay a:hover {
    color: #FFFFFF;
}

.overlay a.icon {
    display: grid;
}


/* -------------------- PROJECT OVERVIEW (Mobile) --------------------*/

#projectOverview {
    height: auto;
    grid-template-columns: 1fr;
}

.overviewLeft {
    padding: 15% 5%;
    order: 2;
}

.overviewRight {
    width: 100%;
    height: 50vh;
    order: 1;
    border-left: none;
}

/* -------------------- SECTION 1 - Identity (Mobile) --------------------*/   
#section1 {
	padding: 50px 0px 100px 0px;
}
    
#section1 .leftColumn {
    width: 90%;
    margin: 0px auto 50px auto;
}

#section1 .rightColumn {
    padding: 0px 7% 0px 7%;
}

/* -------------------- SECTION 2 - Brand Emotion (Mobile) --------------------*/   

/* -------------------- SECTION 3 - Brand Collateral (Mobile) --------------------*/    
 
#section3 {
	padding: 50px 0px 50px 0px;
}    

#section3 p {
    width: 100%;
    padding: 0px 7% 0px 7%;
}

#section3 img {
    width: 100%;
    margin: 0px auto 25px auto;
}    
 
/* -------------------- SECTION 4 - Photo Intro (Mobile) --------------------*/    
#section4 {
	padding: 0px 0px 0px 0px;
}    
 
#section4 .leftColumn {
    width: 100%;
    margin: 0px auto 50px auto;
}    
    
#section4 p {
    width: 100%;
    padding: 0px 7% 0px 7%;
}
    
#section4 .rightColumn {
    width: 100%;
    margin: 0px auto 0px auto;
}
    
/* -------------------- SECTION 5 - Photo Showcase (Mobile) --------------------*/    

#section5 {
	padding: 5px 0px 0px 0px;
}    

#section5 img {
    width: 100%;
    margin: 0px auto 0px auto;
}   

/* -------------------- SECTION 6 - Web Intro (Mobile) --------------------*/    

#section6 {
	padding: 100px 0px 50px 0px;
}    
 
#section6 .leftColumn {
    width: 100%;
    margin: 0px auto 0px auto;
}    
    
#section6 p {
    width: 100%;
    padding: 0px 7% 50px 7%;
}
    
#section6 .rightColumn {
    width: 100%;
    margin: 0px auto 0px auto;
}    

/* -------------------- SECTION 8 - Desktop Intro (Mobile) --------------------*/    
 
#section8 {
	padding: 50px 0px 50px 0px;
}    
    
#section8 .leftColumn {
    width: 85%;
    order: 1;
    margin: 0px auto 25px auto;
}

#section8 .rightColumn {
    padding: 0px 0px 0px 0px;
    order: 2;
}

#section8 .rightColumn p {
    position: inherit;
    top: 0px;
    width: 100%;
    padding: 0px 7% 0px 7%;
}   
    
/* -------------------- SECTION 9 - Mobile Intro (Mobile) --------------------*/   
 
#section9 {
	padding: 0px 0px 50px 0px;
}    
    
#section9 .leftColumn {
    width: 100%;
    order: 2;
    margin: 0px auto 0px auto;
}

#section9 .leftColumn p {
    width: 100%;
    padding: 0px 7% 0px 7%;
}    
    
#section9 .rightColumn {
    width: 100%;
    margin: 0px auto 25px auto;
    order: 1;
}
         
/* -------------------- SECTION 10 - Mobile Closer (Mobile) --------------------*/    
#section10 img {
    width: 100%;
}    
  
/* -------------------- LEGAL (Mobile) --------------------*/

#legal {
	padding: 50px 7% 50px 7%;
}    