body {
margin-left: auto;
margin-right: auto;
line-height: 1.2;
}

.p_banner
{
background-color: #294045;
background-image: url("../img/background.jpg" );
background-position: center;
background-size: cover;
text-align: center;
padding-top:11em;
padding-bottom:5em;
padding-left: 3em;
padding-right: 3em;
}

.p_welcome
{
color: #709ea7;
font-size: 2em;
font-weight: bold;
}

.p_production
{
color: white;
font-size: 2em;
font-weight: bold;
}

.p_subtitle
{
color: white;
font-size: 1.1em;
}

.p_footer
{
padding-top: 1em;
color: #3c5d63;
text-align: center;
}