﻿/* 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: #28a745;
}

a:hover {
    color: #1d6242;
}

.myAccountAnchor {
    font-size: 1.3em;
}

.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;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.myBody {
    background: url("https://static.wixstatic.com/media/11062b_efb1b630b7f34fc69c3bd82d90b60339~mv2.jpg/v1/fill/w_980,h_645,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/11062b_efb1b630b7f34fc69c3bd82d90b60339~mv2.jpg");
    background-repeat: no-repeat;
    background-size: 100% ;
}

.myParagraph {
    line-height: 2em;
    display: block;
}

.myNavText {
    font-size: 20px;
}

.my-nav-link {
    border-bottom: 1px solid rgb(212, 212, 212);
    border-radius: 2px;
    background-color: white;
    transition: background-color 150ms ease-in-out;
}

.my-nav-link:hover {
    background-color: rgb(212, 212, 212);
}

input[type=checkbox] {
    transform: scale(1.5);
}

pre {
    font-family: 'Segoe UI';
    font-size: 1rem;
    margin: 0;
}

.border-3 {
    border-width: 3px !important;
}

.card-container {
    text-align: justify;
    text-justify: inter-word;
    text-decoration: none;
}

.media-link {
    color: black;
    transition: color 150ms ease-in-out;
}

.media-link:link {
    text-decoration: none;
}

.media-link:visited {
    text-decoration: none;
}

.media-link:hover {
    text-decoration: none;
    color: #28a745;
}

.media-link:active {
    text-decoration: none;
}

.media-image {
    text-align: center;

}


