﻿/* 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 {
    height: 100%;
}


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}


.header-background {
    position: fixed;
    opacity: 0.35;
    background-attachment: fixed;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/img/home2.png");
    height: 100%;
    width: 100%;
}

.container.container-alert {
    
}

.container-cards {
    margin-bottom: 100px;
}

.container-cards .card {
    margin-bottom: 20px;
}

.container-fluid.container-white {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    background-color: rgba(255,255,255,0.85);
    margin: 0 0 20px 0;
    padding: 0;
}

.partner-icons > img {
    max-height: 80px;
    margin: 20px 10px;
}

.required-input {
    font-weight: bold !important
}

.required-input::after {
    content: ' *'
}

textarea {
    min-height: 150px;
}

.mvc-grid {
    font-size:0.75rem;
    line-height: 1.2em
}