﻿/* 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 #221133;
}

.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;
  background-color: #332215;
}

nav {
    background-color: #443366;
    border-bottom: 2px solid #221122;
}

nav li {
    margin-top: 10px;
}

.navbar-light .navbar-brand {
    color: #eebb99;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    background-color: #1d140d;
}

.hidden {
    display: none;
}

.navbar-nav {
    align-items: center;
}

#txtSearch {
    background-color: inherit;
    border-width: 0px;
}

#txtSearch:focus {
    outline: 0px;
}

#searchBar {
    border: 4px solid #AA5577;
    border-radius: 7px;
    padding: 3px;
}

#addButton {
    border: 4px solid #AA5577;
    border-radius: 7px;
    padding: 3px 4px 9px 4px;
    margin-left: 3px;
}

#FAQElem {
    border: 4px solid #AA5577;
    border-radius: 7px;
    padding: 2px;
}

@media (min-width: 576px) {
    #FAQElem {
        margin-left: auto;
    }
}

#FAQElem img {
    height: 35px;
}

.centerer {
    text-align: center;
}

.creamText {
    color: #eeddaa;
}

.wide {
    width: 70%;
}

.medWidth {
    width: 50%;
}

.blueButton {
    border-radius: 5px;
    border: 1px solid #774411;
    background-color: #111133;
    margin-top: 10px;
    font-size: 11pt;
    margin-left: 10px;
}

.blueButton:hover {
    background-color: #000022;
}

.UI {
    background-color: rgba(16, 16, 16, .5);
}

.playLink {
    float: left;
}

.mesmerItem {
    min-height: 48px;
}

.mesmerItem span {
    vertical-align: middle;
}

.mesmerItem a {
    vertical-align: middle;
}

.titleLink {
    text-decoration: underline;
}


canvas {
    display: block;
}

.textblock {
    background-color: #FFFFFF;
    height: 50px;
    position: absolute;
    border: 3px solid #000000;
    border-radius: 5px;
}

.textCenterer {
    position: absolute;
    display: inline-block;
    white-space: nowrap;
}

.hiddenText {
    z-index: -1;
    color: #442211;
    position: relative;
}

.word {
    white-space: nowrap;
    position: relative;
}

@keyframes showText {
    from {
        color: #FFFFFF;
    }

    to {
        color: #000000;
    }
}

.revealed {
    animation-name: showText;
    animation-duration: 1s;
    z-index: 2;
    position: relative;
}

.canvasContainer {
    position: relative;
}

#sizeControl {
    height: 50px;
    width: 50px;
    background-image: url('/img/imagebuttons.png');
    background-size: auto;
    background-position: 0px 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

#sizeControl.reduce {
    background-position: 0px 50px;
}

.tiny {
    font-size: 10px;
}

.canvasContainer {
    margin: auto;
    overflow: hidden;
}

.redButton {
    border-radius: 5px;
    border: 1px solid #774411;
    background-color: #331111;
    margin-top: 10px;
    font-size: 11pt;
    margin-left: 10px;
}

.threeBorder {
    border: 1px solid #000000;
    border-radius: 3px;
    padding: 3px;
}

.pushedLeft {
    margin-top: 3px;
    margin-left: 10px;
}

.inlineBlock {
    display: inline-block;
}

.5pcRightMargin {
    margin-right: 5%;
}

#accountControls {
    white-space: nowrap;
    margin-top: 3px;
}

.creamText a {
    color: #eeddaa;
}

.deleteMesmer {
    font-size: 9pt;
}

h1.creamText {
    text-decoration: underline;
}

@keyframes appearingAnimation {
    from {
        height: 0px;
        width: 0px;
        padding: 20px 0px 0px 20px;
    }
    to {
        height: 40px;
        width: 40px;
        padding: 0px 0px 0px 0px;
    }
}

#loadingSpiral.appearing {
    animation-name: appearingAnimation;
    animation-duration: .5s;
    animation-timing-function: linear;
}

h2.questionBlock {
    display: inline-block;
    padding: 5px;
    border-radius: 3px;
    margin-top: 10px;
}