@font-face {
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Trajan Pro Regular"), url("TrajanPro-Regular.woff") format("woff");
}

@font-face {
  font-family: "Trajan Pro Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Trajan Pro Bold"), url("TrajanPro-Bold.woff") format("woff");
}


#bg-vid {
  width: 100%;
  height: 100%;
  scale: 110%;

  z-index: 0;
}
.content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 100%;
}

label {
  padding: 4;
  color: hsl(259, 44%, 8%);
  border-width: 4;
  border-style: none;
  border-radius: 10px;
  font-size: 28;
  font-weight: bolder;
  font-family: Verdana;
  background-color: whitesmoke;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  appearance: textfield;
}

.dropbtn {
  font-size: 20;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.month,
.day {
  width: 55px;
}

.year {
  width: 100px;
}

input {
  padding: 8;
  background-color: rgba(39, 38, 43, 0.8);
  color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  border-width: 4;
  border-style: solid;
  border-radius: 10px;
  font-weight: bolder;
  font-family: Verdana;
  font-size: 20;
}

select {
  font-size: 25px;
  color: hsl(348, 100%, 63%);
  background-color: transparent;
  border-radius: 0.3rem;
}

option,
.dropbtn {
  font-size: 20px;
  padding: 6;
  margin-top: 4;
  color: hsl(348, 100%, 63%);
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  border-width: 0;
  border-radius: 0.3rem;
  font-weight: bolder;
}
option:hover,
.dropbtn:hover {
  background-color: rgb(255, 66, 104);
  color: white;
}

.btn {
  margin-top: 0.5rem;
  background-color: transparent;
  /* background-color: rgba(39, 38, 43, 0.5); */
  border-radius: 0.4rem;
  border-color: transparent;
  width: 20%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.8);
}
.btn:hover {
  border-color: transparent;
  background-color: rgb(255, 66, 104);
}

.recalc {
  padding: 0;
  /* position: relative; */
  width: 100%;
  filter: drop-shadow(1px 1px 2px black);
}

body {
  overflow: hidden;
  background-size: 130%;
  background-position-x: 50%;
  background-position-y: 100%;
  background-color: hsl(259, 44%, 8%);
}

label {
  font-weight: bold;
  font-family: Verdana;
  font-size: 20px;
  color: aliceblue;
  padding: 8px;
  line-height: 50px;
  background-color:transparent;
}

.logo {
  margin-bottom: 1rem;
  white-space: nowrap;
  display: inline-block;
  border-color: goldenrod;
  border-width: 4px;
  border-style: none;
  font-weight: bold;
  font-family: Verdana;
  font-size: 25px;
  filter: drop-shadow(2px 2px 1px black);
  color: aliceblue;
  padding: 8px;
  line-height: 50px;
  width: 50%;
}

.center {
  white-space: nowrap;
  display: inline-block;
  border-color: goldenrod;
  border-width: 4px;
  border-style: none;
  border-radius: 10px;
  font-weight: bold;
  font-size: 2rem;
  /* background-color: rgba(39, 38, 43, 0.8); */
  color: aliceblue;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.8);
  padding: 8px;
  line-height: 50px;
}

.foot {
  white-space: nowrap;
  display: inline-block;
  border-color: goldenrod;
  border-width: 4px;
  border-style: none;
  border-radius: 10px;
  font-weight: bold;
  font-family: Verdana;
  font-size: 16px;
  /* background-color: rgba(39, 38, 43, 0.7); */
  color: aliceblue;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.87);
  padding: 8px;
  /* margin-bottom: 40%; */
  line-height: 20px;
  margin-top: 15%;
  width: auto;
  position: relative;
}

.link {
  color: hsl(330, 61%, 48%);
  text-decoration: none;
}

a {
  color: hsl(330, 61%, 48%);
  text-decoration: none;
}

.dropdown {
  position: relative;
  display: inline-block;
  align-content: start;
  line-height: 120px;
}

.dropdown-content {
  display: none;
  position: absolute;
  border-width: 0;
  border-style: none;
  border-radius: 4px;
  min-width: 160px;
  background-color: rgba(39, 38, 43, 0.45);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.8);
  z-index: 1;
  padding-left: 0px;
  margin-left: 0px;
}

.dropdown:hover .dropdown-content {
  display: block;
}
