.internet-header
{
	width: 100%;
}

.internet-header img
{
	width: 100%;
	height: 100vh;

	margin-top: 4rem;
	object-fit: cover;
}

.header-text
{
	width: 100%;

	padding: 1rem;
	margin-bottom: 2rem;

	background-color: #13524A;
	color: #FFF848;
}

#text-blur
{
	border-color: #13524A;
	border-width: 2px;
	border-style: solid;
	border-radius: 3rem;

	padding: 1rem;
	margin-bottom: 2rem;
}

#text-blur:hover
{
	cursor: pointer;
	font-weight: bold;

	background-color: #13524A;
	color: #FFF848;
}

.text-unli
{
	font-size: 40px;
	font-weight: bold;
}

.text-days
{
	font-size: 24px;
}
/*---------------------------------------------------------
		CONNECTING YOU ANYWHERE, EVERYWHERE,
			GSAT INTERNET FOR YOUR HOME
-----------------------------------------------------------*/
#internet-filler
{
	width: 100%;

	padding: 1rem;
	margin-bottom: 2rem;

	background-color: #13524A;
	color: #FFF848;
}

#text-with-image
{
	margin-bottom: 2rem;
}

/*---------------------------------------------------------
					SITE INSTALLATIONS
-----------------------------------------------------------*/
#site-installations img
{
	width: 300px;
	height: 300px;

	margin-bottom: 2rem;

	border-radius: 3rem;

	transition: all .3s ease-in-out;
}

#site-installations img:hover
{
	cursor: pointer;
	transform: scale(1.2);
}