/* =Structure
---------------------------*/
/*body html{
  font-family: Arial, sans-serif;
  background-color: transparent;
  padding: 40px;
  font-size: 16px;
  line-height: 26px;
  height: 100%;
  margin: 0;
}*/
html, body{
  height: 100%;
  padding: 40px;
}
body { 
			background-image: url(images/detroit.PNG) ;
			background-position: center center;
			background-repeat:  no-repeat;
			background-attachment: fixed;
			background-size:  cover;
			background-color: #999;
  
}

div, body{
  margin: 0;
  padding: 0;
  font-family: exo, sans-serif;
  
}
.wrapper {
  height: 100%; 
  width: 80%; 
}

.message {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%; 
  height:15%;
  bottom: 0; 
  display: block;
  position: absolute;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  padding: 0.5em;
}

.site {
  background-color: #f6f6f4;
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
  border: 5px solid #000000;
}

/* =Elements
---------------------------*/
img {
  max-width: 100%;
  height: auto;
}

/*h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	color: #800020;
  margin: 0 0 26px;
}
p {
	font-family: Arial, sans-serif;
	color: #800020;
  margin-bottom: 26px;
  
}*/
h1 { 
font-family: Bookman Old Style;
color: #000000; 
font-size: 24px; 
font-style: normal; 
font-variant: normal; 
font-weight: 700; 
line-height: 26.4px; } 

h3 { font-family: Bookman Old Style;
color: #000000; 
font-size: 14px; 
font-style: normal; 
font-variant: normal; 
font-weight: 700; 
line-height: 15.4px; } 

h4 { font-family: Bookman Old Style;
color: #000000; 
font-size: 12px; 
font-style: normal; 
font-variant: normal; 
font-weight: 700; 
line-height: 15.4px; } 

h5 { font-family: Bookman Old Style;
color: #000000; 
font-size: 16px; 
font-style: normal; 
font-variant: normal; 
font-weight: 700; 
line-height: 15.4px; } 

p { 
font-family: Bookman Old Style;
color: #000000; 
font-size: 14px; font-style: normal; 
font-variant: normal; 
font-weight: 600; 
line-height: 19.99px; } 

blockquote { font-family: Bookman Old Style;
color: #800020; 
font-size: 21px; 
font-style: normal; 
font-variant: normal; 
font-weight: 400; 
line-height: 29.99px; } 

pre { font-family: Bookman Old Style;
color: #800020; 
font-size: 13px; 
font-style: normal; 
font-variant: normal; 
font-weight: 400; 
line-height: 18.57px; }

p:last-child {
  margin-bottom: 0;
}
ul.b {
    list-style-type: square;
	text-align: left
}
/* =Header
---------------------------*/
.site-header {
  padding: 40px;
  text-align: center;
}
.site-title {
  margin: 0;
}
@media (min-width: 800px) {
  .site-title {
    float: left;
  }
}


---------------------------*/
.content-wrapper {
  padding: 40px;
}

/* =Footer
---------------------------*/
.site-footer {
  background-color: #fff;
  color: white;
  overflow: hidden;
  padding: 40px;
}

@media (min-width: 800px) {
  .site-footer {
    clear: both;
  }
  .site-footer .column {
    width: 32%;
    float: left;
    padding-right: 2%;
    margin-bottom: 2%;
  }
  .site-footer .column.last {
    padding-right: 0;
  }
}

