/* VARIABLES */
@font-face {
  font-family: Bernier;
  src: url(/public/webfonts/bernier-regular.otf);
}
@font-face {
  font-family: SFproDisplay;
  src: url(/public/webfonts/sf-pro-display-regular.otf);
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/public/webfonts/fa-solid-900.eot");
  src: url("/public/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/public/webfonts/fa-solid-900.woff2") format("woff2"), url("/public/webfonts/fa-solid-900.woff") format("woff"), url("/public/webfonts/fa-solid-900.ttf") format("truetype"), url("/public/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

body {
  margin-top: 3rem;
  background-image: url("/public/images/ratify-rocks-logo-rgb-rot.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-position: center;
  font-family: "SFproDisplay", sans-serif;
  padding-bottom: 20rem;
}

main {
  width: 80%;
  background-color: rgba(255, 255, 255, 0.85);
}

.search-result-header {
  background-color: rgba(51, 51, 51, 0.9);
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
  height: 150px;
  width: 100%;
}

.search-result-header-text {
  text-align: right;
  position: relative;
  right: 20px;
  bottom: 20px;
  margin-left: 50px;
  padding-right: 65px;
  margin-top: 50px;
  background: rgba(255, 255, 255, 0.85);
  color: #e50051;
}

.main-header {
  background-color: rgba(51, 51, 51, 0.9);
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
  background-image: url("/public/images/ratify-rocks-logo-rgb-rot.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  min-height: 500px;
  width: 100%;
  margin-bottom: 1.25rem;
}

.main-header-text {
  text-align: right;
  position: relative;
  right: 20px;
  bottom: 20px;
  margin-top: 350px;
  margin-left: 50px;
  padding-right: 65px;
  background: rgba(255, 255, 255, 0.85);
}

.main-header {
  color: #e50051;
  font-family: Bernier;
}
.main-header h1 {
  font-size: 4rem;
}
.main-header h2 {
  font-size: 3rem;
}

.bg-primary {
  color: #fff;
  background: #e50051;
  border: 1px solid #e50051;
}

.btn {
  border-radius: 0 !important;
  transition: all ease-in 0.35s;
}
.btn.btn-primary {
  background: rgb(229, 0, 81);
  border: 1px solid rgb(229, 0, 81);
  color: #fff !important;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background: rgba(229, 0, 81, 0.75);
}
.btn.btn-secondary {
  background: rgb(51, 51, 51);
  border: 1px solid rgb(51, 51, 51);
}
.btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus {
  background: rgba(51, 51, 51, 0.75);
}
.btn.btn-success {
  background: rgb(32, 122, 52);
  border: 1px solid rgb(32, 122, 52);
}
.btn.btn-success:hover, .btn.btn-success:active, .btn.btn-success:focus {
  background: rgba(32, 122, 52, 0.75);
}
.btn.btn-danger {
  background: rgb(163, 37, 37);
  border: 1px solid rgb(163, 37, 37);
}
.btn.btn-danger:active, .btn.btn-danger:focus, .btn.btn-danger:hover {
  background: rgba(163, 37, 37, 0.75);
}

.navigationButton {
  width: 2rem;
  height: 2rem;
  position: fixed;
  top: 20px;
  left: 20px;
  color: #fff;
  z-index: 1000000;
}

.nav-tabs .nav-link {
  background-color: #fff;
  color: rgb(229, 0, 81);
  border-radius: 0;
  transition: 0.25s all ease-in-out;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:active, .nav-tabs .nav-link:focus {
  background-color: rgb(229, 0, 81);
  color: #fff;
}

.accordion-header button, .accordion-header button:focus {
  background: #e50051;
  color: #fff;
  border: 1px solid #e50051;
}

.badge {
  margin-right: 1rem;
  background: #e50051 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

.nav-item {
  cursor: pointer;
}

.bg-primary {
  background: #e50051 !important;
  color: #fff !important;
}

.fieldset {
  border: 1px groove #ddd !important;
  padding: 1rem 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  box-shadow: 2px 2px 10px 5px #333;
}
.fieldset legend {
  font-size: 1.2em !important;
  font-weight: bold !important;
  text-align: left !important;
  border-bottom: 1px solid #333;
}

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