﻿/* 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;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* 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;
}

.error-btn-wrapper {
    position: fixed;
    top: 20px;
    width: 100%;
    text-align: center;
}

.error-card {
    max-width: 300px;
    padding: 20px;
    margin: 0 auto;
}

.error-title {
    font-family: recoleta;
    font-size: 4rem;
    line-height: 4rem;
}

.error-body-text {
    padding-top: 3rem;
}

@media only screen and (min-width: 1200px) {
    .error-btn-wrapper {
        top: 200px;
    }
}

.error-my-account-btn {
    padding: 10px 32px !important
}

.wrapper {
    display: flex;
    justify-content: center;
    padding-top: 2rem;
    min-height: 80vh;
    overflow-y: auto;
}

.footer-error {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 100;
    padding: 1rem 2rem;
    background: var(--light,#fafafa);
    color: var(--primary-800,#00212b);
    border: 1px solid var(--primary-100,#e6f2f7);
    height: 107px;
    width: 100%;
    overflow: hidden;
    font-weight: 400;
}

.footer__copyright {
    margin-bottom: 1rem;
}

@media (max-width: 1280px) {
    .footer-error .container {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 576px) {
    .footer-error {
        min-height: 16rem;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .footer-error .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .footer-error .container {
        width: 970px;
    }

    .footer__copyright {
        margin-bottom: 1rem;
    }
}

@media (min-width: 1200px) {
    .footer-error .container {
        width: 1170px;
    }
}

.footer-error .equal-housing-icon {
    width: 15px;
    height: 15px;
    margin-left: 0.5rem;
}

.footer-error .container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.footer-error .footer__link {
    color: var(--primary-800,#00212b);
    text-decoration: none !important;
    font-weight: 400;
}

.link.js-custom {
    display: block;
    margin-bottom: 0.5rem !important;
    text-align: left;
    color: var(--primary-500, #007fad) !important;
    font-size: 1rem !important;
}
