/*

BEGIN ALL STYLES WITH #Blog.
Ex.:
    #Blog ......... { ... }



DIRECTLY-AVAILABLE FONTS

(’common use’ means the font style is used a lot throught the website)

    Helvetica

       "HelveticaNeueETW01-45Lt"   // common use

       "HelveticaNeueETW01-46Lt"
       
        "HelveticaNeueETW01-55Rg"  // common use
  
        "HelveticaNeueETW01-56It"
       
        "HelveticaNeueETW01-65Md"
      
        "HelveticaNeueETW01-75Bd"
    
    Proxima Nova

        "Proxima Nova W01 Light"
       
        "Proxima Nova W01 Thin"    // common use
       
        "Proxima Nova W01 Regular" // common use
       
        "Proxima Nova W01 Bold"
*/

#Blog h1
{
	margin-bottom: 3rem;
    font-family: "HelveticaNeueETW01-45Lt", sans-serif;
    font-size: 5.2rem;
    line-height: 6.4rem;
    color: #1055BD;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

#Blog h2
{
    margin-top: 3rem;
	margin-bottom: 2rem;
    font-family: "HelveticaNeueETW01-45Lt", sans-serif;
    font-size: 4.4rem;
    line-height: 5rem;
    color: #1055BD;
    text-shadow: 4px 2px 4px rgba(13, 0, 255, 0.2);
}

#Blog h3
{
	margin-bottom: 3rem;
    font-family: "HelveticaNeueETW01-45Lt", sans-serif;
    font-size: 2.6rem;
    line-height: 3.2rem;
    color: #000000;
}


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

@media all and (max-width: 1000px)
{
    #Blog h1 { margin-bottom: 4rem; font-size:4rem; line-height: 5.2rem; }
    #Blog h2 { margin-bottom: 1.5rem; font-family: "HelveticaNeueETW01-55Rg", sans-serif; font-size: 2.4rem; line-height: 3.4rem; text-shadow: none; }
}