﻿@font-face {
    font-family: UniCredit;
    src: url(fonts/UniCredit-Regular.eot);
    src: url(fonts/UniCredit-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/UniCredit-Regular.woff) format("woff"), url(fonts/UniCredit-Regular.otf) format("opentype"), url(fonts/UniCredit-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: UniCredit-Bold;
    src: url(fonts/UniCredit-Bold.eot);
    src: url(fonts/UniCredit-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/UniCredit-Bold.woff) format("woff"), url(fonts/UniCredit-Bold.otf) format("opentype"), url(fonts/UniCredit-Bold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

html, body {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: UniCredit, serif;
    font-weight: 400;
    color: #333;
    text-align: left;
    display: flex;
    flex-direction: column;
}

img {
    display: inline-block;
    max-width: 100%
}

h3 {
    font-size: calc(1.3rem + .6vw);
    font-weight: 500;
    line-height: 1.2;
}

.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

.container {
    width: auto;
    max-width: 480px;
    padding: 0 15px;
}

main {
    margin: 0 auto;
    text-align: center
}

.footer {
    color: white;
    text-align: center;
    padding: 1rem 1rem 2rem 1rem;
    background-color: rgba(51,51,51, 1);
    font-size: .8rem;
    line-height: 1.6rem;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pb-2 {
    padding-bottom: 1rem !important;
}
