@media (max-width: 1400px) {
	h1 {
		font-size: 90px
	}

	h2 {
		font-size: 90px;
	}

	h3 {
		font-size: 20px;
	}

	.title, #pages h1 {
		font-size: 18px;
	}

	.countdown .box span{
		font-size: 45px;
	}

	.countdown .box small{
		font-size: 16px;
	}

	#works h2, #previous h2, #donate h2, #about h2, #nextdrawings .left h3{
		font-size: 60px;
	}

	#previous .box .month{
		font-size: 14px;
	}

	#previous .box .name{
		font-size: 20px;
	}

	#donate .flex{
		max-width: 950px;
	}

	#donate .price{
		font-size: 40px;
	}

	#donate .box .title{
		font-size: 16px;
	}
}


@media (max-width: 1200px) {
	/* MOBILE NAV */

	.main-menu{
		position: absolute;
		display: none;
		right: -200px;
		top: 0;
		height: 100%;
		transition: left 0.3s ease, box-shadow 0.3s ease;
		z-index: 999;

	}



	.main-menu ul{
		list-style: none;
		margin: 0;
		padding: 10vh 0;
		min-height: 90vh;
		width: 100%;
		background: #fff;
		z-index:9;
		overflow:hidden;
		flex-direction: column;
		justify-content: space-between;

	}

	#topwrapper #navwrapper .menu-close{
		font-size:30px;
	}

	#navwrapper .main-menu a, #topwrapper #navwrapper .sub_menu li a {
		display: block;
		padding: 10px;
		line-height:1;
		font-size:25px;
		text-align:center;
		text-decoration: none;
		margin:auto;

	}

	#navwrapper li.button a{
		padding:12px 18px;
	}

	#navwrapper li.button{
		margin:0;
	}

	#topwrapper #navwrapper .sub_menu li a {
		font-size:40px;
		line-height:1;
		padding:20px 0;
	}

		#topwrapper #navwrapper {
		float:none;
		margin:0;
		padding: 0;
		width:100%;
	}


	#navwrapper .sub_menu{
		visibility: hidden;
		position: absolute;
		z-index: 999;
		top: 0px!important;
		left: -350px;
		width: 200px;
		border-top: none;
		padding: 0;
		display:none;
	}

	#navwrapper li.drop:hover .sub_menu {
		visibility: visible;
	}

	#navwrapper li.drop.toggle .sub_menu{
		visibility:visible;
		display:block;
		position:relative;
		width:100%;

		left:0;
		text-align:right;
	}

	#navwrapper li.drop:after {
		font-family: 'FontAwesome';
		content: "\f078";
		font-size: 15px;
		color:#B49562;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: absolute;
		right: 30px;
		top: 35px;
		cursor: pointer;
		font-size: 30px;
	}

	#navwrapper li.drop.toggle:after {
		content: "\f077";
		color:#B49562;
	}

	#navwrapper ul li{
		padding:0;
		margin:0;
	}

	#navwrapper .sub_menu li{
		margin:0;
	}





	#navwrapper .fa-bars{
		color:#B49562;
		font-size:large;
	}



	#navwrapper .fa-bars.scrolled{
		background: rgba(0,0,0,0.6);

		color: #fff;
		padding: 10px;
		top: 0;
		right: 0;
		position: fixed;
	}

	#navwrapper li {
		margin: 0;
		display:block;
	}


	#navwrapper .menu-toggle, #navwrapper .main-menu .menu-close{
		display:block;
		position:absolute;
		right:2.5%;
		top:20px;
		padding:0;
		font-size: 30px;
		color:#B49562;
	}

	.main-menu:target, .main-menu[aria-expanded="true"]{
		display: block;
		right: 0;
		outline: none;
		-moz-box-shadow: 3px 0 12px rgba(0,0,0,.25);
		-webkit-box-shadow: 3px 0 12px rgba(0,0,0,.25);
		box-shadow: 3px 0 12px rgba(0,0,0,.25);
		text-align:right;
		width:100%;


	}

	.main-menu:target .menu-close, .main-menu[aria-expanded="true"] .menu-close{
		z-index: 1001;
	}

	.main-menu:target ul, .main-menu[aria-expanded="true"] ul, {
		position: relative;
		z-index: 1000;
	}

	.main-menu:target + .backdrop,
	.main-menu[aria-expanded="true"] + .backdrop{
		position: absolute;
		display: block;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 998;
		background: #fff;

		cursor: default;

	}


	@supports (position: fixed) {
		.main-menu,
		.main-menu:target + .backdrop,
		.main-menu[aria-expanded="true"] + .backdrop {
			position: fixed;

		}

		#navwrapper .menu-toggle, #navwrapper .menu-close {
			top: 20px;
			right: 30px;
		}
	}
	/* END MOBILE NAV */

	h1 {
		font-size: 70px
	}

	h2 {
		font-size: 70px;
	}

	#hero{
		padding:60px 0;
	}

	#hero .left, #hero .right{
		width:275px;
	}

	#hero .left{
		margin-top: 40px;
	}

	#hero .watch{
		width:325px;
	}

	#drawings {
		position: relative;
	}

	#drawings .main {
		flex-direction: column;
	}

	#drawings .info {
		margin:0 auto 20px;
		position: relative;
		z-index: 9;
		text-shadow: 0 0 5px #0c1828, 0 0 10px #0c1828, 0 0 15px #0c1828, 0 0 20px #0c1828;
	}

	#drawings .image{
		position: absolute;
		width: 200px;
		top: -10px;
		margin: 0;
		left: -20px;
	}

	#drawings .left, .countdown {
		width: 100%;
		text-align: center;
	}

	.countdown h2 {
		text-align: center;
	}

	.countdown .time {
		justify-content: center;
	}

	#works{
		background-size: cover;
	}

	#works .boxes{
		flex-direction: column;
		gap:10px;
	}

	#donate .option{
		flex: 0 0 55%;
	}

	#donate .option:nth-child(2){
		flex: 0 0 40%;
	}

	#nextdrawings .main{
		flex-direction: column;
		align-items: center;
	}

	#nextdrawings .left{
		text-align: center;
		margin:0 0 30px;
	}

	#nextdrawings .left .button{
		margin:auto;
	}

	footer .flex, .copy{
		text-align: center;
		flex-direction: column;
		gap:10px;
	}
}

