#fishing-hero
{
width: 100%;
height: calc(100vh - 5.75rem);
background: url("https://dh36nblqpps8a.cloudfront.net/assets/banners/category-headers/nrs-fishing-hero-background.jpg") center center/cover no-repeat;
}

#fishing-headline-container
{
margin: auto 0;
padding-top: .5rem;
}

#fishing-hero h1
{
width: 13.75rem;
height: 9.25rem;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
margin: 0 auto;
padding: 0;
background: url("https://dh36nblqpps8a.cloudfront.net/assets/banners/category-headers/NRS-Fishing-Logo-Vertical.svg") center center/contain no-repeat;
filter: drop-shadow(0 0 .25rem rgba(0, 0, 0, .5));
}

#fishing-hero h2
{
width: 11.625rem;
height: 0.75rem;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
margin: .35rem auto 0;
background: url("https://dh36nblqpps8a.cloudfront.net/assets/banners/category-headers/Catch-the-Adventure.svg") center center/contain no-repeat;
filter: drop-shadow(0 0 .25rem rgba(0, 0, 0, .5));
}

#fishing-about-wrapper
{
background-color: #fff;
width: 100%;
}

#fishing-about-inner
{
width: 90%;
max-width: 62.5rem;
margin: 2rem auto;
}

#fishing-about-copy p:first-of-type
{
margin: 0;
}

#fishing-about-copy p
{
line-height: 1.5
}

#fishing-image-bubbles
{
/* border: 1px solid orange; */
position: relative;
height: 11rem;
width: 100%;
max-width: 18.75rem;
margin: 1.5rem auto 0;
}

#fishing-image-bubbles > img
{
border-radius: 100%;
overflow: hidden;
object-fit: cover;
box-shadow: 0 0 .25rem rgba(0,0,0,.5);
}

.fishing-image-bubbles-one
{
width: 8rem;
height: 8rem;
position: absolute;
bottom: .5rem;
left: 0;
z-index: 2;
}

.fishing-image-bubbles-two
{
width: 11rem;
height: 11rem;
position: absolute;
top: 0;
right: 1rem;
z-index: 1;
}

.fishing-image-bubbles-three
{
width: 4rem;
height: 4rem;
position: absolute;
bottom: 0;
right: 0;
z-index: 3;
}

section
{
width: 100%;
}


@media screen and (min-width: 30rem)
{
	
	#fishing-hero
	{
	height: 40rem;
	}
	
	#fishing-hero h1
	{
	width: 18.75rem;
	height: 12.5625rem;
	}
	
	#fishing-hero h2
	{
	width: 15.5625rem;
	height: 1rem;
	margin-top: .5rem;
	}
}

@media screen and (min-width: 48rem)
{
	#fishing-hero
	{
	height: 60rem;
	}
	
	#fishing-headline-container
	{
	padding-top: 2.25rem;
	}
	
	#fishing-hero h1
	{
	width: 25rem;
	height: 16.8125rem;
	}
	
	#fishing-hero h2
	{
	width: 19.4375rem;
	height: 1.25rem;
	}
	
	#fishing-about-inner
	{
	margin: 3rem auto;
	display: grid;
	grid-template-columns: .95fr auto;
	grid-column-gap: 1rem;
	width: 100%;
	padding: 0 3rem;
	}
	
	#fishing-about-copy
	{
	display: flex;
	align-items: center;
	}
	
	#fishing-about-copy p
	{
	font-size: 1.125rem;
	}
	
	#fishing-image-bubbles
	{
	height: 18rem;
	width: 25rem;
	max-width: none;
	margin: 0;
	}

	.fishing-image-bubbles-one
	{
	width: 12.5rem;
	height: 12.5rem;
	position: absolute;
	bottom: 1.25rem;
	left: 0;
	z-index: 2;
	}

	.fishing-image-bubbles-two
	{
	width: 14rem;
	height: 14rem;
	position: absolute;
	top: 0;
	right: 1.5rem;
	z-index: 1;
	}

	.fishing-image-bubbles-three
	{
	width: 7rem;
	height: 7rem;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 3;
	}
}












