/*************** THEME VARIABLES  ***************/
.box--01 {
  display: inline-block;
  height: 400px;
  margin: 100px;
  padding: 100px;
  width: 400px;
  border: 5px dashed white;
}

.box--02 {
  display: inline-block;
  height: 200px;
  width: 400px;
}

.box--03 {
  display: inline-block;
  height: 200px;
  width: 400px;
}

.container-fluid {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.inline-block {
  display: inline-block;
}

.line--01, .line--02, .line--03, .line--04, .line--05 {
  border-bottom: 1px dashed white;
  height: 0px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.line__text, .line__text__box--01 {
  color: white;
  font-size: 1.2rem;
  margin: 5px 0 0 5px;
  letter-spacing: 1px;
}

.line--01 {
  top: 400px;
}
.line--02 {
  top: 800px;
}
.line--03 {
  top: 1200px;
}
.line--04 {
  top: 1600px;
}
.line--05 {
  top: 2000px;
}
.line__text__box--01 {
  display: inline-block;
  margin-top: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.line__box--01 {
  border-bottom: 0px;
  border-right: 1px dashed white;
  top: 0px;
  left: 50%;
  height: 135.5px;
  display: inline-block;
  position: absolute;
  transform: translateX(-50%);
}

.threshold__marker {
  height: 50vh;
  position: fixed;
  border: 2px dashed black;
  top: 25vh;
  width: 100%;
}
.threshold__marker__text {
  font-size: 1.6rem;
  color: black;
  position: relative;
  top: -22px;
  left: 5px;
}

div.sample {
  width: 120px;
  height: 200px;
  background-color: black;
  margin: 10px auto;
}

div.red {
  background-color: red;
}

h1, h2, h3, h4, h5, h6, p, a {
  color: #222222;
  line-height: 135%;
}

p {
  font-size: 1.6rem;
}
p.box__text {
  display: block;
  text-align: center;
}
p.box__star {
  color: red;
  text-align: center;
}

a {
  font-size: 1.6rem;
}
a:visited, a:focus, a:active {
  color: #222222;
  outline: none;
  text-decoration: none;
}

/* SNIPPETS & NOTES */
.center__vh--css {
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
}

.center__vh--flex {
  align-items: center;
  /* VERTICAL ALIGNMENT */
  display: flex;
  height: 100%;
  justify-content: center;
  /* HORIZONTAL ALIGNMENT */
  margin: 0px;
  padding: 0px;
}

.debug {
  border: 1px dashed #FF0000 !important;
}

.debug--nullify {
  border: 1px dashed #00C8FF !important;
  font-size: 0;
  line-height: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding: 0;
}

.dummy-height {
  height: 100px;
}

.fill--c {
  background-color: #BCE2EE;
}
.fill--m {
  background-color: #F3C7D4;
}
.fill--y {
  background-color: #FFFCC8;
}
.fill--k {
  background-color: #787878;
}
.fill--k2 {
  background-color: #646464;
}

/* BOOTSTRAP NOTES & RESOLUTION REFERENCE */
