.header {
	background: linear-gradient(to right, #5298A1 0%, #006775 50%, #006775 100%);
	padding: 1.8% 1.8% 1.8% 5%;
}

.logo {
	filter: brightness(0) invert(1);
	width: 10%;
	display: inline-block;
}

.top_side {
	float: right;
	color: #fff;
	display: flex;
	grid-gap: 1vw;
	font-size: 1.3vw;
}

.user_name {
	text-transform: uppercase;
}

.account,
.cart {
	cursor: pointer;
}

.container {
	padding: 50px;
	display: flex;
	grid-gap: 50px;
}

.sidebar {
	background: linear-gradient(to right, #5298A1 0%, #006775 50%, #006775 100%);
	padding: 5em 8em;
	height: calc(100vh - 250px);
}

.term-logo {
	padding: 8%;
	width: auto;
	max-height: 100%;
}

.content h1 {
	font-size: 50px;
	font-weight: normal;
	margin: 30px auto;
}

.content {
	width: 66%;
}

.content h2 {
	margin: 0 auto 20px;
	font-size: 30px;
	font-weight: normal;
}

.content p {
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 1.25;
	max-width: 561px;
	color: #000;
}

.quote-container {
	position: absolute;
	top: 67%;
	left: 18vw;
	width: 200px;
	z-index: 10;
}

.quote-text {
	font-size: 1.2vw;
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: "Teachers", sans-serif;
}

.quote-text::before {
	content: "";
	position: absolute;
	left: -25px;
	height: 20px;
	width: 20px;
	display: block;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAXCAYAAAD+4+QTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAI3SURBVHgBlZVdTttAEMdnNtuntlKOYKSmCClE+AbhBC0niNOkSHkKOUHLCUhf+6HQG9AT1DkBplSqVCrhI1gqvGCvh7Eh4LW96/B/sXY0s7+ZHe8sQkGLP5dOGidTQvQAqA2IIZv9Vvx/NnTdCAz6cnZxIFo0JUIHANmPgljK4WRrI4sH1ABK/SQip7ILwxjk1oG+nv+b86bTWjqle+Pe5olYrRnwoRaQO5Ojnr08qlRwftE3AvLkxGJxetoWj/vAW7CJyMsCiiZB8AbsaqfyxVQUdmk3BICSzweaQWBjDAH0CxCMmgKQwNEMKTXGsHYKEPCbvAmElnmK8AOaVegJ0Cd4omQig3VO4AHyfrvjNwUgUlhcD92NCAXNwSoKhLZJQwAKCMo2cZN8B6sw1CCk8MzqfnO1LNuG7lZYrlAPwhMN0lJxAGb5ptHC48R4zHEcLzVIIqUD5oyO4akiOp5wpXpPyHC5iMJx95Xl7NGps8ZKHWbfUuPrxwT/EMaR8/n35U7ttLivogJh9SsAovmou2n8IVppMqgBhKsqNEg2UStTmJ2Fuj4EmwRWqhSA3qqKu/WDLw5qstm1PVbffv31yonxA/XxXa+z1KFw92Cxs1ewR6mAvWI2daJSYhlgtN2pVJ5DsgdLAyDt7ndf2+7M/YP12EMTIIdoVfARrQPIAxEX6wAySZWooxUg68GkZz+iTIVeRHxJD0bWO8QQvgMBAyKRXM/GliZrVSjlKyl9rnq23+00Vn0LlO4RxhtRt3wAAAAASUVORK5CYII=);
	background-repeat: no-repeat;
	background-size: contain;
}

.quote-author {
	font-style: italic;
	display: block;
	margin-top: 1vw;
	font-size: 0.9vw;
	color: #ccc;
	font-style: normal;
	text-align: right;
}

.mobile-only {
	display: none;
}

.copyright {
	background: #ECECEC;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	padding: 0 20px;
}

@media screen and (max-width: 767px) {
	.mobile-only {
		display: block;
	}

	.desktop-only {
		display: none;
	}

	.container {
		display: block;
		margin-top: 30px;
		padding: 20px;
	}

	.sidebar {
		padding: 1em;
		height: auto;
	}

	.quote-container {
		position: static;
		margin: 20px;
		border: 3px solid #F8F8F8;
		width: auto;
		border-radius: 10px;
	}

	.quote-text {
		color: #000000;
		padding: 20px;
		font-size: 20px;
	}

	.quote-author {
		color: #006775;
		font-size: 16px;
		margin: 0 20px 20px;
	}

	.content {
		width: auto;
	}

	.content h1 {
		display: none;
	}

	.content h2 {
		margin: 20px auto 2%;
		font-size: 20px;
	}

	.content p {
		margin-bottom: 8%;
		font-size: 18px;
		line-height: 1.25;
		max-width: 100%;
	}

	.logout {
		font-size: 7vw;
		line-height: 12vw;
	}

	.hamburger-menu {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		background: linear-gradient(to right, #5298A1 0%, #006775 50%, #5298A1 100%);
		width: 100%;
		border-bottom: 1px solid #006775;
	}

	.cart {
		padding: 10px;
		visibility: hidden;
	}

	#hamburger {
		font-size: 28px;
		padding: 10px;
		cursor: pointer;
		color: #fff;
	}

	.logo-mobile img {
		filter: brightness(0) invert(1);
	}
}