﻿/* 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. */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
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: #000;
  border-color: #000;
}*/

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.fontAwesomeDuo {
    --fa-primary-color: #fff;
    --fa-secondary-color: #ccc;
}
/* 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;*/
    font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}

.footer {
  /*position: absolute;
  bottom: 0;*/
  width: 100%;
  white-space: nowrap;
  
}

.footer {
    padding-left: 45px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 10px;
    color: white;
    background-color: #1b2352;
}

.header {
    color: white;
    background-color: #1b2352;
}

.footerGrey {
    background-color: lightgray;
}

.footerRowReset {
    padding-left: 0px;
}

.footerVCentre {
    vertical-align: middle;
}

.footerHeaders {
    font-size: 18px;
    font-weight: bold;
}

.back-to-top {
    background: none;
    margin: 5px;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 100;
    display: none;
    text-decoration: none;
}

    .back-to-top i {
        font-size: 50px;
    }

:root {
    --fa-style-family: "Font Awesome 6 Pro";
    --fa-style: 400;
    --fa-border-color: red;
    --fa-primary-color: #0366d6;
    --fa-secondary-color: #0056b3
}