@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:200,400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Share+Tech);
@import url(https://fonts.googleapis.com/css?family=Share+Tech+Mono);

body {
    color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
    letter-spacing: .02em;
    background-color: black
}

header {
  padding: 20px 0;
}

header .row,
footer .row {
  display: flex;
  align-items: center;
}

header h1 {
  font-family: 'Montserrat';
    font-weight: 900;
  margin: 0;
}

header nav {
  font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5em;
    display: flex;
  justify-content: center;
}

header p {
  padding: 0 20px;
  margin: 0;
}

#byline {
    margin-top: 0px;
    font-size: 23px;
}

a {
    color: white;
}

a:visited {
    color: white
}

a:hover {
    color: #33CCFF;
}

p {
    margin-top: 30px;
}

#firstpara {
    margin-top: 0px;
}

#tech-firstline {
    font-family: 'Share Tech', sans-serif;
    font-weight: 200;
    font-size: 35px;
    letter-spacing: .1em;
    margin-top: 0px;
}

h1 {
    font-family: 'Share Tech', sans-serif;
    font-weight: 400;
    font-size: 40px;
    letter-spacing: .1em;
    margin-top: 0px;
}

h2 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: .1em;
    color: #33CCFF
}

h3 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: .1em;
    color: #33CCFF;
    vertical-align: middle;
    display: inline-block;
}

h4 {
    letter-spacing: .3em;
    opacity: .5;
}

.jumbotron {
  display: flex;
  align-items: center;
  background-image: url(glowingweb_1920_low.jpg);
  background-size: cover;
  color: #ffffff;
  height: 350px;
  text-shadow: 0.25px 0.25px 0.25px #000000;
}

.jumbotron h2 {
  font-size: 60px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

.jumbotron h3 {
  margin: 0 0 20px;
  color: #fff;
}

section .row img {
  margin: 0 0 30px;
  width: 100%;
}

.col-md-6 {
  margin: 0 0 30px;
}

.span1 {
    background-color: #990000;
}

.center-seals {
float: 
}

.btn.btn-primary {
  border-radius: 2px;
  border: 0px;
  color: #fbd1d5;
  text-shadow: none;
  background-color: #ffffff;
}

.btn.btn-primary:hover {
  color: #ffffff;
  background-color: #fbd1d5;
}

.btn-secondary {
  background-color: #E8DFE0;
  color: #ffffff;
  margin: 0 0 30px;
}

#seal {
    padding-right: 25px;
}

#seal2 {
    padding-left: 25px;
}

#unicorn {
    opacity: 0.1
}

footer {
  font-size: 12px;
  padding: 20px 0;
}

footer .col-sm-8 {
  display: flex;
  justify-content: flex-end;
}

footer ul {
  list-style: none;
}

footer li img {
  width: 32px;
  height: 32px;
}

.bodylink {
    text-decoration: underline;
}

#active-nav {
    color: #33CCFF;
}

#row1{
    background-color: #383838;
}

#reg-button {
    border-style: solid;
    border-width: thin;
    border-color: white;
}

#reg-button:hover {
    background-color: #33CCFF;
    border-style: solid;
    border-width: thin;
    border-color: #33CCFF;
}

#reg-text {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: .1em;
    color: white;
}

a[href]:after {
    content: none !important;}

.printbanner {
    display: none !important;
}