.text-rendering {
    text-rendering: optimizeLegibility;
}
.font-uppercase {
    font-feature-settings: "case" on !important;
	
}

/*
body.frontpage #header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}
*/



/*video*/
button.vjs-big-play-button {
    border-radius: 0 !important;
}




[x-cloak] {
    display: none !important;
}


/*scroll to top*/
#button {
	display: none;
	position: fixed;
	right:  30px;
	bottom:  30px;
	cursor: pointer;
	z-index: 1000;
}
#button.show {
  display: block;
}
@media only screen and (max-width: 600px) {
    #button {
    bottom: 10px;
    right: 10px;
}
}




p  {
	margin-bottom: 0.5rem;
}


