html {
  overflow-y: scroll;
}

.navbarlogo {
  margin-top: 10px;
    text-align: center;

}

.range {
  margin-top: 100px
}

.col {

}

h4 {
  font-size: 20px;
  font-family: 'Alegreya', serif;
  margin-top:0.5rem;
}

h4 span {
  font-family: helvetica;
  font-weight: bolder;
}

.nav-item a:hover {
opacity: 0.6;
}


@media(max-width: 480px) {
.lastitem {
	margin-bottom: 120px;
}
}