@charset "utf-8";

/* CSS Document
text-shadow: 0.1px 0.1px 1px #673f33;
*/
@font-face {
    font-family: SoftLine;
    src: url(SoftLine.otf);
}

html {
    background: url(img/bg_vidikovac.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    font: 16px Roboto Slab, helvetica, sans-serif;
    color: #334b67;
    text-align: center;
}

P {
    margin: 0;
    padding: 0;
}

A {
    color: white;
    font-weight: normal;
    text-decoration: none;
    background: 0;
}

A:hover {
    color: salmon;
}


#title {
    text-align: center;
    margin: 0 auto;
    padding-top: 10%;
    width: 70%;
}

.title {
    font: 16px Roboto Slab, helvetica, sans-serif;
    color: #334b67;
    margin: 0;
    padding: 0;
}

.subtitle {
    font: 13px Roboto Slab, helvetica, sans-serif;
    color: white;
    margin: 0 0 30px 0;
}

#bottom {
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 10%;
}
