@-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;
	padding: 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/accBiz/accBiz_overview.jpg");
    background-size: cover;
    background-position: center;
    margin: 0px;
	padding: 0px;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    order: 2;
}


/* -------------------- PROJECT SECTIONS --------------------*/

#projectImages {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    margin: 0 auto;
    padding: 32px 0px;
}

.insetSection {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 96%;
    height: 85vh;
    background-color: rgba(0, 0, 0, 0.05);
    margin: 0px auto;
	padding: 0px;
}

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

.insetLeft .chip {
    margin: 32px 0px;
}

.insetLeft .projectDescription {
    padding: 0px 0px;
}

#insetIMG-1 {
    background-image: url("../images/accBiz/BrandStrategy-Workshop.png");
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    order: 2;
}

#insetIMG-2 {
    background-image: url("../images/accBiz/BrandStrategy-Toolkit.png");
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    order: 2;
}

#insetIMG-3 {
    background-image: url("../images/accBiz/BrandIdentity.png");
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    order: 2;
}

#insetIMG-4 {
    background-image: url("../images/accBiz/BrandGuidelines.png");
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    order: 2;
}

#insetIMG-5 {
    background-image: url("../images/accBiz/WebDesign.png");
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    order: 2;
}

.oneCol {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    width: 96%;
    background-color: rgba(0, 0, 0, 0.05);
    margin: 0px auto;
	padding: 0px;
}

.oneCol img {
    width: 65%;
    margin: 5% auto;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.multiCol {
    width: 96%;
    display: flex;
    gap: 32px;
    margin: 0 auto;
    padding: 0;
}

.column {
    width: 100%;
    height: 85vh;
}

#leftColumn1 {
    background-image: url(../images/accBiz/logoIcon.png);
    background-size: cover;
    background-position: center;
    background-color: forestgreen;
    background-color: rgba(0, 0, 0, 0.05);
}

#rightColumn1 {
    background-image: url(../images/accBiz/mobileHome.png);
    background-size: 35%;
    background-repeat: no-repeat;
    background-position: center;
    background-color:salmon;
    background-color: rgba(0, 0, 0, 0.05);
}

#leftColumn2 {
    align-self: stretch;
    background-image:url(../images/accBiz/brandContent.jpg);
    background-size: cover;
    background-position: center;
    background-color: forestgreen;
    background-color: rgba(0, 0, 0, 0.05);
}

#rightColumn2 {
    align-self: stretch;
    background-image:url(../images/accBiz/taxServices.png);
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center 32px;
    background-color: forestgreen;
    background-color: rgba(0, 0, 0, 0.05);
}

.fullWidthIMG img {
    width: 100%;
    margin: 0px auto;
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.01);
}


/* -------------------- 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) {

/* -------------------- 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;
}


/* -------------------- PROJECT SECTIONS (Mobile) --------------------*/

#projectImages {
    margin: 0 auto;
    padding: 32px 5%;
}

.insetSection {
    grid-template-columns: 1fr;
    width: 100%;
    height: fit-content;
}

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

.insetLeft h1 {
    font-size: 3rem;
}

.insetRight {
    height: 75vh;
}

#insetIMG-1 {
    background-position: -2% 0;
}

#insetIMG-2 {
    background-position: -2% 0;
}

#insetIMG-3 {
    background-position: -2% 0;
}

#insetIMG-4 {
    background-position: -2% 0;
}

#insetIMG-5 {
    background-position: -2% 0;
}

.oneCol {
    width: 100%;
}

.oneCol img {
    width: 90%;
}

.multiCol {
    width: 100%;
    flex-direction: column;
}

#rightColumn1 {
    background-size: 55%;
}

#leftColumn2 {
    height: 75vh;
}

#rightColumn2 {
    height: 75vh;
    background-size: 90%;
    background-position: center 32px;
}

.fullWidthIMG img {
    width: 100%;
}

/* -------------------- LEGAL (Mobile) --------------------*/

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

}