<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Space out content a bit */
body {

}

hr {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

h4 {
	color: #e8631e;
}
.colorize {
	color: #e8631e;
}

.wrapper {
	width: 100%;
	height: 100%; /* For at least Firefox */
	min-height: 100%;
	-webkit-box-shadow: inset 0 0 5rem rgba(0,0,0,.25);
	box-shadow: inset 0 0 5rem rgba(0,0,0,.25);
  	padding-top: 1.5rem;
  	padding-bottom: 1.5rem;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 1rem;
  padding-left: 1rem;
}

/* Custom page header */
.header {
  padding-bottom: 1rem;
  border-bottom: .05rem solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 3rem;
}

/* Custom page footer */
.footer {
  padding-top: 1.5rem;
  color: #777;
  border-top: .05rem solid #e5e5e5;
  font-size: .75em;
}

.nav-pills {
	margin-bottom: 1rem;
}
.nav-pills .nav-link {
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
	margin-right: 1rem;
}
.nav-link {
	font-size: 1.25em;
	color: #444;
	border-bottom: 2px solid #444;
}
.active .nav-link, .nav-link:hover {
	color: #e8631e;
	border-bottom: 2px solid #e8631e;
}

/* Customize container */
@media (min-width: 48em) {
  .container {
    max-width: 46rem;
  }
}
.container-narrow &gt; hr {
  margin: 2rem 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: left;
  border-bottom: .05rem solid #e5e5e5;
  background: transparent;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.jumbotron h1 {
  color: #e8631e;
  margin-bottom: 2rem;
  margin-top: 0;
  font-size: 3em;
}
.jumbotron .btn {
  padding: .75rem 1.5rem;
  font-size: 1.5rem;
}

/* Supporting marketing content */
.marketing {
  margin: 3rem 0;
}
.marketing p + h4 {
  margin-top: 1.5rem;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 48em) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 2rem;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}
@media (max-width: 34em) {
	.jumbotron h1 {
		font-size: 2em;
	}
}
</pre></body></html>