
html {
	scroll-behavior: smooth;
	height: 100%;
}
	
body::-webkit-scrollbar { 
    display: none; 
	height: 100%;
} 

div {
	height: 100%;
}

.anchor a {
  position: absolute;
  left: 0px;
  top: -60px;
}

.anchor {
  position: relative;
}

.content-section {
	background-color: rgba(255, 255, 255, 0.6);
}


.fa:hover{
	opacity:0.6;
}
/*
.video-container{
	position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}
*/
#div-empty {
	width:100%;
	height:60rem;
}

#icons {
	padding: 1rem;
	font-size: 2rem;
	text-align: center;
	text-decoration: none;
}

#contact {
	text-align: center;
}

#videoBG {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
	max-height: 90%;
    transform: translateX(calc((100% - 100vw) / 2));
}

 





