#device-header-bar {
	display: none;
}

#navbar-modal {
	display: none;
}

#modal-overlay {
	display: none;
}

@media all and (max-width: 1380px) {
	#header-campaign-logo {
		max-width: 40%;
	}
}

@media all and (max-width: 1160px) {
	#header-campaign-logo {
		max-width: 50%;
	}

	.buttons-wrapper button {
		padding: 0 80px;
	}
}

@media all and (max-width: 1050px) {
	.buttons-wrapper button {
		padding: 0 50px;
	}

	button {
		font-size: 32px;
	}

	#footer-campaign-logo {
		width: 60%;
	}

	footer a,
	footer p {
		font-size: 15px;
	}

	#footer-bar ul {
		padding: 0 20px;
	}
}

@media all and (max-width: 850px) {
	#header-menu {
		display: none;
	}

	#device-header-bar {
		display: flex;
		padding: 0 15px;
		background-color: var(--secondary-accent);
		height: 58px;
		align-items: center;
	}

	#navbar-modal-open {
		color: #fff;
		font-size: 34px;
		cursor: pointer;
	}

	#navbar-modal-open:hover {
		color: var(--primary-accent);
	}

	#navbar-modal-rrss {
		width: 100%;
		display: flex;
		justify-content: flex-end;
		margin: 0 20px;
	}

	#navbar-modal-rrss ul {
		list-style: none;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
	}

	#navbar-modal-rrss a {
		text-transform: uppercase;
		color: white;
		font-size: 14px;
		font-weight: 100;
	}

	#modal-overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background-color: rgba(0, 0, 0, 0.8);
		z-index: 100;
	}

	#navbar-modal {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		width: 300px;
		z-index: 101;
		overflow: hidden;
	}

	#navbar-modal-content {
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		position: relative;
		background-color: var(--secondary-accent);
	}

	#navbar-modal-close {
		position: absolute;
		top: 10px;
		right: 15px;
		cursor: pointer;
		font-size: 28px;
		color: #fff;
	}

	#navbar-modal-close:hover {
		color: var(--primary-accent);
	}

	#navbar-modal-logo {
		margin: 60px 0 40px 0;
		display: flex;
		justify-content: center;
	}

	#navbar-modal-logo img {
		width: 80%;
	}

	#navbar-modal-menu {
		height: auto;
		display: table;
		position: relative;
		width: 100%;
		text-align: center;
	}

	#modal-menu-item {
		height: auto;
		vertical-align: middle;
		margin: 5px 0;
	}

	#navbar-modal-menu a {
		font-size: 18px;
		padding: 15px 0;
		width: 100%;
		display: block;
	}

	#header-campaign-logo {
		max-width: 60%;
	}

	.buttons-wrapper button {
		padding: 0 35px;
	}

	button {
		font-size: 29px;
	}

	.iframe-wrapper {
		max-width: 100%;
	}

	.sponsor {
		width: 30%;
	}

	.sponsor-wide {
		padding: 0;
	}

	#footer-campaign-logo {
		width: 70%;
	}

	#footer-bar ul {
		padding: 0 10px;
	}

	#footer-bar li {
		margin: 0 5px;
	}

	/* width */
	#navbar-modal ::-webkit-scrollbar {
		width: 10px;
	}

	/* Track */
	#navbar-modal ::-webkit-scrollbar-track {
		background: #f1f1f1;
	}

	/* Handle */
	#navbar-modal ::-webkit-scrollbar-thumb {
		background: #fff;
	}

	/* Handle on hover */
	#navbar-modal ::-webkit-scrollbar-thumb:hover {
		background: #c93a3a;
	}
}

@media all and (max-width: 710px) {
	#header-campaign-logo {
		max-width: 70%;
	}

	.buttons-wrapper {
		flex-direction: column;
	}

	.buttons-wrapper>a {
		margin: 0 0 15px 0;
	}

	.buttons-wrapper button {
		padding: 0 90px;
	}

	button {
		font-size: 36px;
	}

	h2 {
		font-size: 48px;
	}

	h3 {
		font-size: 30px;
	}

	section {
		padding-top: 20px;
	}

	section p,
	section label {
		font-size: 20px;
		line-height: 29px;
	}

	.iframe-wrapper {
		max-width: 90%;
	}
}

@media all and (max-width: 550px) {
	#navbar-modal {
		width: 100%;
	}

	#header-campaign-logo {
		max-width: 80%;
	}

	#header-slogan {
		font-size: 35px;
	}

	.buttons-wrapper button {
		padding: 0 80px;
	}

	button {
		font-size: 32px;
	}

	h2 {
		font-size: 42px;
	}

	h3 {
		font-size: 25px;
	}

	section p,
	section label {
		font-size: 18px;
		line-height: 27px;
	}

	.iframe-wrapper {
		max-width: 100%;
	}

	.sponsor {
		width: 40%;
	}

	#footer-campaign-logo {
		width: 80%;
	}
}