<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: white;
	color: black;
	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: black
	}
		  
a {
	color: black
	}
		  
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: 40px;
	}
		  
div.video {
	padding-top: 10px;
	padding-bottom: 10px;
	}

div.stripe {
		padding-top: 10px;
	}
		  
nav.navbar {
    position: fixed;
	top: 0px;
	left: -21px;
	width: 100%;
	background-color: white;
	padding-top: 10px;
	}
		
.navbar a{
    text-decoration: none;
	}
		
ul.nav li {
	list-style-type: none;
	display: inline;
	margin-left: 2.5%;
	margin-right: 2.5%;
	padding-top: 20px;
	padding-bottom: 20px;
	}

div.content {
	padding-top: 5px
}

/* Hide scrollbar for Chrome, Safari, and Opera */
body::-webkit-scrollbar {
  width: 0px; /* Hides the scrollbar */
}

/* Hide scrollbar for IE, Edge, and Firefox */
body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  overflow: scroll;  /* Ensures scrolling is still possible */
}

 
