﻿@font-face {
    font-family: Bayside;
    src: url('/fonts/Bayside.woff');
}

@font-face {
    font-family: GoodUnicorn;
    src: url('/fonts/GoodUnicorn.woff');
}

@font-face {
    font-family: MrsEaves;
    src: url('/fonts/MrsEaves.woff');
}

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

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;
}

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;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    font-family: Bayside;
    /*min-width: 640px;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: MrsEaves !important;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.large {
    font-size: large;
}

.italic {
    font-style: italic;
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #F3EBC9;
    z-index: 999;
}

    .loader p {
        position: fixed;
        top: calc(50% + 60px);
        left: calc(50% - 100px);
        margin: 0;
        width: 200px;
        height: auto;
        text-align: center;
        color: black;
        opacity: 1;
    }

    .loader img {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
        width: 100px;
        height: 100px;
    }