#device-header-bar {
	display: none;
}

#device-menu-container {
	display: none;
}

#device-menu-overlay {
	display: none;
}

#split-header-rrss {
	display: none;
}

#home-body-device {
	display: none;
}

@media all and (max-width: 1160px) {
	#home-body-main .home-body-row-img-container {
		width: 68%;
		height: 38%;
	}
}

@media all and (max-width: 1050px) {
	.header-separator {
		margin: 0 10px;
	}

	#home-header-separator {
		margin: 0 20px;
	}

	#home-body-main .home-body-row-img-container {
		width: 75%;
		height: 35%;
	}

	#home-body-main a button {
		font-size: 23px;
	}

	#footer-campaign-logo {
		width: 70%;
	}

	#footer-campaign-slogan {
		width: 50%;
	}

	footer a,
	footer p {
		font-size: 19px;
	}
}

@media all and (max-width: 850px) {
	.header-separator-line {
		margin: 0 12px;
	}

	.header-separator {
		margin: 0 5px;
	}

	.header-separator-sm {
		margin: 0 4px;
	}

	.header-logo-container>.header-logo {
		max-height: 70%;
	}

	.header-logo-container>.header-logo-lg {
		max-height: 90%;
	}

	.header-logo-container>.header-logo-sm {
		max-height: 50%;
	}

	#info-header p,
	#info-header a {
		font-size: 17px;
		letter-spacing: 3px;
	}

	#inline-header-rrss {
		display: none;
	}

	#split-header-rrss {
		display: block;
	}

	.rrss li {
		margin: 0 5px;
	}

	#header-menu {
		display: none;
	}

	#device-header-bar {
		padding: 0 20px;
		background-color: var(--secondary-accent);
		height: 80px;
		display: flex;
		align-items: center;
	}

	#device-menu-open {
		color: var(--alternative-accent);
		font-size: 40px;
		cursor: pointer;
	}

	#device-menu-open:hover {
		color: var(--primary-accent);
	}

	#device-menu-overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background-color: rgba(0, 0, 0, 0.8);
		z-index: 100;
	}

	#device-menu-container {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		width: 300px;
		z-index: 101;
		overflow: hidden;
	}

	#device-menu-content {
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		position: relative;
		background-color: var(--secondary-accent);
	}

	#device-menu-close {
		position: absolute;
		top: 10px;
		right: 15px;
		cursor: pointer;
		font-size: 28px;
		color: var(--alternative-accent);
	}

	#device-menu-close:hover {
		color: var(--primary-accent);
	}

	#device-menu-logo {
		margin: 80px 0 40px 0;
		display: flex;
		justify-content: center;
	}

	#device-menu-logo img {
		width: 80%;
	}

	#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;
	}

	#device-menu nav ul {
		flex-direction: column;
	}

	span:not(:first-child).anchor {
		padding: 130px;
	}

	#home-header {
		height: 340px;
	}

	#home-header #home-header-img-container {
		height: 36%;
	}

	#home-header-separator {
		margin: 0 15px;
	}

	#home-header-title {
		font-size: 38px;
		line-height: 60px;
	}

	#home-header-title>strong {
		font-size: 60px;
	}

	#home-body-main {
		border-width: 12px;
		height: 560px;
	}

	#home-body-main .home-body-row-img-container {
		width: 85%;
		height: 32%;
	}

	#home-body-main a button {
		font-size: 18px;
	}

	.sponsor {
		width: 35%;
	}

	#footer-campaign-logo {
		width: 70%;
	}

	#footer-campaign-slogan {
		width: 50%;
	}

	.map-wrapper>#place-image {
		display: none;
	}

	/* SCROLLBAR */
	#device-menu-container ::-webkit-scrollbar {
		width: 10px;
	}

	#device-menu-container ::-webkit-scrollbar-track {
		background: #f1f1f1;
	}

	#device-menu-container ::-webkit-scrollbar-thumb {
		background: var(--alternative-accent);
	}

	#device-menu-container ::-webkit-scrollbar-thumb:hover {
		background: var(--primary-accent);
	}
}

