﻿/* 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;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


/*
    Main Palette

    VaticPrimaryBlue: #187498
    VaticSecondaryBlue1: #9CC2DO
    VaticSecondaryBlue2: #AFC4CB
    VaticSecondaryBlue3: #5E9DB5
    VaticSecondaryGray1: #737373
    VaticSecondaryGray2: #D8D8D8

    Other Acceptable Colors
    VaticGreenDark: #6E8647
    VaticGreenLight: #ABC285

*/

.vatic-primary-blue{
    background: #187498;
}

.vatic-secondary-blue-1 {
    background: #9CC2D0;
}

.vatic-secondary-blue-2 {
    background: #AFC4CB;
}

.vatic-secondary-blue-3 {
    background: #5E9DB5;
}

.vatic-secondary-gray-1 {
    background: #737373;
}

.vatic-secondary-gray-2 {
    background: #D8D8D8;
}

.vatic-green-dark {
    background: #6E8647;
}

.vatic-green-light {
    background: #ABC285;
}

.text-vatic-primary-blue {
    color: #187498;
}

/*@font-face {
    font-family: 'Calgary';
    src: url('../fonts/calgary.woff2') format('woff2'), url('../fonts/calgary.woff') format('woff');*/
    /* Add other font formats if available */
    /*font-weight: normal;
    font-style: normal;
}

body * {
    font-family: 'Calgary', serif;
}*/