/*!
* 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.jpg') 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: Verdana;
    word-wrap:break-word;
    font-size: 12px;
}

p {
    margin-bottom: 10px;
}

h1 {
    font-size: 14px;
    font-weight: bold;
}

@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: #111;
}

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

a, a:hover {
    color: #ffffff;
}
