.mainContent {
   /* min-height:100%;
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2)), url('/assets/images/beliefs2.jpg');
    color: rgb(255, 255, 255); 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); 
    min-height:100%;
    background-size:cover;
    background-repeat: no-repeat;*/
       background: linear-gradient(to bottom, #c8e6c9 0%, #fffde7 100%);
}

.mainContent h1 {
    color:#D9A441;
}

.mainContent p {
    color:#2e7d32;
}

/*
.mainContent p span{
    color:#D9A441;
    font-weight: bold;
}
.gold{
      color:#D9A441;
}*/