@media only screen and (max-width: 1395px) {
	
	nav a.main-nav{
		font-size: 18px;
	}
	nav button{
		font-size: 18px;
	}
	.dropdown-resources ul a{
		font-size: 16px;
	}
	.dropdown-devotional ul a{
		font-size: 16px;
	}
	nav a.main-nav{
		padding-top: 28px
	}
	#shorts{
		flex-direction: column;
	}
	.form-wrapper{
		width: 100%;
	}
}
@media only screen and (max-width: 1020px) {
	
	nav a.main-nav{
		font-size: 16px;
	}
	nav button{
		font-size: 16px;
	}
	.dropdown-resources ul a{
		font-size: 14px;
	}
	.dropdown-devotional ul a{
		font-size: 14px;
	}
	nav a.main-nav{
		padding-top: 32px
	}
	#nav_bar{
		gap: 0px;
		width: 90%;
	}

}
@media only screen and (max-width: 741px){
	.donate-code img{
		height: 200px;
		width: 200px;
	}
	header{
		height: auto;
		padding-bottom: 16px;
		box-shadow: 0px 2px 20px black;
		
	}
	#hero_image h1{
			font-size: 36px
		}
	#hero_image h2{
		display: none;
	}
	#hero{
		box-shadow: 0px 2px 20px black;
	}
	#nav_bar{
		flex-direction: column;
		flex-wrap: nowrap;
		width: auto;
	}
	nav{
		display: block;
/*		margin-left: 36px;*/
	}
	#wrapper{
		height: 100%;
		width: 90%;
	}
	nav a.main-nav{
		font-size: 28px;
		padding-top: 30px;
		padding-bottom: 20px;
		padding-left: 36px;
	}
	nav button{
		font-size: 28px;
	}
	.plugs{
		height: auto;
	}
	.video-embed{
		height: 215px;
		width: 410px;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	ul.breadcrumb li{
		font-size: 16px;
	}
	footer{
		height: auto;
	}
	footer p{
		margin-bottom: 0;
	}
	.drop-down{
/*
		padding-left: 36px;
		padding-right: 36px;
*/
	}
	.drop-down button{
		padding-left: 36px;
	}
	.drop-down:hover .dropdown-resources{
		display: block;
	}
	.drop-down:focus .dropdown-devotional{
		display: block;
	}
	.dropdown-resources{
		box-shadow: 0px 2px 20px black inset;
		padding-left: 48px;
	}
	.dropdown-devotional{
		box-shadow: 0px 2px 20px black inset;
		padding-left: 48px;
	}
	.dropdown-resources, .dropdown-devotional{
		line-height: 36px;
	}
	.dropdown-resources ul a{
		font-size: 24px;
/*		margin-bottom: 24px;*/
	}
	.dropdown-devotional ul a{
		font-size: 24px;
	}
	#shorts iframe{
	 	width: 350px;
		height: 200px;
	}
	.full-video iframe{
		width: 350px;
		height: 200px;
	}
	.video-embed{
		width: 340px;
		height: 200px;
	}
	#image_slideshow {
	  max-width:340px;
	  position: relative;
	  margin-left: 0;
	  padding-bottom: 36px;
	  float: none;
	  margin-right: auto;
	  margin-left: auto;
	}
	.slide-item img{
		height: 200px;
		width: 340px
	}
	p{
		font-size: 20px;
	}
	footer p{
		font-size: 12px;
	}
}
