﻿/* 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;
}

/* 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;
  height: 98%; /* Allow for Full page without scrollbar */
}

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 */
  font-family: Montserrat, sans-serif;
}

/* General page styles
-------------------------------------------------- */
.h5-error {
    font-weight: bold;
    color: darkred;
}

ul.dash {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}

    ul.dash > li:before {
        display: inline-block;
        content: "-";
        width: 1em;
        margin-left: -1em;
        margin-bottom: 5px;
        font-size: 10pt;
    }

/* Social media icons
-------------------------------------------------- */
.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

    .fa:hover {
        opacity: 0.7;
    }

.fa-facebook {
    background: #ffffff;
    color: #000000;
}

.fa-twitter {
    background: #ffffff;
    color: #000000;
}

.fa-google {
    background: #ffffff;
    color: #000000;
}

.fa-linkedin {
    background: #ffffff;
    color: #000000;
}

.fa-youtube {
    background: #ffffff;
    color: #000000;
}

.fa-instagram {
    background: #ffffff;
    color: #000000;
}

.fa-pinterest {
    background: #ffffff;
    color: #000000;
}

.fa-snapchat-ghost {
    background: #ffffff;
    color: #000000;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
    background: #ffffff;
    color: #000000;
}

.fa-android {
    background: #ffffff;
    color: #000000;
}

.fa-dribbble {
    background: #ffffff;
    color: #000000;
}

.fa-vimeo {
    background: #ffffff;
    color: #000000;
}

.fa-tumblr {
    background: #ffffff;
    color: #000000;
}

.fa-vine {
    background: #ffffff;
    color: #000000;
}

.fa-foursquare {
    background: #ffffff;
    color: #000000;
}

.fa-stumbleupon {
    background: #ffffff;
    color: #000000;
}

.fa-flickr {
    background: #ffffff;
    color: #000000;
}

.fa-yahoo {
    background: #ffffff;
    color: #000000;
}

.fa-soundcloud {
    background: #ffffff;
    color: #000000;
}

.fa-reddit {
    background: #ffffff;
    color: #000000;
}

.fa-rss {
    background: #ffffff;
    color: #000000;
}