﻿html, body {
    width: 100%;
    height: 100%;
    font-family: "Acer Foco";
    line-height: 13px;
}

.main-section {
    min-height: 100%;
    padding: 70px 0 0px 0;
    text-align: center;
    background: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*color: rgb(120, 188, 39);*/
    color: black;
    font-style:italic;
}

.contnr-footer {
    background-color: #3c3b3b;
    color: #808080;
    padding-top: 25px;
    padding-bottom: 25px;
}

.title_label {
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
    font-weight: bold;
    color: white;
}


.pnl1 {
    background-color: rgba(0,0,0,0.5);
    padding-top: 45px;
    padding-bottom: 50px;
}

.pnl2 {
    background-color: rgba(0,0,0,0.5);
    padding-top: 20px;
    padding-bottom: 20px;
}

.title-h {
    color: rgb(120, 188, 39);
    font-weight: bolder;
    font-style: italic;
}
