/* GENERAL */
html {
    position: relative;
    min-height: 100%;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
	display : table;
	width: 100%;
}

.bg-opacity {
    background-color: rgba(52, 58, 64, 0.4);
}

.bg-inverse {
    background-color: #212529;
}

div.roadmap-container {
  margin-left: 10px;
  margin-right: 10px;
}

.docs-list {
  padding-top: 10px;
  padding-bottom: 10px;
}

footer {
  display: table-row !important;
  width: 100%;
  height: 100px;
}

.centered-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Full height of the viewport */
  }

.cards {
    width: 300px; /* Adjust the width as needed */
  }

code {
  padding-left: 10px !important;
  position: relative!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  min-width: 0!important;
  word-wrap: break-word!important;
  background-color: #22313F!important;
  color: white !important;
  background-clip: border-box!important;
  border: 1px solid rgba(0,0,0,.125)!important;
  border-radius: .25rem!important;
}

/* CUSTOM SCROLLBAR */
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* OTHER */
.Header {
  background: url(/assets/img/BG-Head.jpg) no-repeat;
  background-position:0px -150px;
  background-attachment: fixed;
  background-size: cover;
  height: 500px;
  width: 100%;
}

.Header-Title {
  padding-left: 200px;
  padding-top: 200px;
}

.Header-Text {
  padding-left: 200px;
}

.Team-Header{
  background: url(/assets/img/BG-Head.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 200px;
  width: 100%;
}

.Team-Pic {
  height: 200px;
  width: 200px;
  border-style: solid;
  border-width: 5px;
  border-color: #212529;
}

.fw-list {
	max-width: 1500px;
}
