/* START RESET CSS */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
*:not(p):not(ul):not(ol) {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.container{
	margin: 80px auto;
	max-width: 800px;
	text-align: center;
	font-family: Ariel, sans-serif;
	line-height: 1.5em;
}

.container a, .container a:visited{
	text-decoration: none;
	color: #00a9ff;
}

.container a:hover{
	color: #00a9ff;
	opacity: 0.6;
}

.justified{
	text-align: justify;
}

.container p{
	margin: 50px 0;
}

.main-footer img {
    display: inline-block;
    margin: 10px auto;
    float: left;
}

.main-footer p {
    margin: 0 auto;
	font-style: italic;
	padding-top: 10px;
}

.logo img {
    display: inline-block;
    margin: 0 auto;
	max-width: 50%;
}
