#device-header-bar {
	display: none;
}

#device-menu-container {
	display: none;
}

#device-menu-overlay {
	display: none;
}

@media all and (max-width: 1050px) {
	.header-separator {
		margin: 0 10px;
	}

	.quadrant {
		padding: 30px 0;
	}
}

@media all and (max-width: 850px) {
	.header-separator {
		margin: 0 5px;
	}

	.header-separator-sm {
		margin: 0 4px;
	}

	.rrss li {
		margin: 0 5px;
	}

	#header-menu {
		display: none;
	}

	#device-header-bar {
		display: flex;
		padding: 0 20px;
		background-color: var(--blue);
		height: 60px;
	}

	#device-menu-open {
		font-size: 40px;
		cursor: pointer;
	}

	#device-menu-open:hover {
		color: var(--yellow);
	}

	#device-menu-overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.8);
		z-index: 100;
	}

	#device-menu-container {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 300px;
		z-index: 101;
		overflow: hidden;
	}

	#device-menu-content {
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		position: relative;
	}

	#device-menu-close {
		position: absolute;
		top: 10px;
		right: 15px;
		cursor: pointer;
		font-size: 28px;
	}

	#device-menu-close:hover {
		color: var(--yellow);
	}

	#device-menu-logo {
		margin: 80px 0 40px 0;
		justify-content: center;
	}

	#device-menu,
	#device-menu nav,
	#device-menu nav ul,
	#device-menu nav li,
	#device-menu nav a,
	#device-menu nav button {
		width: 100%;
	}

	#device-menu nav button {
		height: 80px;
		padding: 0 20px;
		font-family: 'gotham light', sans-serif;
		font-weight: 600;
		font-size: 20px;
	}

	#device-menu nav ul {
		flex-direction: column;
	}

	#home-header {
		height: 340px;
	}

	#home-header-sub-img {
		justify-content: end;
	}

	#home-header-title {
		font-size: 24px;
		line-height: 24px;
		padding-bottom: 0px;
		margin-right: 10px;
	}

	h2 {
		margin: 30px auto;
	}

	h4 {
		margin: 25px auto;
	}

	.quadrant p {
		margin: 12px 0;
		padding: 0 40px;
	}

	.sponsor {
		width: 35%;
	}

	footer {
		height: 300px;
	}

	/* SCROLLBAR */
	#device-menu-container ::-webkit-scrollbar {
		width: 10px;
	}

	#device-menu-container ::-webkit-scrollbar-track {
		background: #f1f1f1;
	}

	#device-menu-container ::-webkit-scrollbar-thumb {
		background: var(--yellow);
	}

	#device-menu-container ::-webkit-scrollbar-thumb:hover {
		background: var(--yellow);
	}
}

@media all and (max-width: 710px) {
	#home-header-title {
		font-size: 21px;
		line-height: 22px;
	}

	h2 {
		font-size: 45px;
		line-height: 40px;
		margin: 25px auto;
	}

	h4 {
		font-size: 28px;
		line-height: 28px;
		margin: 22px auto;
	}

	section p,
	section label {
		font-size: 21px;
		line-height: 26px;
	}

	.sign img {
		height: 180px;
	}

	p.sign-header {
		font-size: 28px;
		line-height: 32px;
	}

	.quadrant p {
		margin: 10px 0;
	}
}

@media all and (max-width: 550px) {
	#device-menu-container {
		width: 100%;
	}

	.header-separator {
		margin: 0 3px;
	}

	#home-header {
		height: 300px;
	}

	#home-header-title {
		font-size: 17px;
		line-height: 20px;
	}

	span.anchor:not(:first-child) {
		padding: 100px;
	}

	h2 {
		font-size: 42px;
		line-height: 38px;
		margin: 20px auto;
	}

	h4 {
		font-size: 26px;
		line-height: 26px;
		margin: 18px auto;
	}

	section p,
	section label {
		font-size: 20px;
		line-height: 20px;
	}

	.sign {
		height: 300px;
		padding: 0;
	}

	.sign img {
		height: 120px;
	}

	p.sign-header {
		font-size: 25px;
		line-height: 30px;
	}

	.quadrant {
		padding: 10px 0;
	}

	.sponsor {
		width: 50%;
	}

	footer {
		height: 250px;
	}
}

@media all and (max-width: 450px) {
	#device-menu-open {
		font-size: 38px;
	}

	#home-header {
		height: 250px;
	}

	#home-header-title {
		font-size: 15px;
		line-height: 18px;
	}

	h2 {
		font-size: 38px;
		margin: 10px auto;
	}

	h4 {
		font-size: 24px;
		line-height: 24px;
		margin: 8px auto;
	}

	section p,
	section label {
		font-size: 19px;
		line-height: 22px;
	}

	.sign {
		height: 260px;
		padding: 0;
	}

	.sign img {
		height: 100px;
	}

	p.sign-header {
		font-size: 22px;
		line-height: 25px;
	}

	.quadrant p {
		margin: 8px 0;
		padding: 0 30px;
	}

	footer {
		height: 200px;
	}
}