.content {
    font: 1em/1.5em sans-serif;
    color: #000;
}
.content iframe {
    max-width: 100% !important;
}
.content table {
    width: 100% !important;
    max-width: 100% !important;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    padding: .25em 0;
    display: block;
    font-size: 3em;
    font-weight: 400;
    font-family: 'Passion One', cursive;
    margin: 1em 0 0 0;
    line-height: 1em;
}

.content h2 { 
    max-width: 100%;
    padding: .25em 5em .25em 0;
    margin-bottom: .5em;
    border-bottom: 5px solid #319fc8;
}

.content h3 { font-size: 1.6em; }
.content h4 { font-size: 1.4em; }
.content h5 { font-size: 1.2em; }
.content h6 { font-size: 1em; }

.content p {
    margin: 0 0 1em 0;
    line-height: 2em;
    text-align: justify;
    letter-spacing: .05em;
}
.content p img {
	margin: 1em;
}
.content li {
    line-height: 2em;
    letter-spacing: .05em;
}
.content a {
    color: #319fc8;
    text-decoration: underline;
}
.content a:hover {
    text-decoration: none;
}

