@media screen and (max-width: 1420px) {
	
	.container {
	width:94%;
	
	text-align: center;
	margin:auto;
	}
	
	#yourhelp .imgoverlay {
	display: none;
	}


}

@media screen and (min-width: 1390px) {
	
	.social-links.mobile {
		display: none;
	}
	
	.social-links.desktop {
		display: inline-block;
	}
	
	.site-branding {
	
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
	}



}

@media screen and (max-width: 1390px) {
	
	/*.header-main {
		display: block;
		align-items: center;
		justify-content: center;
		gap: 0;
	}
	
	 .site-branding {
		 display: block;
		 width:100%;
		 flex: none;
	 }
	 
	 .site-navigation {
		 clear: both;
		 display: block;
		 width:100%;
	 }*/

}

@media screen and (max-width: 1120px) {

	#welcome {
		/*background-image: url('/wp-content/uploads/2026/04/forest-bg-1.jpg');*/
		/*background-image: url('/wp-content/themes/NDD-AT/forestbg2.svg');*/
		background-image: url('/wp-content/themes/NDD-AT/forestbg4.svg');
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100%;
	
		background-color: var(--color-dark-green);
		padding-top:30px;
	}
}

@media (max-width: 980px) {
	
	.astrip blockquote {
  padding-top: 2rem;
  padding-bottom: 20px;
  padding-left: 0;
  position: relative;
  margin:0;
  margin-bottom:40px;
}
	
	.astrip blockquote::before {
		content: url('/wp-content/uploads/2026/06/speech.png');
		position: relative;
		left: 0;
		top: 0;
	}
	
	}

@media (max-width: 900px) {


	.maincontent {
		display: block;
		flex-wrap: wrap;
		text-align: left;
		margin-bottom:80px;
	}

	.maincontent .maincolumn {
		width:100%;
		padding-right:0;
		display: block;
		margin-bottom:50px;
	}

	.maincontent .sidebarcolumn,
	.maincontent .secondarycolumn {
		width:100%;
		display: block;
	}


}

@media (max-width:900px) {
	

.challenges img.alignleft {
	width:100%;
	display: block;
	float: none;
	margin:0;
	padding:0;
	margin-bottom:20px;
}
}




@media (max-width: 800px) {
	
	#testimonials blockquote {
  
  text-align: left;
}
  
  

  .header-main {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
  }

  
  
  .header-social-wrapper::before {
    display: none;
  }
  
  .social-media-links.social-links-header {
    padding: 0;
    gap: 0.5rem;
    justify-content: center;
  }
  
  .social-media-links.social-links-header .social-link {
    width: 36px;
    height: 36px;
  }
  
  .social-media-links.social-links-header .social-icon {
    font-size: 1rem;
  }
  
  
  
  .post-grid,
  .archive-posts {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  
  
  .widget-area {
    /* margin: 1.5rem 0; */
  }
  
    
  .author-archive-header {
    padding: 2rem 1rem;
  }
  
  .author-archive-name {
    font-size: 1.5rem;
  }
  
  .twocolumns {
	
		display: block;
		grid-template-columns: none;
			}

	
	
	
	
	.twocolumns .col2 {
		display: block;
	}
	
	.oddcolumns {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	}
	
	.fourblock {
		
  
	background-color: #fff;
  	display: grid;
  	grid-template-columns: 100%;
  	grid-row: auto auto;
  	grid-column-gap: 0px;
  	grid-row-gap: 0px;
  	margin-bottom:60px;
	}
	
	 .threecolumns {
	
		display: block;
		grid-template-columns: none;
		
	}
	
	.threecolumns .col3
	{
		display: block;
		margin-bottom:40px;
	}
	
	article header.entry-header {
  
  
  background-image: url('/wp-content/themes/NDD-AT/forestbg3.svg');
  
  
}

.donatebar img {
	position: relative;
	bottom:0;
	max-width:100%;
	}


  
  }
  
@media (max-width: 760px) {
	
	
	.header-inner {
 
  align-items: center;
  padding-top: 20px;
  padding-bottom:20px;
  width: auto;

}

.container {
  width: 98%;
}
	  
	  
		
	.site-branding {
		position: absolute;
		/*left: 50%;
		transform: translate(-50%, 0);*/
		left:0;
		width:100%;
		top:0;
		display: block;
		text-align: center;
	}
	
	.site-branding img {
		margin:auto;
		display: inline-block;
	}
	
	
	
	
	.smlcontainer {
  max-width:none;
  text-align: inherit;
  margin: auto;
  width: 86%;
}
		
	.home #testimonials blockquote, .maincolumn #testimonials blockquote {
  padding-top: 7rem;
  padding-bottom: 40px;
  padding-left: 0;
}
  
  	
		
}

  
  @media (max-width: 680px) {
	  
	 
	
	.container {
	width:90%;
	
	}
	

}



  
  @media (max-width: 540px) {
	  
	  
		
		
		
		.header-inner {
			
			text-align: center;
			flex direction: row;
		}
		
		
		
		
 }



@media (max-width: 445px) {
  .header-top {
    flex-wrap: wrap;
    justify-content: center;
  }

  .header-main {
    flex-wrap: wrap;
    justify-content: space-between;
  }


  /* make menu toggle button align right cleanly */
  .header-inner .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    
  }
}
