@font-face {
    font-family: 'PublicSans';
    src: url('../fonts/PublicSans-VariableFont.ttf');
}

html {
    margin: 0;
    padding: 0;
    min-width: 320px;
}

body {
    margin: 0;
    padding: 0;
    background-color: #ecf7ff;
    font-family: "PublicSans",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #39465f;
}

*, ::after, ::before {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    display:block;
    font-family: 'PublicSans';
    color: #1d2630;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.5;
}

.h1, h1 {
    font-size: calc(1.3625rem + 1.35vw);
    font-weight: 700;
}

a {
    color: #04a9f5;
}

.text-center{
    text-align:center;
}

.index-container {
}

.index-content {
    min-height: calc(100vh - 50px);
    display: flex;
    width: 100vw;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.index-logo {
    display: block;
    width: 50vw;
    height: auto;
    max-width: 450px;
    margin: 0 auto;
}

.mention-legal-nav {
    display: flex;
    text-align: center;
    font-size: 12px;
    height: 50px;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.mention-legal-nav a {
    color: #39465f;
    margin:0 10px;
}

header {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

header img{
    padding:20px;
    width:auto;
    height:120px;
}


header h1 {
    line-height:1;
    margin-bottom:0;
}


.page-container{
    margin:50px;
}
