body {
    background-image: url(../img/bgmap1.png);
    background-color:  #2b0000;
    background-attachment: fixed;
    /*height: 100%; */
    -moz-background-size: cover; /* Firefox 3.6+ */
    -webkit-background-size: cover; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: cover; /* Opera 9.6+ */
    background-size: cover; /* Современные браузеры */

}
.contactone h1{
    color:rgb(255, 255, 255);
    font-family:"Roboto Slab", "Open Sans";
    font-size:54px;
    font-weight:400;
    text-transform: uppercase;
}
.contpers p{
    color: #fff;
    font-family:"Roboto Slab", "Open Sans";
    font-size:1em;
}

.contpers h2{
    color: #f4973B;
    font-family:"Roboto Slab", "Open Sans";
    font-size:1.5em;
    font-weight: 500;
}
.contphome p{
    color: #f4973B;
    font-family:"Roboto Slab", "Open Sans";
    font-size:1em;
}