html, body {
	font-family: 'DM Sans', sans-serif;
}
.btn-away {
	color:#ffffff;
	background-color:#000000;
	border-radius: 0px;
}
.away-title {
	font-size:60px; 
	font-weight: bold; 
	margin:0px; 
	padding:0px;
	position: relative;
    z-index: 1;
}
.away-title2 {
	display:block;
}
.section-title {
	font-size:40px; 
	font-weight: bold; 
	margin:0px; 
	padding:0px;
	position: relative;
    z-index: 1;
}
a, a:link, a:visited {
	color:#000000;
}
.socials {
	font-size:36px;
}
.socials:hover {
	color:#999999;
}
.btn-away:hover {
	background-color:#999999;
	color:#ffffff;
}
.menu-item {
	font-size: 2em;
	text-decoration: none;
	font-weight: bold;
}
.menu-item:hover {
	color:#999999;
}
h2 {
	font-size: 1.4em;
  	text-align: center;
}
h2.no-span {
  display: table;
  white-space: nowrap;
}
h2.no-span:before,
h2.no-span:after {
  border-top: 1px solid #000000;
  content: "";
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 45%;
}
h2.no-span:before {
  right: 1.5%;
}
h2.no-span:after {
  left: 1.5%;
}
.menu-container {
	position: fixed !important; /* Set the navbar to fixed position */
  top: 0 !important; /* Position the navbar at the top of the page */
  width: 100% !important; /* Full width */
  background-color:#ffffff;
  z-index:99999;
}
.section-container {
	margin-top:160px !important;
}
.text-red {
	color:#ff0000 !important;
}