﻿
/* Bootstrap */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007fa1;
    --secondary: #AFD021;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}


/* Material */
:root {
    --mdc-theme-primary: #007fa1;
    --mdc-theme-secondary: #AFD021;
    --mdc-theme-background: #F6F6F6;
    --mdc-theme-surface: red;
    --mdc-theme-on-primary: blue;
    --mdc-theme-on-secondary: yellow;
    --mdc-theme-on-surface: green;
    --mdc-theme-primary-bg: #AFD021;
    --mdc-theme-secondary-bg: #F6F6F6;
}

/*$primary-color: ;

$primary-color-dark: #005c74;
$primary-color-light: #69e1ff;
$secondary-color: ;
$active-color: #D021AF;
$primary-background-color: #;
$primary-color-header-footer: #004a5f;*/


input {
    max-width: 300px;
}
/* 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. */
.navbar {
    background-color: #004a5f !important;
}

.logo {
    width: 350px;
}

a.navbar-brand {

  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

.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: Roboto, "Helvetica Neue", sans-serif;
}
.footer {
    border-top: 13px solid #dcdcdc;
    background-color: #004a5f;
    width: 100%;
    /* Set the fixed height of the footer here */
}



.footer-legal {
  color: #cfcfcf;
  font-size: 14px;
/*  background-color: #003140;*/
  padding: 15px;
}

.nav-link {
  /*color: #cfcfcf !important;*/
  /*text-decoration: none !important;*/
}


.header-logos img
{
    height: 40px;
    width: 40px;
}

