.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
	"wdth" 100;
}

html {
	height: 100% !important;
}

body {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}


#starfield {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  background: rgb(34, 46, 58);
  pointer-events: none;
}

.topheader {
  position: relative;
  z-index: 1030;
}

.navbar,
.navbar .dropdown-menu {
  position: relative;
  z-index: 1031;
}

.maincontent {
  position: relative;
  z-index: auto;
}

#Footer {
  position: relative;
  z-index: 1;
}

img, div.csc-textpic .csc-textpic-imagewrap img {
  height: auto;
  display: block;
  max-width: 100% !important;
}

.navbar-brand {
  max-width: 300px;
  width: 300px;
}

.maincontent .container-fluid {
	max-width: 980px;
}

h1, h2, h3, h4, h5, h6, h7 {
  font-weight: 700;
}

h1 {
  font-size: 2.7rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2.0rem;
  font-weight: 500;
}

.maincontent a:not(.btn) {
  color: #fff;
}

.navbar {
	background-color: transparent !important;
}

.text-bg-dark {
	background-color: #222e3a !important;
}

.footer.text-bg-dark {
	background-color: #111920 !important
}


.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: rgba(255, 255, 255, .5);
}

.comet-frontend .nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

.footer a {
	color: #fff;
}

h1 {
  background: -webkit-linear-gradient(
    45deg,
    rgba(50,147,233,1.0),
    rgba(71,186,66,1.0) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  
}

h1 {
  font-size: 4rem;
}

