@font-face{
	font-family:'Montserrat'
} 
@font-face {
	font-family: 'Advent Pro';
}
:root {
    --light-urple: #7E5181;
    --dark-urple: #4D415F;
    --lightest-urple: #C08EC2;
    --greysh: #E6E3E6;
}
html {
  scroll-behavior: smooth;
	/* scroll-snap-type: y mandatory; */
}
h2, h3, h4, .work_link, .nav_item a, .nav_item a, .nav_work__item a, .post_meta__label, .post_meta__eyebrow, button {
	font-family: 'Advent Pro';
	text-transform: uppercase;
}
h1, p, input, textarea {
	font-family: 'Montserrat';
}
a:hover, button:hover {
	color: var(--lightest-urple);
}
h1, h4, .post_meta__eyebrow, .post_meta__label, .nav_item a {
	color: var(--light-urple);
}
a,p, h2, h3, li, button,input, textarea, .nav, .logo_name, .post_wrapper {
	color:var(--dark-urple);
}
.modal h2, .modal p, .modal_title h1 {
	color: var(--greysh);
}
.logo_name h3, .nav_item a, .nav_work__item a, .post_title h1, .post_meta__eyebrow {
	font-weight: 500;
}
h1, h4, p, input, textarea {
	font-weight: 400;
}
h2, .close, p > a, .post_meta__label {
	font-weight: 600;
}
.work_link, .selected > a, button {
	font-weight: 800;
}
.nav_item a, .nav_item a, .nav_work__item a {
	letter-spacing: 10px;
}
a {
	text-decoration: none;
}
body, h1, h2, h4, p, ul {
	margin: 0;
}
body{
	padding:0;
	width:100%;
	height:100%;
	overflow-x: hidden;
}
section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 100%;
}
ul{
	padding-left:20px;
}
a, button {
	transition: background-color 0.5s;
	transition: color 0.5s;
}
.wrapper {
	display: flex;
	flex-direction: column;
	margin:0;
	width: 100vw;
	height: 100%;
	min-height: 100vh;
	box-sizing: border-box;
	background-image: linear-gradient(135deg, #D3CFEB, #FED6DF);
	background-attachment:fixed;
}
button {
	background: none;
	border: none;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

/* PHONE __________________________________________________________________________________________ */
@media only screen and (max-width: 768px) {
	section {
		gap: 24px;
	}
	.logo_name h3 {
		font-size: 18px;
	}
	.nav h3 {
		margin: 0;
	}
	button {
		font-size: 18px;
		min-height: 48px;
	}
	.page_title h1{
		font-weight: 400;
	}
	h2, h4 {
		font-size: 24px;
	}
	h2 {
		margin-top: 0;
	}
	.nav_item a, .nav_work__item a {
		font-size: 14px;
	}
	p {
		font-size: 18px;
		line-height: 36px;
	}
}

/* TABLET __________________________________________________________________________________________ */
@media only screen and (min-width: 769px) {
	section {
		gap: 24px;
	}
	.nav_work {
		margin: 8px 0 12px 0;
	}
	.logo_name h3 {
		font-size: 18px;
	}
	button {
		font-size: 18px;
	}
	h2, h4 {
		font-size: 24px;
	}
	h2 {
		margin-top: 0;
	}
	.nav_item a, .nav_work__item a {
		font-size: 14px;
	}
	p {
		font-size: 18px;
		line-height: 36px;
	}
}

/* DESKTOP __________________________________________________________________________________________ */
@media only screen and (min-width: 993px) {
	section {
		margin: 0 auto;
		min-height: calc(100vh - 300px);
		gap: 48px;
	}
	#brand {
		min-height: auto;
	}
	.logo_name h3 {
		font-size: 18px;
	}
	.nav_work {
		margin: 8px 0 12px 0;
	}
	button {
		font-size: 18px;
	}
	h2, h4 {
		font-size: 24px;
	}
	.page_title h1{
		font-weight: 300;
	}
	h2 {
		margin-top: 0;
	}
	.nav_item a, .nav_work__item a {
		font-size: 14px;
	}
	p {
		font-size: 14px;
		line-height: 24px;
	}
}

/* LARGE DESKTOP __________________________________________________________________________________________ */
@media only screen and (min-width: 1740px) {
	section {
		margin: 0 auto;
		min-height: calc(100vh - 300px);
		gap: 24px;
	}
	#brand {
		min-height: auto;
	}
	.nav {
		padding:48px;
	}
	.nav_name h3 {
		font-size: 18px;
	}
	.nav_work {
		margin: 8px 0 12px 0;
	}
	button {
		font-size: 18px;
	}
	.page_title h1{
		font-weight: 300;
	}
	h2, h4 {
		font-size: 24px;
	}
	h2 {
		margin-top: 0;
	}
	.nav_item a, .nav_work__item a {
		font-size: 14px;
	}
	p {
		font-size: 14px;
		line-height: 24px;
	}
}