@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");
html,
body {
  height: 100%;
}
.offset:before {
  display: block;
  content: "";
  height: 3rem;
  margin-top: -3rem;
}
body {
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  color: white;
  background-image: url("utils/background.png");
  background-size: cover;
}
/*-------Navigation---*/
.navbar {
  text-transform: uppercase;
  /* font-weight: 700; */
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  background-color: transparent !important;
  /* color: white !important; */
}
.navbar-brand img {
}
.navbar-nav li {
  padding-right: 0.7rem;
}
.navbar-dark .navbar-nav .nav-link {
  color: white;
  padding-top: 0.8rem;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
  color: white !important;
}
/** Landing Page **/
.caption {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 25%;
  z-index: 1;
  /* text-transform: uppercase; */
  padding: 1rem;
}
.caption h1 {
  /* font-size: calc(2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))); */
  font-size: 40px;
  font-weight: 700;
}

.caption h2 {
  padding-top: 0.9rem;
}

.caption h3 {
  padding-top: 0.9rem;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
}

.btn-outline-light {
  color: white;
  /* background-color: transparent;
  background-image: none; */
  border-color: white;
}
/** Landing Page **/

/** About Section **/

/** About Section **/
/** About Section **/
#roadmap {
}
/** About Section **/

.heading-underline {
  width: 3rem;
  height: 0.3rem;
  background-color: white;
  margin: 0 auto 2rem;
}

.fixed {
  background-image: url(utils/background.png);
  z-index: -1;
}

.dark {
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 1rem;
}
.fixed-background h3 {
  margin-bottom: 2rem;
}

.fixed-background p {
  margin-top: 1.5rem;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
li {
  display: inline-table;
}

.chart {
  position: relative;
  height: auto;
  /* width: 80vh; */
  /* top: 15%; */
  margin: auto;
}
.chartjs-legend {
  position: relative;
  width: 100%;
  /* bottom: 1%; */
}
.chartjs-legend li {
  cursor: pointer;
  margin: 10px 4px;
}
.chartjs-legend li span {
  position: relative;
  padding: 6px 20px;
  border-radius: 13px;
  color: white;
  z-index: 2;
}
footer a {
  color: white;
}
footer svg.svg-inline--fa {
  /* font-size: 1.6rem; */
  margin: 1.2rem 0.5rem 0 0;
}

footer svg.svg-inline--fa:hover {
  color: white !important;
}
hr.socket {
  width: 100%;
  border-top: 0.1rem solid white;
  margin-top: 3rem;
}
#roadmap {
  background-image: url(utils/background.png);
}

.bg-about {
  background: -webkit-linear-gradient(70deg, #ff6464 40%, #5ac8fa 40%);
  background: -o-linear-gradient(70deg, #ff6464 40%, #5ac8fa 40%);
  background: -moz-linear-gradient(70deg, #ff6464 40%, #5ac8fa 40%);
  background: linear-gradient(70deg, #ff6464 40%, #5ac8fa 40%);
}
.bg-purple {
  color: #fff;
  background: -webkit-linear-gradient(110deg, #a60af3 40%, rgba(0, 0, 0, 0) 30%),
    -webkit-radial-gradient(farthest-corner at 0% 0%, #7a00cc 70%, #c03fff 70%);
  background: -o-linear-gradient(110deg, #a60af3 40%, rgba(0, 0, 0, 0) 30%),
    -o-radial-gradient(farthest-corner at 0% 0%, #7a00cc 70%, #c03fff 70%);
  background: -moz-linear-gradient(110deg, #a60af3 40%, rgba(0, 0, 0, 0) 30%),
    -moz-radial-gradient(farthest-corner at 0% 0%, #7a00cc 70%, #c03fff 70%);
  background: linear-gradient(110deg, #a60af3 40%, rgba(0, 0, 0, 0) 30%),
    radial-gradient(farthest-corner at 0% 0%, #7a00cc 70%, #c03fff 70%);
}
.card-title {
  position: relative;
  float: left;
  left: 40px;
  padding: 6px;
}
