@charset "utf-8";
/* CSS Document */
/*@import url("https://use.typekit.net/ogl4ura.css");*/
body {
  background-color: #1c1d26;
}
.top-gap {
  margin-top: 100px !important;
}
.top-gap-header {
  margin-top: 150px;
}
.sides {
  margin-left: 50px;
  margin-right: 50px;
}
.heading {
  font-family: navigo, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
}
.nav-link {
  font-family: navigo, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}
.nav a:hover {
  background: #e44c65;
}

.video-margin {
    margin-top: 200px;
}
