﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #e9fbff;
}
.footer {
    position: absolute;
    background-color: #ffffff;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.download-links{
    margin: 80px 0;
}

.center {
    text-align: center;
}

.download-links a {
    display: inline-block;
    margin: 0 20px;
}

a[data-v-d20c7cac] {
    text-decoration: underline;
}
.footer2 {
    background-color: #e9fbff;
    padding: 130px 0 100px;
    display: block;
}
a {
    background-color: transparent;
}

@media (max-width: 1400px) .scaling-text {
    font-size: 97%;
}
@media (max-width: 1150px) .scaling-text {
    font-size: 79%;
}
@media (max-width: 1200px) .scaling-text {
    font-size: 83%;
}
@media (max-width: 1250px) .scaling-text {
    font-size: 86%;
}
@media (max-width: 1300px) .scaling-text {
    font-size: 90%;
}
@media (max-width: 1350px) .scaling-text {
    font-size: 93%;
}
@media (max-width: 1400px) .scaling-text {
    font-size: 97%;
}
.download-links a img {
    width: 220px;
}
img {
    border-style: none;
}
a {
    color: inherit;
}

/*privacy*/

.wide .content-panel {
    padding: 2em 4% 0 4%;
}
.main {
    position: relative;
    width: 100%;
    max-width: 1604px;
    padding-right: 3em;
    padding-left: 3em;
    margin: 0 auto;
}