@media (max-width: 1600px) {
	#interview .right{
		margin-right: 0;
	}
}

@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, #interview h2{
		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;
	}

	#interview .right .text{
		font-size: 20px;
	}
}


@media (max-width: 1200px) {
	header .top{
		position: relative;
		width:95%;
	}

	/* 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;

	}

	#topwrapper #navwrapper .menu-close{
		font-size:30px;
	}

	#navwrapper .main-menu a, #topwrapper #navwrapper .sub_menu li a {
		display: block;
		padding: 12px;
		line-height:1;
		font-size:25px;
		text-align:center;
		text-decoration: none;
		margin:auto;
	}



	#navwrapper ul li, #navwrapper li.button{
		padding:0;
		margin:40px 0;
	}

	#navwrapper li.button a{
		padding:12px 18px;
	}

	#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 .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:30px;
		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 {
			top: 0;
			right: 0;
		}
	}
	/* END MOBILE NAV */

	h1 {
		font-size: 70px
	}

	h2 {
		font-size: 70px;
	}

	#hero .left{
		width:460px;
	}

	#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;
		padding: 80px 0;
	}

	#works .boxes{
		flex-direction: column;
		gap:10px;
	}

	#previous{
		padding:40px 0 80px;
	}

	#donate{
		padding:80px 0 100px;
	}

	#interview{
		padding:0 0 80px;
	}

	#interview .flex{
		flex-direction: column-reverse;
	}

	#interview .left{
		width:100%;
		max-width: 750px;
	}

	#interview .right{
		margin:0 auto 40px;
		text-align: center;
	}

	#interview .logo{
		max-width: 50%;
		margin:0 auto 20px;
	}

	#interview h2{
		text-align: center;
	}

	#interview h2 br{
		display: none;
	}

	#nextdrawings .main{
		flex-direction: column;
		align-items: center;
	}

	#nextdrawings .left{
		text-align: center;
		margin:0 0 30px;
	}

	#nextdrawings .left .button{
		margin:auto;
	}

	#donate .option{
		flex: 0 0 55%;
	}

	#donate .option:nth-child(2){
		flex: 0 0 40%;
	}

	#about{
		padding:80px 0;
	}

	footer .flex, .copy, footer .info{
		text-align: center;
		flex-direction: column;
		gap:10px;
	}
}


@media (max-width: 750px) {
	body{
		font-size: 14px;
	}

	h1 {
		font-size: 60px
	}

	h2 {
		font-size: 40px;
	}

	h3 {
		font-size: 18px;
	}

	.title, #pages h1{
		font-size: 16px;
	}

	#hero:before{
		background: linear-gradient(
				to bottom,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0.4) 35%,
				rgba(255, 255, 255, 1) 100%
		);
		z-index: 9;
	}

	#hero .main{
		padding:200px 0 120px;
	}

	#hero .left {
		max-width: 100%;
		text-align: center;
		margin:auto;
		position: relative;
		z-index: 99;
	}

	#hero h1{
		max-width: 350px;
		margin: auto;
	}

	#hero .button {
		float:none;
		margin:25px auto 0;
	}

	#hero .watch{
		width: 75%;
		bottom: -14%;
	}

	#hero .badge{
		bottom:0;
		width:130px;
		max-width: 30%;
		z-index: 9;
	}

	#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 .flex{
		flex-direction: column-reverse;
		align-items: center;
		max-width: 500px;
	}

	#works .left{
		width:auto;
	}

	#works .right{
		width:auto;
		max-width: 300px;
		margin-bottom: 40px;
	}

	#works .box{
		padding:30px 15px;
	}

	#works h2, #previous h2, #donate h2, #about h2, #nextdrawings .left h3, #interview h2{
		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;
	}

	#donate .box{
		margin:0 5px;
	}

	#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;
	}

	#interview .right .text{
		font-size: 18px;
	}

	.copy .left{
		flex-direction: column;
	}

}