@media (max-width: 1300px)
{
	#navYa
	{
		background: rgba(0, 0, 0, 0.48);
	}

	#HelpSmallScreen
	{
		display: inline;
	}
}

body
{
  padding-bottom: 12px;
  /*background: hsla(240, 100%, 80%, 1);*/
  background: url("../images/leaves.jpg");
  background-attachment: fixed;
}

h4
{
	display: block;
	margin-left: 34px;
}

#HelpLink a
{
	background-color: rgba(0, 0, 0, 0.48);
}

#hContainer
{
	position: absolute;

	top: 100px;
	left:0;
	right:0;
	margin: auto;
	margin-left: 27px;
	margin-right: 27px;

	color: black;
	text-align: left;
	padding: 2% 4%;

	border-radius: 16px;
	backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);

	margin-bottom: 50px;
}

#hContainer p
{
	margin-left: 37px;
	text-indent: 17px;

	width: 88%;
}
