@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700');

* {
  padding: 0;
  margin: 0;
  background-color: #15202e;
  font-family: 'Source Sans Pro', sans-serif;
}

html, .viewport {
  width: 100%;
  height: 100%;
  margin: 0;
}

body {
  background-color: #15202e;
}

.jumbotron {
  text-align: center;
  background-color:#15202e;
  color: #ececed;
  padding: 25px 100px;
}

.jumbotron h1 {
  font-size: 4em;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  font-weight: bold;
}

#title {
  padding-bottom: 15px;
  margin-bottom: 20px;
    position: relative;
}

#title:after {
  content: "";
  background: #029ed7;
  position: absolute;
  bottom: 0;
  left: 35%;
  height: 2px;
  width: 30%;
}


.jumbotron p {
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  padding: 0px 40px;
  line-height: 30px;
  color: #4e5e6b;

}

.links line {
  stroke: #4e5e6b;
  stroke-opacity: 1;
}

.nodes circle {
  stroke: #ececed;
  stroke-width: 1.5px;
}

.nodes {
  pointer-events: all;
}

svg {
  background-color: #15202e;
}

.row {
  margin: -20px 50px 50px 50px;
}
