@font-face {
    font-family: Whitney;
    src: url('/fonts/whitney-medium.otf');
    font-weight: 500;
}
@font-face {
    font-family: Whitney;
    src: url('/fonts/whitney-bold.otf');
    font-weight: 700;
}

body {
    font-family: 'Whitney', sans-serif;
    font-weight: 500;
    color: #fff;
}

header {
    background-image: url('/image/noklica-background.jpg');
    background-size: cover;
    background-position: center center;
    width: 100%;
    min-height: 100vh;
    padding: 75px 15px;
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.logo {
    width: 250px;
    margin-bottom: 100px;
}

.bold {
    font-weight: 700;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 1.3rem;
    margin: 0;
}

.titles {
    margin-top: auto;
    margin-bottom: auto;
}

.social {
    margin-top: 285px;
    margin-bottom: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
}

.social figure {
    width: 50px;
}

.copyright {
    position: absolute;
    width: 50px;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
}

a.link {
    color: #fff;
}
p.break {
    padding-bottom: 50px;
}