@font-face {
    font-family: 'Avenir Book';
    src: url('../font/Avenir-Book.eot');
    src: url('../font/Avenir-Book.eot?#iefix') format('embedded-opentype'),
        url('../font/Avenir-Book.woff') format('woff'),
        url('../font/Avenir-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

div {
    box-sizing: border-box;
}

html {
    color: #000;
    font-size: 14px;
    line-height: 1.4em;
    min-height: 100%;
}
body {
    line-height: 1;
    min-height: 100%;
    text-align: center;
    font-family: 'Avenir Book', Helvetica, Arial, sans-serif;
}
::selection {
    background: #000;
    color: #FFF;
    text-shadow: none;
}
a,
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover {
    padding-bottom: 1px;
    border-bottom: 1px solid #000;
}
p,
a {
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: 0.32px;
}
.card {
    text-align: center;
    padding: 20px;
}
.name {
    font-size: 22px;
    letter-spacing: 0.32px;
    margin-bottom: 12px;
}
.adress {
    margin-top: 30px;
}

.wrapper {
    max-width: 100%;
    padding: 5%;
}

.logo {
    padding: 20px 20px 30px;
    width: 270px;
    max-width: 100%;
    margin: auto;
}

.logo img {
    max-width: 100%;
}

