.ball {
  position: absolute;
  border-radius: 100%;
  opacity: 0.4;
}

a:link, a:visited {
  color: white;
  text-decoration: underline;
}

a:hover {
  color: #cecece;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: white;
  font-family: "Avenir";
  background: rgb(14,0,31);
  background: linear-gradient(54deg, rgba(14,0,31,1) 0%, rgba(7,0,15,1) 100%);
}

.col.project-item {
  padding: 5px;
  height: 100px;
}

.project-item img {
  height: 70px;
}

#logo {
  width: 50px;
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 3;
}

#main-glas {
  overflow-y: auto;
  height: 100%;
  background-color: rgba(255,255,255,0.2);
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.32 );
  border: 1px solid rgba( 255, 255, 255, 0.13 );
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  width: 40%;
  position: relative;
  float: left;
  z-index: 2;
}

.subpage-text {
  width: 100%;
  margin-top: 100px;
}

@media (max-width: 768px) {
  #main-glas {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .nav {
    width: 100% !important;
  }
}
