
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 10 2020 | 12:39:58 */

/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */
.main-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	transform: translateY(0);
	transform: translate3d(0, 0, 0);
	transition: .25s transform;
	backface-visibility: hidden;
}

.heads-up {
	transform: translateY(-6rem);
	transform: translate3d(0, -6rem, 0);
}
