﻿/* 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. */


/* Provide sufficient contrast against white background */

a {
    color: #57a5b1;
}

a:hover {
    color: #a1e4c9;
}

.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: 1em;
}

@media (min-width: 768px) {
    html {
        font-size: 1.1em;
    }
}

@font-face {
    font-family: Courgette;
    src: url('/css/Courgette-Regular.ttf');
}

.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: 0 0 5em 0;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 5em;
    /* Vertically center the text there */
}


/* Headers
-------------------------------------------------- */

h1,
h2,
h3 {
    font-weight: normal;
    color: #57a5b1;
}


/* General
-------------------------------------------------- */

.img-logo {
    height: 7em;
}

.navbar {
    padding: 0;
}

.navbar-brand {
    padding: 0;
    margin: 0;
    padding-top: 2em;
    display: block;
    height: 150px;
    background-image: url("/images/navbar-brand.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    font-family: Courgette, Arial, Helvetica, sans-serif;
    color: #000;
}

.navbar-brand:hover {
    color: #000;
}

.navbar-brand>span {
    vertical-align: bottom;
    line-height: 1em;
}

.navbar-brand-large {
    font-size: 200%;
}

.navbar-container-skinny {
    padding: 0;
    margin-right: 1em;
}

.banner {
    padding: 0.25em;
    margin: 0;
}

.nav {
    font-size: 1.3em;
}

.nav-link {}

.dropdown-item {
    color: #fdffd8;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fdffd8;
}


/* Navigation and banner
-------------------------------------------------- */

.bg-light {
    background: #fdffd8 !important;
}

.bg-dark {
    background: #57a5b1 !important;
}

.text-dark {
    color: #57a5b1 !important;
}

.text-light {
    color: #fdffd8 !important;
}

.text-info {
    color: #6cb6b9 !important;
}