
.mainContainer{
    width: 100%;
    display: table;
    margin: auto auto;
    padding-top: 100px;
    text-align: center;
}

body{
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    background-image: url(../img/benbenito-min.png);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-page{
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    background-image: url(../img/benbenito-contact-min.png);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact {
    font-family: Helvetica, Verdana, Arial, Sans-Serif;
    font-size: 2rem;
    color: #000000;
    font-weight: bold;
    background: rgba(255,255,255, 0.6);
    padding: 10px;
}
a.contact:active   {color: #000000; text-decoration:none;}
a.contact:link     {color: #000000; text-decoration:none;}
a.contact:visited  {color: #000000; text-decoration:none;}
a.contact:hover    {color: #0d4b98; text-decoration:none;}

#lowerleft
{
    margin-bottom: 10px;
    margin-left : 10px;
    width: 150px;
    height: 50px;
    position: fixed;
    bottom: 0;
    white-space: nowrap;
}

.vmiddle {
    vertical-align: middle;
}

.contact-page-links {
    font-family: Helvetica, Verdana, Arial, Sans-Serif;
    font-size: 2rem;
    color: #000000;
    font-weight: bold;
    background: rgba(245,219,0, 0.8);
    padding: 15px;
    white-space: nowrap;
}
a.contact-page-links:active   {color: #000000; text-decoration:none;}
a.contact-page-links:link     {color: #000000; text-decoration:none;}
a.contact-page-links:visited  {color: #000000; text-decoration:none;}
a.contact-page-links:hover    {color: #0d4b98; text-decoration:none;}



