﻿/* 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;
}

.btn-primary {
    color: #fff;
    border-color: forestgreen;
    background-color: forestgreen;
}

.btn-primary:hover {
    border-color: darkgreen;
    background-color: darkgreen;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.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%;
    font-size: 14px;
}

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 */
}

/* Web site palette
-------------------------------------------------- */
.rds-red {
    color: #9B0813;
}

.rds-lt-gray {
    color: #F2F2F2;
}

.rds-dk-gray {
    color: #93A8AC;
}

.rds-black {
    color: #1B2322;
}

/* RDS customizations
-------------------------------------------------- */
body {
    background-color: #000;
    color: lightgreen;
    font-family: "Courier New";
    font-size: 16px;
}

a {
    color: lawngreen !important;
}

.text-light {
    color: lightgreen !important; 
}

.card-body {
    background-color: #000;
}

.bg-primary {
    background-color: forestgreen !important;
}

.border-primary {
    border-color: forestgreen !important;
}

.navbar-toggler {
    background-color: #000;
    border: 0px solid lightgreen !important;
}

.navbar-toggler-icon {
    background-image: url(images/toggle-icon.png) !important;
}

.navbar-brand {
    background: #000;
    border-radius: .25rem;
}

.bloch-input {
    width: 50px;
}

.bloch-text {
    font-size: 14px;
    white-space: nowrap;
}
@media (max-width: 500px) {
    .bloch-text {
        font-size: 12px;
        white-space: nowrap;
    }
}
.special-elite-regular {
    font-family: "Special Elite", system-ui;
    font-weight: 400;
    font-style: normal;
}

.amazolve-logo {
    font-size: 52px;
    white-space: nowrap;
}

@media (max-width: 500px) {
    .amazolve_logo {
        font-size: 10px;
        white-space: nowrap;
    }
}
