.box-container-contact
{   
    height: 500px;
}

.box-email
{
    background-color: #00addd; /*turquoise*/
    background-image: url('images/bolts-tint.jpg');
    background-repeat: no-repeat;
}
.box-snail
{
    background-color: #4c00e6; /*royalblue*/
    background-image: url('images/bricks-tint.jpg');
    background-repeat: repeat-y;
}

.box5
{
    width: 55%;
    float: left;
}
.box6
{
    width: 43%;
    float: right;
}
.box-sub
{
    text-align: left;
    padding-left: 40px;
    padding-top: 0px;
    margin: 0;
}
.box-text
{
    margin: 0;
    line-height: 100%;
    padding-left: 40px;
}
.email-text
{
    font-size: 60px;
    padding-top: 15px;
}
.email-sub
{
    font-size: 24px;
}
.snail-text
{
    font-size: 28px;
}
.snail-sub
{
    font-size: 12px;
    margin-top: 5px;
}
.strip
{
    padding-top: 20px;
    margin-top: 330px;
    height: 150px;
}
.strip-email
{
    background-color: #00addd; /*turquoise*/
}
.box-container a:hover .strip-email
{
    background-color: #12ccff; /*lightturquoise*/
}
.strip-snail
{
    background-color: #4c00e6; /*royalblue*/
}
.box-container a:hover .strip-snail
{
    background-color: #5f40ff; /*lightroyalblue*/
}