/* MOBILE */
@media (max-width: 750px) {
	body{
		font-size: 14px;
	}

	h1 {
		font-size: 40px
	}

	h2 {
		font-size: 40px;
	}

	h3 {
		font-size: 18px;
	}

	.title, #pages h1{
		font-size: 16px;
	}

	#hero .main {
		flex-wrap: wrap;
		text-align: center;
	}

	#hero .left,
	#hero .right,
	#hero .watch {
		width: 100%;
		text-align: center;
		margin:auto;
	}

	#hero .watch {
		width: 250px;
		max-width: 50%;
		margin:0 auto -2%;
	}

	#hero .right h2 {
		text-align: center;
	}

	#drawings .info .title{
		font-size: 24px;
	}

	#drawings .info .subtitle, #drawings .info .price{
		font-size: 18px;
	}

	#drawings .info .smaller{
		font-size: 16px;
	}

	#drawings .image{
		width:140px;
		left:0;
	}

	.countdownbox h3{
		font-size: 16px;
	}

	.countdown .box span{
		font-size: 30px;
		letter-spacing: -.025em;
	}

	.countdown .time{
		width:350px;
		max-width: 100%;
		gap:2%;
	}

	.countdown .box {
		max-width: 23%;
		padding: 10px 0;
	}

	.countdown .box small{
		font-size: 14px;
	}

	#works{
		padding-bottom: 0;
	}

	#works .flex{
		flex-direction: column-reverse;
		align-items: center;
		max-width: 500px;
		margin:auto;
	}

	#works .left{
		width:auto;
	}

	#works .right{
		width:auto;
		max-width: 300px;
		margin-bottom: 40px;
	}

	#works h2, #previous h2, #donate h2, #about h2, #nextdrawings .left h3{
		font-size: 35px;
	}

	#donate .flex{
		flex-direction: column;
		max-width: 500px;
		margin:auto;
	}

	#donate .title, #pages.donate .title{
		min-height: 0;
	}

	#donate .boxes{
		padding-top: 30px;
	}

	#previous .box .month{
		font-size: 12px;
	}

	#previous .box .name{
		font-size: 18px;
	}

	#donate .price{
		font-size: 25px;
	}

	#donate .box .title{
		font-size: 14px;
	}

	#about{
		background-position: center;
		position: relative;
	}

	#about:before{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
		background: rgba(255,255,255,.75);
	}

	#about .main{
		position: relative;
	}

}