@charset "UTF-8";
html, body {
  height: 100%;
  /* important to vertically align the container */
  margin: 0;
  padding: 0; }

.vertical-center {
  min-height: 100%;
  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh;
  /* These two lines are counted as one <img draggable="false" class="emoji" alt="🙂" src="https://s.w.org/images/core/emoji/72x72/1f642.png">       */
  display: flex;
  align-items: center; }

body {
  background-color: lavender;
  background-attachment: scroll;
  background-size: cover;
  text-align: center;
  font-family: 'Montserrat', sans-serif; }

select {
  width: 220px;
  height: 30px;
  border-radius: 3px;
  margin-bottom: 10px;
  border: solid 1px grey;
  opacity: 0.5; }

select.option {
  opacity: 0.5; }

button {
  background-color: #033C73;
  border: none;
  color: white;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  border-radius: 3px;
  margin: 4px 2px;
  transition: 0.3s;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; }

button:hover {
  background-color: lavender;
  color: lavender; }

input {
  width: 220px;
  height: 30px;
  border: solid 1px grey;
  opacity: 0.9;
  padding: 5px;
  border-radius: 8px;
  margin-bottom: 10px;
  border-radius: 3px; }

p {
  border: 1px;
  color: lavender;
  font-size: 10px;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; }

h1 {
  color: #2FA4E7;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 40px;
  z-index: 0; }

.header {
  padding: 60px;
  text-align: center;
  background-color: #071019;
  opacity: 0.7;
  color: white;
  font-size: 10px; }

.inputD {
  width: 250px;
  height: 30px;
  padding-left: 5px;
  border-radius: 5px;
  border-color: lightgray;
  margin-bottom: 10px; }

.h6D {
  text-align: left;
  margin-left: 110px; }

.buttonD {
  background-color: #2FA4E7;
  border-color: dimgray;
  border-width: 5px;
  color: black;
  width: 200px; }

table {
  border-collapse: collapse;
  border: 1px solid #646464;
  width: 1200px;
  text-align: center; }

th {
  text-align: center;
  height: 50px;
  font-size: 18px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  background-color: #0c4b86;
  color: white;
  border: 1px solid #646464; }

td {
  height: 30px;
  text-align: center;
  font-size: 15px;
  border: 1px solid #646464; }

tr:nth-child(even) {
  background-color: #4576a7;
  opacity: 70%; }

tr:hover {
  background-color: lightsteelblue; }

.carousel-caption {
  margin-bottom: 100px; }
