﻿/* 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. */
/*body {
    background: url('bg.jpg') no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding-top: 4%;
    padding-bottom: 4%;
    resize: both;
    overflow: none;
}*/

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.str1 {
    stroke: #FEFEFE;
    stroke-width: 7.62
}

.str0 {
    stroke: #8A8C90;
    stroke-width: 56.47;
    stroke-linecap: round;
    stroke-linejoin: round
}

.fil4 {
    fill: none;
    fill-rule: nonzero
}

.fil6 {
    fill: #FEFEFE
}

.fil7 {
    fill: #0081C3
}

.fil8 {
    fill: white
}

.fil2 {
    fill: #0080C1;
    fill-rule: nonzero
}

.fil0 {
    fill: #0080C1;
    fill-rule: nonzero;
    fill-opacity: 0.200000
}

.fil1 {
    fill: #0080C1;
    fill-rule: nonzero
}

.fil5 {
    fill: #006BAF;
    fill-rule: nonzero;
    fill-opacity: 0.600000
}

.fil3 {
    fill: #0080C1;
    fill-rule: nonzero
}

.fader {
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    fill: #0080C1;
    padding: 20px;
}

    .fader:hover {
        fill: #0081C3;
        fill-opacity: 0.4
    }

svg {
    width: 70%;
}

@media only screen and (max-width: 1366px) {

    svg {
        width: 75%;
    }
}

@media only screen and (max-width: 800px) {

    body {
        background-image: none;
        background-color: #ffffff;
    }

    svg {
        width: 100%;
    }
}

/* 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;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}
