@import url(https://fonts.googleapis.com/css?family=Roboto:300);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:200,400,300,600);
@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-size: 12px;
    letter-spacing: 0.4em;
    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;
}

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: #1F639B;
    vertical-align: middle;
    display: inline-block;
}

h4 {
    letter-spacing: .3em;
    opacity: .5;
}

.jumbotron {
  display: none;
  align-items: center;
  background-image: url('http://isri.cmu.edu/images/misc/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;
}

a[href]:after {
    content: none !important;}

.printbanner {
    display:flex;
    margin-bottom: 25px;
}