﻿/* 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. */
body {
    color: #575756;
    font: 14px/1.4286 "Exo2-Regular",Arial,Helvetica,sans-serif;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    min-width: 320px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/*#absolute-centered {
    display: flex;*/ /*make us of Flexbox */
    /*align-items: center;*/ /*does vertically center the desired content */
    /*justify-content: center;*/ /*horizontally centers single line items */
    /*text-align: center;*/ /* optional, but helps horizontally center text that breaks into multiple lines*/
/*}*/

#absolute-centered {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    transform: translate(-50%, -50%);
    /*width: 600px;  Need a specific value to work */
}

.f-color-green {
    color: #86B77B;
}

.btn-electra {
    color: #FFF;
    background-color: #009f00;
    border-color: #009f00;
}


.badge .badge-smart-green {
    background-color: #86B77B;
}

.smart-splash {
    max-width: 400px;
}

.border-less {
    border: 0 !important;
}


/* 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;
}

.footer {
    position: absolute;
    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 */
}

.txt-H1 {
    font-size: 2.5rem;
}

.txt-H2 {
    font-size: 2rem;
}

.txt-H3 {
    font-size: 1.75rem;
}

.txt-H4 {
    font-size: 1.4rem;
}

.txt-H5 {
    font-size: 1.25rem;
}

.txt-H6 {
    font-size: 1rem;
}
