#section-navigation {
	margin-top: 100px; position: relative;
}
.btn-white {
	background: none; padding: 10px; border-radius: 22px; border: 1px solid rgb(0, 0, 0); transition:0.3s; border-image: none; font-family: "Lato"; margin-top: 10px; margin-right: 10px; min-width: 100px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s;
}
.btn-goback {
	background: rgb(238, 238, 238); padding: 10px; border-radius: 22px; border: currentColor; transition:0.3s; border-image: none; color: rgb(0, 0, 0); font-family: "Lato"; margin-right: 10px; margin-bottom: 20px; min-width: 100px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s;
}
.btn-goback:hover {
	opacity: 0.8;
}
.btn-white:hover {
	background: rgb(0, 0, 0); border: 1px solid rgb(0, 0, 0); border-image: none; color: rgb(255, 255, 255);
}
.btn-active {
	background: rgb(0, 0, 0); color: rgb(255, 255, 255);
}
