:root {
	--primary: #6E004E;
	--primary-light: #ac598d;
	--secondary: #FFA600;
	--tertiary: #f2dae9;

	--accent: #F2F1F1;

	--border-color: #271736;

	--font: 'Plus Jakarta Sans', sans-serif;
	--logo-font: "Allerta Stencil", sans-serif;
}

header, footer {
	background-color: var(--primary);
	color: white;
}
header .container, footer .container {
	padding-left: 40px;
	padding-right: 40px;
	/* font-size: 16px; */
}
header .row {
	align-items: center;
}
header .refraction-marketing h1 {
	line-height: 0.7;
	margin-bottom: 0;
	/* color: var(--tertiary); */
	font-family: var(--logo-font);
	color: #fff;
}
header h1 span.marketing {
	font-size: min(4vw, 20px);
	letter-spacing: 6px;
	font-family: var(--font);
}
header a {
	margin-left: min(1.5vw, 10px);
}
header .contact-icons svg {
	width: min(8vw, 42px);
	height: auto;
}
header .contact-icons a svg #Path, footer .contact-icons a svg #Path {
	transition: ease-in-out 250ms;
	fill: var(--secondary);
}
header .contact-icons a:hover svg #Path, footer .contact-icons a:hover svg #Path {
	fill: var(--tertiary);
}
main .container {
	padding-top: 30px;
	padding-bottom: 30px;
}
.container-fluid {
	position: relative;
	padding: 0;
}
.container {
	max-width: 100%;
	padding: 20px;
}
body {
	font-family: var(--font);
	background-color: var(--accent);
	font-size: 16px;
	line-height: 1.4;
}
h1 {
	font-size: min(8vw, 38px);
	line-height: 1.4;
	margin-bottom: 10px;
	font-weight: 400;
	color: var(--primary);
}
h2 {
	color: var(--primary);
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	color: var(--primary-light);
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}
img {
	max-width: 100%;
	height: auto;
}
img.headshot {
	border-radius: 50%;
	margin-bottom: 20px;
	box-shadow: 0 12px 14px -8px grey;
}
a {
	color: black;
	font-weight: bold;
	text-decoration: underline;
	text-decoration-color: var(--primary);
	text-decoration-thickness: 2px;
	text-underline-offset: 2px;
	transition: ease-in-out 250ms;
}
li::marker {
	color: #f39102;
}
.row {
	--bs-gutter-x: 0;
}
.row > * {
	padding-left: 0;
	padding-right: 0;
}
section.profile.container {
	padding-top: 0;
}
section.profile .row {
	gap: 4%;
	align-items: center;
}
section.summary {
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 0 6px 14px -8px #212529;
}
section.summary.container {
	z-index: 1;
	position: relative;
}
footer {
	margin-top: -20vw;
	padding-top: 18vw !important;
}
footer a {
	color: white;
	text-decoration: none;
	transition: ease-in-out 250ms;
	text-decoration: underline;
	text-decoration-color: transparent;
	word-break: break-word;
}
footer a:hover {
	color: var(--tertiary);
	text-decoration-color: var(--secondary);
	text-decoration-color: var(--secondary);
	text-decoration-thickness: 2px;
}
footer .contact-icons a {
	margin-bottom: 10px;
	display: flex;
}
footer .contact-icons svg {
	margin-right: 10px;
	flex: 0 0 24px;
	height: auto;
}

/*396px min screen*/
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	header .container, footer .container {
		padding-left: 70px;
		padding-right: 70px;
	}
	header .container {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.container {
		padding: 40px;
	}
	main {
		top: 90px;
	}
	img.headshot {
		max-width: 70%;
		display: flex;
		margin: 0 auto 20px;
	}
	footer {
		margin-top: -20vw;
		padding-top: 13vw !important;
	}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	header .header-email {
		margin-bottom: 6px;
	}
	header .container, footer .container {
		padding-left: 120px;
		padding-right: 120px;
	}
	header .container {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.container {
		padding: 60px;
	}
	body {
		font-size: 16px;
	}
	header a {
		font-size: 16px;
	}
	main {
		top: 130px;
	}
	section.profile {
		padding-top: 0;
	}
	section.profile .col-md-6 {
		flex: 0 0 48%;
	}
	img.headshot {
		margin: auto;
	}
	footer {
		margin-top: -180px !important;
		padding-top: 110px !important;
	}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	header .header-email {
		margin-bottom: 14px;
	}
	header .contact-icon {
		max-width: 18px;
	}
	main {
		top: 130px;
	}
	body {
		font-size: 18px;
	}
	a {
		text-decoration-thickness: 3px;
		text-underline-offset: 3px;
	}
	header a {
		font-size: 18px;
	}
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	header .container, footer .container {
		padding-left: 180px;
		padding-right: 180px;
	}
	header a {
		font-size: 18px;
	}
	.container {
		padding: 90px;
		max-width: 1300px;
	}
	main .container {
		padding-top: 65px;
		padding-bottom: 65px;
	}
	main {
		top: 170px;
	}
	footer .container {
		padding-top: 45px;
	}
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
	header .container, footer .container {
		padding-left: 160px;
		padding-right: 160px;
	}
	header .container {
		padding-top: 44px;
		padding-bottom: 44px;
	}
	.container {
		padding: 80px;
	}
}