body
{
	overflow-x: hidden;
}

.gsat-ad
{
	width: 100%;

	margin-top: 5rem;
	margin-bottom: 0;
}

.gsat-ad img
{
	width: 100%;
	height: 100vh;	
}

.gsat-ad #home-carousel
{
	width: 100%;
	height:100vh;
	object-fit: fill;
}

.column-content
{
	margin: 3rem;
}

.distributors-jumbotron, .gogreen-jumbotron
{
	border-style: solid;
	border-width: 2px;
	border-radius: 3rem;
	border-color: #239B56;
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
	color: #114F4A;

	padding: 3rem;
	margin-top: 80%;
	
	align-items: center;
}

.distributors-img, .gogreen-img
{
	align-items: center;
}

.distributors-img img, .gogreen-img img
{
	width: 1000px;
	height: 500px;
}

.distributors-jumbotron a, .gogreen-jumbotron a
{
	color: #000;
	display: block;
}

.distributors-jumbotron a:hover, .gogreen-jumbotron a:hover
{
	font-weight: bold;
	text-decoration: none;
}

.home-prefooter img
{
	width: 100%;
	height: 350px;
}

.gsat-ad .carousel #carousel-control
{
	font-size: 48px;
}

/*-----------------------------------------------------------
					MEDIA QUERIES
-------------------------------------------------------------*/
@media (max-width: 768px)
{
	.gsat-ad
	{
		width: 100%;
	}

	.gsat-ad img
	{
		height: auto;
		margin-bottom: 0;
	}

	.gsat-ad #home-carousel
	{
		width: 100%;
		height: auto;
		object-fit: fill;
	}

	.distributors-jumbotron, .gogreen-jumbotron
	{
		margin-top: 3rem;
	}

	.distributors-img, .gogreen-img
	{
		margin-left: 0;
		padding-left: 0;
	}

	.distributors-img img, .gogreen-img img
	{
		width: 675px;
		height: 500px;
	}
}

@media (max-width: 425px)
{
	.gsat-ad
	{
		width: 100%;
		background-color: #239B56;

		margin-top: 5rem;
	}

	.gsat-ad img
	{
		height: auto;
		margin-bottom: 0;
	}

	.gsat-ad #home-carousel
	{
		width: 100%;
		height: auto;
		object-fit: fill;
	}

	.distributors-jumbotron, .gogreen-jumbotron
	{
		margin-top: 3rem;
	}

	.distributors-img, .gogreen-img
	{
		margin-left: 0;
		padding-left: 0;
	}

	.distributors-img img, .gogreen-img img
	{
		width: 325px;
		height: 300px;
		align-items: center;
	}

	.home-prefooter img
	{
		width: 100%;
		height: 300px;
	}
}

@media (max-width: 375px)
{
	.gsat-ad
	{
		width: 100%;
		background-color: #239B56;
	}

	.gsat-ad img
	{
		height: auto;
		max-width: auto;
		margin-bottom: 0;
	}

	.gsat-ad #home-carousel
	{
		width: 100%;
		height: auto;
		object-fit: fill;
	}

	.distributors-jumbotron, .gogreen-jumbotron
	{
		margin-top: 3rem;
	}

	.distributors-img, .gogreen-img
	{
		margin-left: 0;
		padding-left: 0;
	}

	.distributors-img img, .gogreen-img img
	{
		width: 275px;
		height: 250px;
		align-items: center;
	}

	.home-prefooter img
	{
		width: 100%;
		height: 250px;
	}
}

@media (max-width: 320px)
{
	.gsat-ad
	{
		width: 100%;
		background-color: #239B56;
	}

	.gsat-ad img
	{
		height: auto;
		margin-bottom: 0;
	}

	.gsat-ad #home-carousel
	{
		width: 100%;
		height: auto;
		object-fit: fill;
	}

	.distributors-jumbotron, .gogreen-jumbotron
	{
		margin-top: 3rem;
	}

	.distributors-img, .gogreen-img
	{
		margin-left: 0;
		padding-left: 0;
	}

	.distributors-img img, .gogreen-img img
	{
		width: 225px;
		height: 200px;
	}

	.home-prefooter img
	{
		width: 100%;
		height: 200px;
	}
}