﻿/* 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;
}

/*body {
    background-image: url('../images/OIP2.jpg') linear-gradient();
    margin: 0;
}*/

/* Provide sufficient contrast against white background */
a {
  color: #036696;
}

button.btn-pill {
    background-color: darkblue;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 16px;
}

.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 */
}

.table {
    border-collapse: collapse;
    width: 100%;
}

.th, .td {
    text-align: left;
    padding: 8px;
}

.demotextarea {
    resize: both;
    overflow: auto;
    width: 100%;
}

.generalAltRow {
    background-color: #EFF8FF;
}

.generalRow {
    background-color: white;
}

/* Container holding the image and the text */
.container2 {
    position: relative;
    text-align: center;
    color: black;
}


.middle-finger {
    position: absolute;
    top: 15%;
    left: 22%;
    font-size: 4vw;
}

.middle-finger-span {
    position: absolute;
    top: 46%;
    left: 27%;
    font-size: 4vw;
}

.middle-finger-pitch {
    position: absolute;
    top: 15%;
    left: 4%;
    font-size: 4vw;
}

.ring-finger {
    position: absolute;
    top: 15%;
    right: 22%;
    font-size: 4vw;
}

.ring-finger-span {
    position: absolute;
    top: 45%;
    right: 35%;
    font-size: 4vw;
}

.ring-finger-pitch {
    position: absolute;
    top: 20%;
    right: 6%;
    font-size: 4vw;
}

.thumb {
    position: absolute;
    bottom: 18%;
    left: 38%;
    font-size: 4vw;
}

.thumb-horiz-pitch {
    position: absolute;
    bottom: 4%;
    left: 47%;
    font-size: 4vw;
}

.thumb-vert-pitch {
    position: absolute;
    bottom: 14%;
    right: 30%;
    font-size: 4vw;
}

.mainfooter {
    background-color:lightgray;
    color:white;
}

.bold {
    font-weight: bold
}