body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {margin:0; padding:0;box-sizing:border-box;}

body {
    background-color:#000000;
    color: #fff;
    font: 13px/1.6 Verdana, Arial, Helvetica, sans-serif;
    position:relative;
    -webkit-text-size-adjust:none;
    -ms-text-size-adjust:none;
    text-size-adjust:none;
}
.container {
    margin:0 auto;
    width: 100%;
	max-width:500px;
    text-align: center;
}

header {
	background-color:#000000;
	padding-top:20px;
	padding-bottom:10px;
}

.logo {padding:0 10px; text-align: left}
.logo > img {max-height:30px; width:auto;}
.image-container{ display: flex; align-items: center; justify-content: center; margin-bottom: 20px; padding: 0 20px;}
.image-container img{width: 100%;}

h3 { font-weight: bold;	line-height: 1.2;}
p { font-size: 1em; }
main .container .block{ padding:5px 10px 5px 10px;}
main .container .block .copy-header, main .container .block .copy-text{ padding:10px; text-align: center;}

footer svg{max-width:32px;}

@media only screen and (max-width: 1024px) {
    .logo {text-align:center;}
}