html {
    line-height: 0.9;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
header {
    display: block;
}
h1 {
    font-size: 1.5em;
}
.logo {
    max-height: 300px;
}
.download {
    padding-top: 2.1rem;
    display: inline-block;
    max-height: 50px;
}
.container {
  display: flex;
}
.mb2 {
    margin-bottom: 0.1rem;
}
.mb3 {
    margin-bottom: 0.1rem;
}
.pt3 {
    padding-top: 0.1rem;
}
.align--center {
    text-align: center;
}

@font-face {
    font-family: danielTulcea;
    src: url('/css/BalloonXBdBTExtraBold.woff') format('woff'),
         url('/css/BalloonXBdBTExtraBold.ttf') format('truetype');
}
.mb0 {
    font-family: danielTulcea;
    font-size: 3em;
}
.default-links a,
.default-links a:link,
.default-links a:visited,
.link,
.link:link,
.link:visited {
    color: #294ace;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.default-links a:focus,
.default-links a:hover,
.link:focus,
.link:hover {
    color: #213ba3;
}
.default-links a:active,
.link:active {
    background-image: none;
    color: #142464;
    outline: 0;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.link--text {
    border-bottom: 1px solid #294ace;
}

