

/*
===============================================================================================================================
Put your custom CSS in this file.
===============================================================================================================================
*/
#header{
	position: fixed;
	z-index: 2;
}
.mobile-menu{
	position: fixed;
	z-index: 2;
}
#body-wrapper .container{
	padding: 4rem 0 2rem;
}
.hero h1{
	color:#6a6a6a;
	-webkit-text-stroke: 2px grey;
}
div {
  text-align: justify;
  text-justify: inter-word;
}

h2{
  text-align: left;
  text-justify: inter-word;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',sans-serif;
}

.fa-angle-down{
	display: none!important;
}
/*
 .scrolled .logo{
	height: 2.3rem !important;
}

 .scrolled .desktop-menu{
	height: 2.3rem !important;
}

.scrolled {
	height: 2.3rem !important;
}

.scrolled ~ .mobile-menu .button_container { top: 0.5rem; }
*/
