﻿html, body {
    height: 100%;
}

body {
    font-family: 'Poppins',sans-serif;
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 300;
    text-align: center;
    display: flex;
    flex-direction: column;
    color: #111;
    margin: 0;
}

li {
    list-style: none;
    padding: 6px;
}

h1 {
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
}

.logo {
    max-width: 350px;
    display: flex;
    flex-grow: 1;
    align-self: center;
    align-items: center;
}

.logo img {
    width: 100%;
}

h1 {
    margin: 0;
}

.footer {
    align-self: center;
    padding: 15px 0;
}

.footer-content__logo {
    max-width: 350px;
}

.footer-content__logo img {
    width: 100%;
}

footer [class^="icon-"]::after {
    font-size: 2.5rem;
}

@font-face {
    font-family: 'sbfont';
    src: url('../../fonts/SbFont/fonts/sbfont.eot') format('embedded-opentype');
    src: url('../../fonts/SbFont/fonts/sbfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/SbFont/fonts/sbfont.woff') format('woff'), url('../../fonts/SbFont/fonts/sbfont.ttf') format('truetype'), url('../../fonts/SbFont/fonts.svg#sbfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class*="icon-"]::after {
    display: inline-block;
    font-family: 'sbfont';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ced4da;
}

.icon-facebook::after {
    content: '\0041';
}

.icon-instagram::after {
    content: '\0042';
}

.a-legal {
    font-size: 1rem;
    display: block;
    margin: 10px 0;
    color: #325180;
}