body {
  background-color: transparent;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif !important;
}

html { 
  background: url(/sites/default/files/inline-images/home-page-mock-up-6-1473x614-003.png) no-repeat center center fixed ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.region-primary-menu .block-menu .menu {
display: table;
margin: 0 auto;
}

#page, #content, #main-wrapper {
  background: rgba(255, 255, 255, 0.0) /* Main-wrapper - White background with 0% opacity */
}

#Voices-Oral-History {
  width: 40%; 
  margin-bottom: 0px;
}

#Page-Content {
  margin-top: 30px;
  width: 45%;
  font-size: 20px;
}

.voices-lg-font {
  font-size:100px;
  word-wrap: normal;
  margin-bottom: -30px;
  width:80%;
}

.voices-sm-font {
   font-size:24px;
   text-align: center;
   width:75%;
}


/* Readjust font-size for tablets and phones */
@media only screen and (max-width: 844px) {
    #Voices-Oral-History {
      width: 100%; 
      text-align: center;
    }
    
    #Page-Content {
      width: 100%;
    }
    
    .voices-lg-font {
        font-size: 50px;
        width: 100%;
        text-align: center;
        margin-bottom: -20px;
    }
    
    .voices-sm-font {
      padding-top: 0px;
      font-size: 22px;
      width: 100%;
      text-align: center;
    }
}