@font-face {
  font-family: "phantomstorm";
  src: url("../fonts/phantomstorm.ttf") format("truetype");
}
@font-face {
  font-family: "MomenticYesterday";
  src: url("../fonts/MomenticYesterday.ttf") format("truetype");
}
@font-face {
  font-family: "TTTravelsNextTrialBlack";
  src: url("../fonts/TTTravelsNextTrialBlack.ttf") format("truetype");
}
@font-face {
  font-family: "TTSlabsTrialBlack";
  src: url("../fonts/TTSlabsTrialBlack.otf") format("opentype");
}
body {
  background-color: #132026; /* #268bd2 */
  color: white; /* 495057 */
  font-family: sans-serif;
  font-weight: normal;
}

.iframe_container  {
  position: relative !important;
  overflow: hidden;
  width: 100% !important;
  padding-top: 56.25% !important; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
  position: absolute !important;
  top:0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  width: 100%;
  height: 100%;
}

textarea {
  resize: none;
}

h1 {
  font-weight: normal;
}

th {
  color: #495057 !important;
}

td {
  color: #495057 !important;
}

a {
  color: #686c73;
  text-decoration: none;
}
a:hover {
  color: black;
  text-decoration: none;
}

.form-check-input {
  cursor: pointer;
}

.form-check-label {
  cursor: pointer;
}

.footer a {
  color: white;
  text-decoration: none;
}
.footer a:hover {
  color: gray;
  text-decoration: none;
}

.btn-success {
  background-color: #983725;
  border: #983725;
}
.btn-success:hover {
  background-color: #DF5338;
  border: #DF5338;
}

#price_text {
  font-weight: bold;
  font-size: 40pt;
}

#nationalitytext {
  display: none;
}

#contribute_other_text {
  display: none;
}

.field_bg {
  border-radius: 5px;
  background-color: white;
  border: 1px solid #ced4da;
  color: #686c73;
  padding: 0.375rem 0.75rem;
}

.hide_extended_column {
  display: none !important;
}

ul {
  list-style-type: none;
  overflow: hidden;
  padding: 0;
}
ul li {
  float: left;
}
ul li a {
  color: #495057;
  display: block;
  padding: 10px;
  background-color: white;
  margin: 4px;
  border-radius: 5px;
}
ul li a:hover {
  color: white;
  background-color: #343a40;
}

.btn-dark:focus {
  box-shadow: none !important;
}

/*# sourceMappingURL=main.css.map */

.card  {
  background-color: black;
  border: 1px solid #614498; /*  DF5338; */
  margin-bottom: 20px;
  border-radius: 5px;
}

.card-header h5 {
  padding: 5px 0 5px 0;
  text-transform: uppercase;
  text-align: left;
}

.card-header .btn-link  {
  color: white;
  font-weight: bold;
  font-size: 15pt;
}


.mb-0 > a {
  display: inline-block;
  width: 100%;
  padding:0.75rem 1.25rem;
}
.card-header {
  padding:0;
}

.infolink:hover {
  color: darkgrey !important;
}

.card-header {
  cursor: pointer;
}
