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

nav {
	height: 72px;
	width: 100vw;
	margin-bottom: 0rem;
}

.audible-logo {
	height: 29px;
	width: 160px;
}

.nav-logo {
	flex-shrink: 0;
}

#desktop-nav {
	padding-left: clamp(1rem, calc((100vw - 1120px) / 2), 13rem) !important;
	padding-right: clamp(1rem, calc((100vw - 1120px) / 2), 13rem) !important;
}

@media only screen and (max-width: 44.99em) {
	#desktop-nav .nav-menu-desktop {
		display: none !important;
	}

	#desktop-nav #burger-menu {
		display: flex !important;
	}
}

/* Tight: drop the logo so the full menu fits */
@media only screen and (min-width: 45em) and (max-width: 55.99em) {
	#desktop-nav .nav-logo {
		display: none;
	}

	#desktop-nav .nav-menu-desktop > div {
		padding-left: .35rem !important;
		padding-right: .35rem !important;
	}

	#desktop-nav .nav-menu-desktop a {
		font-size: 1rem !important;
	}
}

/* Snug: smaller logo, tighter menu */
@media only screen and (min-width: 56em) and (max-width: 67.49em) {
	#desktop-nav .audible-logo {
		width: 160px;
		height: 29px;
	}

	#desktop-nav .nav-menu-desktop > div {
		padding-left: .35rem !important;
		padding-right: .35rem !important;
	}

	#desktop-nav .nav-menu-desktop a {
		font-size: 1rem !important;
	}
}

@media only screen and (min-width: 67.5em) and (max-width: 99.99em) {
	#desktop-nav .nav-menu-desktop > div {
		padding-left: .5rem !important;
		padding-right: .5rem !important;
	}
}

.content-wrapper {
	min-height: 60vh;
}

.main-content-wrapper {
	min-height: 49vh;
}

.footer-image {
	height: 90px !important;
	width: 90px !important;
}

.footer-logo {
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-o-transform: translateY(10px);
}

.footer-wrapper {
	background-image: url('../assets/bg/footer.svg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 250px;
}

.plum-shadow {
	-webkit-filter: drop-shadow(0px 16px 40px #42287333);
	-moz-filter: drop-shadow(0px 16px 40px #42287333);
	-o-filter: drop-shadow(0px 16px 40px #42287333);
	filter: drop-shadow(0px 16px 40px #42287333);
}

@media only screen and (min-width: 30em) {
	.audible-logo {
		height: 36px;
		width: 191px;
	}

	.footer-image {
		height: 64px;
		width: 64px;
	}

	.footer-logo {
		transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-o-transform: translateY(-10px);
	}
}

@media only screen and (min-width: 60em) {
	.footer-image {
		height: 114px;
		width: 114px;
	}

	.footer-logo {
		transform: translateY(-55px);
		-webkit-transform: translateY(-55px);
		-moz-transform: translateY(-55px);
		-o-transform: translateY(-55px);
	}

	.w-55-l {
		width: 55% !important;
	}
}

@media only screen and (min-width: 69em) {
	.f1-xl {
		font-size: 3rem !important;
	}

	.mt3-xl {
		margin-top: 1rem !important;
	}

	.mt4-xl {
		margin-top: 2rem !important;
	}

	.pb6-xl {
		padding-bottom: 8rem !important;
	}

	.ph3-xl {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.ph6-xl {
		padding-right: 6rem !important;
		padding-left: 6rem !important;
	}

	.footer-logo {
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-o-transform: translateY(-20px);
	}
}

@media only screen and (min-width: 90em) {
	.mt4-xxl {
		margin-top: 2rem !important;
	}

	.ph7-xxl {
		padding-right: 13rem !important;
		padding-left: 13rem !important;
	}
}

@media only screen and (min-width: 120em) {
	.mt5-xxxl {
		margin-top: 4rem !important;
	}

	.w-15-xxxl {
		width: 15% !important;
	}
}

/* ------ Reset Realted CSS Rules ------*/

a {
	text-decoration: none;
}

body {
	overflow-x: hidden;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
	margin: 0;
}

ul {
	padding-left: 1rem;
}

/* ------ RESET REALTED END ------*/

/* ----- Color Related CSS Rules ------ */

a {
	color: blue;
}

.dark_blue {
    color: #0000ff;
}

a.french-lilac:hover {
	color: white;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}

a.light-purple:hover {
	color: #6450a1;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}

nav a {
	color: inherit; /* or whichever color you'd like for links in the nav */
}

h1,
h2,
h3 {
	color: orange;
}

.french-lilac {
	color: #bdb0e0;
}

.oa-purple {
	color: #513a83;
}

.oa-purple2 {
	color: #584290;
}

.rusty-nail {
	color: #93530b;
}

/* ----- COLOR REALTED END -------- */

/* ----- Font Related CSS Rules ------ */

.poppins {
	font-family: 'Poppins', sans-serif;
}

.ubuntu {
	font-family: 'Ubuntu', sans-serif;
}

.license_code {
	font-family: 'Roboto Mono', monospace;
}


/* ----- FONT REALTED END -------- */

/* ------ Misc Realted CSS Rules ------*/

.white-underline {
	border-bottom: 2px solid white;
	color: white;
	display: inline-block;
	padding-bottom: 2px;
}

/* ------ MISC REALTED END ------*/



