/*!
* Start Bootstrap - Full (https://startbootstrap.com/template-overviews/full)
* Copyright 2013-2017 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full/blob/master/LICENSE)
*/

body {
    background: url('/images/background.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    width: 100%;
    height: 100%;
    font-family: 'prestige_elitenormal';
    word-wrap:break-word;
}

div.footer p {
    font-size: 12px;
}


@font-face {
    font-family: 'prestige_elitenormal';
    src: url('fonts/prestige-webfont.woff2') format('woff2'),
    url('fonts/prestige-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


#contacs_holder {
    padding: 10px;
    margin-top: 80px; 
    margin-bottom: 80px; 
    text-align:center; 
    color: #FFF; 
    background-color: #000;
}

#contacts_img {
    width: 35%; margin-top:10px;
}

