.logo {
   display: block;
}

body {
  font-family: 'Roboto', serif;
  font-size: 1.5em;
}

.image-section 
{
   margin: auto;
   font-weight: 300;
   padding-bottom: 25px;
   -webkit-transition: background-image 0.5s linear;
   transition: background-image 0.5s linear;
   background-color: #000;
   background-size: cover;
   background-position: center top;
   background-repeat: no-repeat;
   background-attachment: fixed;
}

.image-section .spacer
{
}

.image-section .text-section 
{
   margin: 0 auto 0 auto;
   display: block;
   width: 600px;
   color:white;
   padding: 50px;
   text-align:left;
   background-color:rgba(0, 0, 0, 0.15);
}

.image-section .text-section .date-section
{
  display: block;
  font-weight: normal;
  font-size: 0.75em;
  float: right;
  padding: 6px 16px;
  color: rgba(187, 187, 187, 0.50);
  background-color: rgba(0, 0, 0, 0.35);
}

.image-section .text-section .title 
{
  margin-top: 5px;
}

@media (max-width: 900px) {
  .image-section .date-section,
  .image-section .text-section  {
   padding: 0;
  }
}

.image-section .text-section.first
{
   margin-top: 40px;
}

.image-section .text-section .signature 
{
   margin-top:-20px; 
   width:544px; 
   text-align:right;
}

.image-section .text-section .anwser
{
   text-align:right;
}