html{
  font-size: 3px;
  font-family: 'Source Sans Pro Extra-light 200', sans-serif;
  color: black;
  overflow-x: hidden;
  cursor: crosshair;
}

body{
  margin: 0;
}

p{
  font-family: 'Source Sans Pro';
  font-weight: 300;
  font-size: 6rem;
  line-height: 9rem;
  justify-content: space-between;
  text-align: justify;
}

a{
  text-decoration: none;
}

.bar{
  position: fixed;
  padding-left: 20rem;
  display: inline-block;
  margin: auto;
  background-color: rgba(255,255,255,0.9);
  z-index: 2;
}

.title{
  display: inline-flex;
  /* width: 95%; */
}

.title h1{
  line-height:22rem;
  font-size: 22rem;
  letter-spacing: 0.8rem;
  font-family: 'Glory';
  font-weight: 400;
  user-select: none;
  font-style: italic;
  text-transform: lowercase;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.subtitle{
  padding-left: 10rem;
  display: inline-block;
}

.subtitle h6{
  line-height:12rem;
  font-size: 12rem;
  letter-spacing: 0.5rem;
  font-family: 'Glory';
  font-weight: 400;
  user-select: none;
  font-style: none;
  text-transform: lowercase;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.dig1{
  position: fixed;
  left: 80%;
  top: 23rem;
  line-height: 17rem;
  font-size: 65rem;
  letter-spacing: 0.8rem;
  font-family: 'Glory';
  font-weight: 400;
}

.dig2{
  position: fixed;
  top: 27rem;
  left:91%;
  line-height: 17rem;
  font-size: 75rem;
  letter-spacing: 0.8rem;
  font-family: 'Glory';
  font-weight: 400;
}

.bold{
  font-weight: 400;
  font-style: italic;
}

.container{
  display: block;
  padding: 1rem;
}

#sections{
  display: block;
  float: right;
  position: relative;
  width: 22%;
  margin-right: 22rem;
}
/* GRAPH SCROLL START */
.description{
  margin-top: 70rem;
  position: relative;
  width: 100%;
  float: right;
  /* padding-bottom: 10rem; */
}

.description2{
  float: left;
  margin-top: 10rem;
  display: inline-block;
  width: 100%;
}

#sketch {
  width: 250rem;
  height: 100rem;
  padding-top: 60rem;
  padding-left: 17rem;
  margin-bottom: 60rem;
  display: inline-block;
  position: sticky;
  top:4rem;
}

.secondDesc{

}

.image{
  margin: auto;
  padding: 17rem;
  width: 64%;
  display:inline-block;
}

.image img{
  width: 100%;
}

.material-icons-outlined {
  font-family: 'Material Icons';
  padding-right: 1rem;
  transform: rotate(270deg);
  font-weight: 200;
  font-style: normal;
  font-size: 22px;  /* Preferred icon size */
  display: inline-flex;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: rtl;
  cursor: pointer;
  transition-delay: 100ms;
}

.material-icons-outlined:hover{
  color: blue;
}
