/*************** THEME VARIABLES  ***************/
/***************  TYPOGRAPHY  ***************/
body {
  font-family: "Poppins", "Helvetica", "Verdana", sans-serif;
  font-variant-ligatures: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text__box {
  align-items: center;
  text-align: center;
  transform: translateY(25vh);
}

h1 {
  color: #7FABA1;
  font-size: calc(10px + 8vw);
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.based {
  color: #7FABA1;
  font-size: calc(10px + 1.5vw);
}

/***************  NAVIGATION BAR  ***************/
#navigation-bar {
  background-color: #FFFFFF;
  height: 70px;
}

#logo__svg {
  width: 100%;
  max-width: 140px;
  max-height: 60px;
}
.tab_logo{
  width: 16.5%;
  height: 100%;

  }
#logo__svg--path {
  fill: #7FABA1;
}

#menu__list--container {
  height: 100%;
  position: absolute;
  right: 0;
}

#menu__list .list__item {
  color: #7FABA1;
  display: inline-block;
  float: left;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 30px 12px;
  transition-duration: 0.25s;
}
#menu__list .list__item:hover {
  background-color: #b9f7e9;
  text-decoration: none;
  transition-duration: 0.25s;
}
#menu__list .list__item:last-child {
  margin-right: 12px;
}
#menu__list .list__item.active {
  background-color: #b9f7e9;
  text-decoration: none;
}
#menu__list .list__item .glyphicon {
  line-height: 0;
}
#menu__list:after {
  clear: both;
}

#navbar__icon--container {
  display: inline-block;
  padding-left: 10px;
}
#navbar__icon--container > a {
  display: inline-block;
  padding-right: 4px;
  transform: translateY(2px);
}
#navbar__icon--container object {
  height: 22px;
}

.navbar__icon {
  fill: #7FABA1;
}

svg:hover .navbar__icon {
  fill: #b9f7e9;
}

/***************  STRUCTURE  ***************/
body {
  background-color: #b9f7e9;
  margin-top: 100px;
  overflow: hidden;
}

/***************  GRID  ***************/
.grid__vertical--01 {
  border-left: 1px dashed #FF0000;
  height: 100vh;
  left: calc(1 * 10%);
  position: absolute;
}
.grid__vertical--01:after {
  color: #FF0000;
  content: "1";
  position: absolute;
  transform: translate(5px, 5px);
  font-size: 1.6rem;
  font-weight: bold;
}
.grid__vertical--02 {
  border-left: 1px dashed #FF0000;
  height: 100vh;
  left: calc(2 * 10%);
  position: absolute;
}
.grid__vertical--02:after {
  color: #FF0000;
  content: "2";
  position: absolute;
  transform: translate(5px, 5px);
  font-size: 1.6rem;
  font-weight: bold;
}
.grid__vertical--03 {
  border-left: 1px dashed #FF0000;
  height: 100vh;
  left: calc(3 * 10%);
  position: absolute;
}
.grid__vertical--03:after {
  color: #FF0000;
  content: "3";
  position: absolute;
  transform: translate(5px, 5px);
  font-size: 1.6rem;
  font-weight: bold;
}
.grid__vertical--04 {
  border-left: 1px dashed #FF0000;
  height: 100vh;
  left: calc(4 * 10%);
  position: absolute;
}
.grid__vertical--04:after {
  color: #FF0000;
  content: "4";
  position: absolute;
  transform: translate(5px, 5px);
  font-size: 1.6rem;
  font-weight: bold;
}
.grid__vertical--05 {
  border-left: 1px dashed #FF0000;
  height: 100vh;
  left: calc(5 * 10%);
  position: absolute;
}
.grid__vertical--05:after {
  color: #FF0000;
  content: "5";
  position: absolute;
  transform: translate(5px, 5px);
  font-size: 1.6rem;
  font-weight: bold;
}
.grid__vertical--06 {
  border-left: 1px dashed #FF0000;
  height: 100vh;
  left: calc(6 * 10%);
  position: absolute;
}
.grid__vertical--06:after {
  color: #FF0000;
  content: "6";
  position: absolute;
  transform: translate(5px, 5px);
  font-size: 1.6rem;
  font-weight: bold;
}
.grid__vertical--07 {
  border-left: 1px dashed #FF0000;
  height: 100vh;
  left: calc(7 * 10%);
  position: absolute;
}
.grid__vertical--07:after {
  color: #FF0000;
  content: "7";
  position: absolute;
  transform: translate(5px, 5px);
  font-size: 1.6rem;
  font-weight: bold;
}
.grid__vertical--08 {
  border-left: 1px dashed #FF0000;
  height: 100vh;
  left: calc(8 * 10%);
  position: absolute;
}
.grid__vertical--08:after {
  color: #FF0000;
  content: "8";
  position: absolute;
  transform: translate(5px, 5px);
  font-size: 1.6rem;
  font-weight: bold;
}
.grid__vertical--09 {
  border-left: 1px dashed #FF0000;
  height: 100vh;
  left: calc(9 * 10%);
  position: absolute;
}
.grid__vertical--09:after {
  color: #FF0000;
  content: "9";
  position: absolute;
  transform: translate(5px, 5px);
  font-size: 1.6rem;
  font-weight: bold;
}

