﻿/* Embedded Text CSS  */

.Embedded
{
    font-family: Roboto, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    font-weight:normal;
    line-height:normal;
    font-size:1.3em;
    padding-top:1em;
    padding-bottom:1em;
    padding-left:10%;
    padding-right:10%;
}

@media screen  and (max-width:1024px) { .Embedded {  font-size:1.3em; }}
@media screen  and (max-width:800px) { .Embedded {  font-size:1.2em; }}
@media screen  and (max-width:640px) { .Embedded {  font-size:1.1em; }}
@media screen  and (max-width:480px) { .Embedded {  font-size:.9em; }}


.Embedded h1
{
    background-color:transparent;
    color:#202020;
    font-size:1.3em;
}

@media screen  and (max-width:640px) { .Embedded h1 {  font-size:1.4em; }}
@media screen  and (max-width:480px) { .Embedded h1 {  font-size:1.2em; }}

.Embedded h2
{
    background-color:transparent;
    color:#404040;
    font-size:1.4em !important;
    margin-left:auto !important;
    margin-right:auto !important;
    margin-top:1.5em;
    margin-bottom:0;
}

@media screen  and (max-width:640px) { .Embedded h2 {  font-size:1.1em; }}
@media screen  and (max-width:480px) { .Embedded h2 {  font-size:1em; }}


.Embedded p
{
    color: #606060;
    font-size:1em;
}


.Embedded ul
{
    color: #606060;
}