@media all and (max-width: 710px) {
	#info-header-center-container {
		flex-direction: column;
	}

	#info-header-center-container>.header-logo-container {
		height: unset;
	}

	#home-header {
		height: 280px;
	}

	#home-header #home-header-img-container {
		height: 29%;
	}

	#home-header-separator {
		margin: 0 12px;
	}

	#home-header-title {
		font-size: 25px;
		line-height: 40px;
	}

	#home-header-title>strong {
		font-size: 45px;
	}

	#home-body-main {
		border-width: 8px;
		height: 400px;
	}

	#home-body-main .home-body-row>div {
		gap: 12px;
	}

	#home-body-main .home-body-row-img-container {
		width: 90%;
		height: 28%;
	}

	#home-body-main a {
		width: 95%;
		height: 25%;
	}

	#home-body-main a button {
		background-size: 100% 100%;
		font-size: 16px;
		padding: 0 6px;
	}

	.buttons-wrapper {
		flex-direction: column;
	}

	.buttons-wrapper>a {
		margin: 0 0 15px 0;
	}

	.buttons-wrapper button {
		padding: 0 50px;
	}

	section p,
	section label {
		line-height: 29px;
	}

	footer a,
	footer p {
		font-size: 18px;
	}

	#footer-campaign-logo {
		width: 90%;
	}

	#footer-campaign-slogan {
		width: 65%;
	}

	#footer-bar .rrss i.fab {
		margin: 0 7px;
	}
}

@media all and (max-width: 550px) {
	#header-filler {
		height: 180px;
	}

	#device-header-bar {
		padding: 0 15px;
		height: 70px;
	}

	#device-menu-container {
		width: 100%;
	}

	#info-header {
		height: 110px;
	}

	#info-header p,
	#info-header a {
		font-size: 16px;
		letter-spacing: 2px;
	}

	#info-header-center-container {
		width: fit-content;
	}

	.header-separator-line {
		margin: 0 8px;
	}

	.header-separator {
		margin: 0 3px;
	}

	.header-logo-container>.header-logo {
		max-height: 80%;
	}

	.header-logo-container>.header-logo-lg {
		max-height: 100%;
	}

	.header-logo-container>.header-logo-sm {
		max-height: 60%;
	}

	#home-header {
		height: 250px;
	}

	#home-header #home-header-img-container {
		height: 27%;
	}

	#home-header-separator {
		margin: 0 8px;
	}

	#home-header-title {
		font-size: 22px;
		line-height: 32px;
	}

	#home-header-title>strong {
		font-size: 38px;
	}

	#home-body-main {
		display: none;
	}

	#home-body-device {
		display: flex;
		border-width: 12px;
		width: 95%;
		height: unset;
		padding: 25px;
		gap: 25px;
	}

	#home-body-device>div {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 20px;
		height: 250px;
	}

	#home-body-device>div:first-child {
		height: 180px;
	}

	#home-body-device .home-body-logo {
		width: 65%;
	}

	#home-body-device .home-body-row-img-container {
		width: 62%;
		height: 48%;
	}

	button {
		font-size: 22px;
	}

	.section-header>h2 {
		width: 100%;
		margin: 0 25px;
	}

	h2 {
		font-size: 40px;
	}

	section p,
	section label {
		font-size: 18px;
		line-height: 27px;
	}

	#categories-list .category>img {
		height: 75px;
		width: 75px;
		min-width: 75px;
	}

	.sponsor {
		width: 50%;
	}

	footer a,
	footer p {
		font-size: 15px;
	}

	#footer-bar li {
		margin: 0 3px;
	}

	#footer-campaign-logo {
		width: 100%;
	}

	#footer-campaign-slogan {
		width: 75%;
	}

	#footer-bar .rrss i.fab {
		margin: 0 6px;
	}
}

@media all and (max-width: 450px) {
	#info-header {
		height: 100px;
	}

	#info-header p,
	#info-header a {
		font-size: 15px;
	}

	.header-logo-container>.header-logo {
		max-height: 90%;
	}

	.header-logo-container>.header-logo-sm {
		max-height: 70%;
	}

	#header-filler {
		height: 160px;
	}

	#device-header-bar {
		padding: 0 10px;
		height: 60px;
	}

	#device-menu-open {
		font-size: 38px;
	}

	#home-header {
		height: 200px;
	}

	#home-header #home-header-img-container {
		height: 30%;
		min-width: 18%;
	}

	#home-header-title {
		font-size: 18px;
		line-height: 28px;
	}

	#home-header-title>strong {
		font-size: 32px;
	}

	#home-body-device>div:first-child {
		height: 160px;
	}

	button {
		font-size: 20px;
	}

	.buttons-wrapper button {
		padding: 0 30px;
	}

	footer a,
	footer p {
		font-size: 14px;
	}

	#footer-bar .rrss li {
		margin: 0 2px;
	}

	#footer-bar .rrss i.fab {
		margin: 0 5px;
	}
}