<link href="/home1/bsjjoemy/public_html/website_d41d572f/stylesheet.css" type="text/css" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap" rel="stylesheet">

body {
	
}
		  
body {
	background-color: black;
	color: white;
	font-family: "Syne", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	line-height: 1.5em;
	text-align: center;
	list-style-position: inside;
	margin-right: auto;
	margin-left: auto;
	margin-top: 90px;
	width: 90%;
	max-width: 1000px;
	}

a:visited {
	color:aquamarine
	}
		  
a {
	color:aquamarine
	}
		  
figure.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	width: 100%;
	}
		  
h1.brand {
    font-size: 65px;
	display: block;
	}
		  
h1.pagetitles {
	font-size: 60px;
	}
		  
div.video {
	padding-top: 10px;
	padding-bottom: 25px;
	}

div.stripe {
		padding-top: 10px;
	}
		  
nav.navbar {
    position: fixed;
	top: 0px;
	left: -21px;
	width: 100%;
	background-color: black;
	padding-top: 10px;
	}
		
.navbar a{
    text-decoration: none;
	}
		
.nav li {
	list-style-type: none;
	display: inline;
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 20px;
	padding-bottom: 20px;
	}

div.content {
	padding-top: 5px
}

/* Hide scrollbar for Chrome, Safari, and Opera */
::-webkit-scrollbar {
display: none;
}

/* Hide scrollbar for IE, Edge, and Firefox */
{
overflow: auto; /* Enables scrolling */
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* IE and Edge */
}

.scroller {
    scrollbar-width: none;
}

.invisible-scrollbar::-webkit-scrollbar {
  display: none;
}
