.pull-left.fnav, .pull-right.fnav
{
    float: none !important;
    text-align: center;
}

.hover-bg .hover-text
{
    padding: 12% 10%;
}

@media (max-width: 1000px)
{
	h1
	{
		font-size: 35pt;
	}
	h2
	{
		font-size: 24pt;
	}
    div.content-bottom-right
    {
        font-size: 16pt;
    }
}

@media (max-width: 900px)
{
	h1
	{
		font-size: 30pt;
	}
	h2
	{
		font-size: 20pt;
	}
	i.fa2
	{
		margin-right: 14px;
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
	}
    div.content-bottom-right
    {
        font-size: 14pt;
    }
}

@media (max-width: 800px)
{
	h1
	{
		font-size: 25pt;
	}
	h2
	{
		font-size: 18pt;
	}
	i.fa2
	{
		margin-right: 10px;
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}
	div.content-top-right
	{
		margin-top: -12px;
	}
}

@media (max-width: 700px)
{
	h1
	{
		padding: 0 10%;
	}
	h2
	{
		font-size: 16pt;
	}
	i.fa2
	{
		margin-right: 5px;
		-webkit-transform: scale(0.7);
		-ms-transform: scale(0.7);
		transform: scale(0.7);
	}
	div.content-top-right
	{
		margin-top: -49px;
	}
}

@media (max-width: 603px)
{
	label
	{
		float: none !important;
	}

	h1
	{
		padding: 0 0;
	}
	h2
	{
		letter-spacing: 0px;
	}
    i.fa2
    {
	    margin-right: 0px;
	    -webkit-transform: scale(0.6);
	    -ms-transform: scale(0.6);
	    transform: scale(0.6);
    }
    div.content-bottom-right
    {
        font-size: 10pt;
    }
	div.content-top-right
	{
		margin-top: -40px;
	}
}

@media (max-width: 500px)
{
	.hover-bg .hover-text
	{
	    padding: 22% 10%;
	}
	h1
	{
		letter-spacing: 12px;
		margin-left: 12px;
	}
    div.content-bottom-right
    {
		letter-spacing: 2px;
        font-size: 12pt;
        margin-right: 5px;
    }
	div.content-top-right
	{
		margin-top: -45px;
	}
}


@media (max-width: 400px)
{
	.hover-bg .hover-text
	{
	    padding: 22% 10%;
	}
	h1
	{
		letter-spacing: 10px;
		margin-left: 10px;
	}
    div.content-bottom-right
    {
		letter-spacing: 2px;
        font-size: 12pt;
        margin-right: 5px;
    }
	div.content-top-right
	{
		margin-top: -45px;
	}
}

@media (max-width: 360px)
{
	.hover-bg .hover-text
	{
	    padding: 22% 10%;
	}
	h1
	{
		letter-spacing: 5px;
	}
    div.content-bottom-right
    {
		letter-spacing: 1px;
        font-size: 12pt;
        margin-right: 5px;
    }
	div.content-top-right
	{
		margin-top: -45px;
	}
}
