@font-face {
  font-family: 'Glacial-Indifference-Regular';
  src:url('Glacial-Indifference-Regular.ttf.woff') format('woff'),
      url('Glacial-Indifference-Regular.ttf.svg#Glacial-Indifference-Regular') format('svg'),
      url('Glacial-Indifference-Regular.ttf.eot'),
      url('Glacial-Indifference-Regular.ttf.eot?#iefix') format('embedded-opentype'); 
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'PT Sans', sans-serif;
  color: #333333;
}

nav {
  background-color: #2C3B8B;
  color: white;
}

.nav-item a, .nav-item a:active, .nav-item a:hover, .nav-item a:visited {
  color: white !important;
}

section.main {
  min-height: calc(100vh);
  padding-top: 60px;
}

footer {
  background-color: #333333;
  color: white;
}

div.bg-blue {
  background-color: #2C3B8B;
  color: white;
}

div.bg-blue1 {
  background-color: #7C90C8;
  color: white;
}

div.bg-blue2 {
  background-color: #3B4BA5;
  color: white;
}

div.bg-blue3 {
  background-color: #232E70;
  color: white;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
}

h1,
h2 {
  font-family: 'Glacial-Indifference-Regular', sans-serif;
  font-size: 4em;
}

ul.large li,
p.large {
  font-size: 1.5em;
}

.btn-primary {
  background-color: #2C3B8B;
  border-color: #7C90C8;
}

.btn-primary:hover {
  background-color: #7C90C8;
  border-color: #2C3B8B;
}

div.particle-bg {
  position: absolute;
  left: 0px;
  top: 50px;
  width: 100%;
  height: 75vh;
}

div.particle-caption {
  position: absolute;
  z-index: 1;
  left: 0px;
  top: calc(50px + 10vh);
  width: 100%;
}

div.below-particles {
  position: absolute;
  top: calc(50px + 75vh);
  width: 100%;
}