﻿/* 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 */
}

/* Font styles
-------------------------------------------------- */

@font-face {
    font-family: rune-font;
    src: url(../font/Norse-KaWl.otf);
}

@font-face {
    font-family: rune-font-bold;
    src: url(../font/NorseBold-2Kge.otf);
}

.rune-text {
    font-family: rune-font;
}

.rune-text-bold {
    font-family: rune-font-bold;
}

/* Map styles
-------------------------------------------------- */
#map-container {
    position: absolute;
    top: 5rem;
    left: 1rem;
    height: calc(100% - 6.25rem);
    width: calc(100% - 2rem);
    z-index: 50;
}

#map {
    width: 100%;
    height: 100%;
}

/* Location/track button styles
-------------------------------------------------- */
#location-button, #track-button {
    background-color: #209CEE;
    background-color: white;
    border: 1px solid silver;
    border-radius: 4px;
    width: 2.25rem;
    height: 2.25rem;
    box-shadow: 0 1px 5px rgba(0,0,0,0.65);
    cursor: pointer;
}

/* Modal styles
-------------------------------------------------- */
#modal img {
    max-width: 100%;
    margin-bottom: 5px;
}


/* Toast styles
-------------------------------------------------- */
#toast-container {
    z-index: 150;
    position: fixed;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
}

#toast .toast-header {
    background-color: #239cec;
    color: white;
}

#toast img {
    height: 1rem;
}

/* Misc styles
-------------------------------------------------- */
.viking-tile {
    background-image: url(../img/viking-pattern-2.jpg);
}

.navigation-bar {
    z-index: 100;
}

.page-header {
    font-size: 1.25rem;
}

.page-header-header {
    font-size: 1.5rem;
}

.page-header-logo {
    height: 1.75rem;
    margin-right: 0.5rem;
}


.page-footer {
    text-align: center;
}

.page-footer img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 5rem;
    width: 5rem;
}

/*.modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}*/

h6 {
    font-weight: bold; /* Fix for Firefox */
}