.grid__horizontal--01 {
  border-top: 1px dashed #FF0000;
  position: absolute;
  top: calc(1 * 10%);
  width: 100vw;
}
.grid__horizontal--01:after {
  color: #FF0000;
  content: "1";
  position: absolute;
  transform: translate(4px, 6px);
  font-size: 1.6rem;
  font-weight: bold;
}
.grid__horizontal--02 {
  border-top: 1px dashed #FF0000;
  position: absolute;
  top: calc(2 * 10%);
  width: 100vw;
}
.grid__horizontal--02:after {
  color: #FF0000;
  content: "2";
  position: absolute;
  transform: translate(4px, 6px);
  font-size: 1.6rem;
  font-weight: bold;
}
.grid__horizontal--03 {
  border-top: 1px dashed #FF0000;
  position: absolute;
  top: calc(3 * 10%);
  width: 100vw;
}
.grid__horizontal--03:after {
  color: #FF0000;
  content: "3";
  position: absolute;
  transform: translate(4px, 6px);
  font-size: 1.6rem;
  font-weight: bold;
}
.grid__horizontal--04 {
  border-top: 1px dashed #FF0000;
  position: absolute;
  top: calc(4 * 10%);
  width: 100vw;
}
.grid__horizontal--04:after {
  color: #FF0000;
  content: "4";
  position: absolute;
  transform: translate(4px, 6px);
  font-size: 1.6rem;
  font-weight: bold;
}
.grid__horizontal--05 {
  border-top: 1px dashed #FF0000;
  position: absolute;
  top: calc(5 * 10%);
  width: 100vw;
}
.grid__horizontal--05:after {
  color: #FF0000;
  content: "5";
  position: absolute;
  transform: translate(4px, 6px);
  font-size: 1.6rem;
  font-weight: bold;
}
.grid__horizontal--06 {
  border-top: 1px dashed #FF0000;
  position: absolute;
  top: calc(6 * 10%);
  width: 100vw;
}
.grid__horizontal--06:after {
  color: #FF0000;
  content: "6";
  position: absolute;
  transform: translate(4px, 6px);
  font-size: 1.6rem;
  font-weight: bold;
}
.grid__horizontal--07 {
  border-top: 1px dashed #FF0000;
  position: absolute;
  top: calc(7 * 10%);
  width: 100vw;
}
.grid__horizontal--07:after {
  color: #FF0000;
  content: "7";
  position: absolute;
  transform: translate(4px, 6px);
  font-size: 1.6rem;
  font-weight: bold;
}
.grid__horizontal--08 {
  border-top: 1px dashed #FF0000;
  position: absolute;
  top: calc(8 * 10%);
  width: 100vw;
}
.grid__horizontal--08:after {
  color: #FF0000;
  content: "8";
  position: absolute;
  transform: translate(4px, 6px);
  font-size: 1.6rem;
  font-weight: bold;
}
.grid__horizontal--09 {
  border-top: 1px dashed #FF0000;
  position: absolute;
  top: calc(9 * 10%);
  width: 100vw;
}
.grid__horizontal--09:after {
  color: #FF0000;
  content: "9";
  position: absolute;
  transform: translate(4px, 6px);
  font-size: 1.6rem;
  font-weight: bold;
}

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

.center__v--css {
  position: relative;
  top: 50%;
  transform: translateY(-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: #C0C1BF;
}

.margin__all--none {
  margin: 0px;
}

.margin__vertical--none {
  margin-bottom: 0px;
  margin-top: 0px;
}

.margin__horizontal--none {
  margin-left: 0px;
  margin-right: 0px;
}

.margin__horizontal--auto {
  margin-left: auto;
  margin-right: auto;
}

.padding__all--none {
  padding: 0px;
}

.padding__vertical--none {
  padding-bottom: 0px;
  padding-top: 0px;
}

.padding__horizontal--none {
  padding-left: 0px;
  padding-right: 0px;
}

.display--inline {
  display: inline;
}

.display--block {
  display: block;
}

.display--none {
  display: none;
}

/* BOOTSTRAP NOTES & RESOLUTION REFERENCE */
