@font-face {
  font-family: 'Open-Sans-regular';
  src: url('../Open-Sans-regular.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   url('../Open-Sans-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

#stage{
  display:flex;
  width:100%;
  height:600px;
  background:url(../img/bg-masthead.png) center center no-repeat;
  background-size:cover;
  color:#fff;
  align-items:center;
  justify-content:center;
  margin-bottom: 2em;
}

h1,h2,h3,h4,h5,h6{font-family:Lato,'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700}

h1 {
  font-family: Open-Sans-regular;
  color:#1D4DB4;
  font-weight: bold;
  font-size:5rem;
}

h2 {
  font-family: Open-Sans-regular;
  color:#FD853F;
  font-weight: bold;
  font-size:2rem;
  text-align: left;
}

p {
  font-family: Open-Sans-regular;
  color:#46545D;
  text-align: left;
  font-weight: bold;
}

#footer {
  font-family: Open-Sans-regular;
  font-weight: bold;
  font-size:1.4rem;
  display:flex;
  width:100%;
  background-color: #1D4DB4;
  color:#FEFEFE;
}

.footer {
  font-family: Open-Sans-regular;
  font-weight: bold;
  font-size:1.4rem;
  color:#FEFEFE;
}
