/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 06 2022 | 15:07:04 */
#insta-section{
	padding: 75px 50px;
	overflow-x: hidden;
	position:relative;
	z-index: 400;
}
	#insta-section svg{
		fill:white;
	}
	#insta-section h2{
		font-size:4.25rem;
		margin: 0;
	}
	#insta-section a:hover{
		color:black;
	}
	@media screen and (max-width:700px) {
		#insta-section h2{
			font-size:2rem;
		}
		#insta-section svg {
			width: 148px;
			height: auto;
		}
	}

@media screen and (max-width:700px){
	#insta-section{
		padding: 75px 0px;
	}
}

/*Delete once real insta grid is in place*/
#insta-section .row img {
    width: 33.33%;
    max-width: 401px;
}
#insta-section .row {
    flex-wrap: nowrap;
    gap: 1%;
    margin-bottom: 1%;
    justify-content: center;
}
#insta-section h2 {
    margin-bottom: 50px;
}
