body {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  display: flex;
  overflow:hidden;
  width: max-content;
  font-weight: 400;
  letter-spacing: 0.9px;
  -webkit-font-smoothing: antialiased;
}
/*body.active {
  width: 100vw;
}*/
/*********************/
/* NAVIGATION BAR */

.barNav {
  position: fixed;
  top: 93px;
  left: 0;
  width: 100vw;
  height: 0px;
  border-bottom: 1px solid #80a78f8c;
  filter: sepia(1);
  -webkit-filter: sepia(1);
  z-index: 1;
}
.barNavFuel {
  width: 10%;
  height: 1px;
  background-color: #fff000;
  transition: width 0.5s;
  opacity: .8;
}
.arrows {
  position: absolute;
  /* top: -25px; */
  filter: sepia(1);
  -webkit-filter: sepia(1);
  left: 0;
}
.arrows i {
  position: relative;
  width: 10px;
  cursor: pointer;
  /* opacity: .5; */
}
.arrows i:hover {
  opacity: .8;
}
/*********************/
/* BORDER */
.fullBorder {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index:10;
  pointer-events: none;
}
.fullBorder div {
  position: absolute;
  filter: sepia(1);
  -webkit-filter: sepia(1);
  opacity: .5;

}
.fullBorder div.corner {
  width: 50px;
  height: 50px;
}
.fullBorder .top {
  width: calc(100vw - 200px);
  height: 0px;
  border-bottom: 1px solid #FAFAFA;
  top: 20px;
  left: 100px;
}
.fullBorder .leftTop {
  position: absolute;
  top: 21px;
  left: 50px;
  border-right: 2px solid #FAFAFA;
  border-radius: 50px 0;
}
.fullBorder .left {
  top: 71px;
  left: 50px;
  width: 0;
  height: calc(100vh - 142px);
  border-right: 1px solid #FAFAFA;
}
.fullBorder .leftBot {
  bottom: 21px;
  left: 50px;
  border-right: 2px solid #FAFAFA;
  border-radius: 0 50px;
}
.fullBorder .rightTop {
  top: 21px;
  right: 50px;
  border-left: 2px solid #FAFAFA;
  border-radius: 0 50px;
}
.fullBorder .right {
  top: 71px;
  right: 50px;
  width: 0;
  height: calc(100vh - 142px);
  border-left: 1px solid #FAFAFA;
}
.fullBorder .rightBot {
  bottom: 21px;
  right: 50px;
  border-left: 2px solid #FAFAFA;
  border-radius: 50px 0;
}
.fullBorder .bot {
  width: calc(100vw - 200px);
  height: 0px;
  border-bottom: 1px solid #FAFAFA;
  bottom: 20px;
  left: 100px;
}

/*********************/

.section {
  display: flex;
  width: max-content;
  position: relative
}
.oneSpace {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: center;
  width: 100vw;
  height: 100vh;
}
.halfSpace{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: center;
  width: 50vw;
  height: 100vh;
}

/*********************/
/* Content CSS */
