
/* >–––––––––––––––––––––––––––––––––––––– LEGALILITIES TEXT –––––––––< */

	h2.page { color: #000; }

	section.main > section > h2
	{
		/*margin-bottom: 3.5rem;
        font-family: "HelveticaNeueETW01-45Lt", sans-serif;
        font-size: 4.6rem;
        line-height: 5rem;
        color: #000000;
        text-shadow: 4px 2px 4px rgba(13, 0, 255, 0.2);*/
	}

	.legal > section
	{
		margin-bottom: 2rem;
		box-sizing: border-box;
		padding: 3rem 2rem 2rem 2rem;
		border-radius: 1.5rem;
		background-color: #f9f9f9;
	}
	section.main .legal > section h2
    {
    	margin-bottom: 3rem;
        font-family: "HelveticaNeueETW01-45Lt", sans-serif;
        font-size: 2.6rem;
        line-height: 3.2rem;
        color: #000000;
    }

    section.main .legal > section h3
    {
    	margin-bottom: 1rem;
        font-family: "Proxima Nova W01 Regular", sans-serif;
        font-size: 2.6rem;
        line-height: 3.2rem;
    	color: #000000;
    }

    section.main .legal > section p,
    section.main .legal > section ul
    {
    	font-family: "HelveticaNeueETW01-55Rg", sans-serif;
    	line-height: 3rem;
    	color: #000000;
    }





/* >–––––––––––––––––––––––––––––––––––––– RESPONSIVE ––––––––––––––––––––––– RESPONSIVE ––––––––––––––––––––––– */

@media all and (max-width: 800px)
{
	section.main .legal > section h3 { margin-bottom: 2.5rem; font-size: 2.4rem; line-height: 3.4rem; }
}
