*   {
    margin: 0;
    padding: 0;
}

html {
  font-family: sans-serif; 
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%; 
}


body {
  	background-color: #ccc;
    background-image: url('../img/bg.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: #000;
    height: 100%;
}

h1  {
    padding: 0.2em 0 0;
    font-size: 2.2em;
    font-weight: normal;
}

h1 img {
    max-width: 600px;
}

h2  {
    padding: 0.4em 0;
    font-size: 1.7em;
    font-weight: normal;
}

p   {
    padding: 1em 0;
    font-size: 1.2em;
    text-align: justify;
}

q   {
    text-align: justify;
}

a	{
	font-weight: bold;
	text-decoration: none;
}

a:hover	{
  color: #990000;
	text-decoration: underline;
}

/*flex   {
   display: flex;
}
*/

.bg-wrap  {
    background-color: #fff;
    max-width: 670px;
    margin: auto;
    padding: 0 15px;
}

.centerText   {
    text-align: center;
}

.container	{
    text-align: center;
    height: 100%;
    min-height: 500px;
    margin: auto;
    line-height: 1.5em;
}

.container img	{
    max-width: 100%;
}

.header {
    width: 100%;
    clear: both;
    margin: 0 0 1em;
}

.content-section	{
	padding: 10px 0;
	justify-content: center;
}

.img-box	{
	width: 100%;
	text-align: center;
}

.img-box img	{
	margin: auto;
}

.substack {
  border-top: 1px solid #000;
  text-align: center;
}

.substack img {
  margin: auto;
  margin-top: 15px;
  max-width: 400px;
}

.substack p {
  text-align: left;
}

