html {
  font-family: 'MarkWebPro-Book W01 Regular', Raleway, GillSans, Calibri, Trebuchet, sans-serif;
}

.nav-wrapper .brand-logo img {
  height: 64px;
}


/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #2d74ed;
  box-shadow: 1px 1px 2px lightgrey;
}

/* Float the list items side by side */
ul.topnav li {
  float: left;
}

/* Style the links inside the list items */
ul.topnav li a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 5px 10px 10px 5px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 20px;
  height: 20px;
  vertical-align: middle;
}

/* Change background color of links on hover */
/* ul.topnav li a:hover {
} */

ul.topnav li.icon a:hover{
  text-decoration: none;
}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {
  display: none;
}

ul.topnav a.title-text {
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  height: 20px;
  padding: 5px 10px 10px 5px;
}

.blue.transit {
  background-color: #2D74ED !important;
}

.purple.transit {
  background-color: #481f89 !important;
}

.text-purple.transit {
  color: #481f89 !important;
}

.info > i{
  vertical-align:middle;
}

.parallax-container {
  height: 400px;
}

.banner {
  width: 100%;
}

@font-face{
  font-family:"MarkWebPro-Bold W01 Regular";
  src:url("fonts/1466000/021bca8a-04d2-4658-9598-7f54e37255a3.eot?#iefix");
  src:url("fonts/1466000/021bca8a-04d2-4658-9598-7f54e37255a3.eot?#iefix") format("eot"),
  url("fonts/1466000/911d53bf-61c5-453a-ba54-6c6b12e432d8.woff2") format("woff2"),
  url("1466000/9069c8de-de1f-4c7e-b81f-dee8057e98f8.woff") format("woff"),
  url("fonts/1466000/dafbeddd-575a-4f74-b362-b0a940ee73e4.ttf") format("truetype");
}
@font-face{
  font-family:"MarkWebPro-Book W01 Regular";
  src:url("fonts/1466008/c8d2735e-31d3-4ef3-afd6-fd90b2d676b5.eot?#iefix");
  src:url("fonts/1466008/c8d2735e-31d3-4ef3-afd6-fd90b2d676b5.eot?#iefix") format("eot"),
  url("fonts/1466008/3aa6bb54-ca02-4151-b68b-6ff14032a915.woff2") format("woff2"),
  url("1466008/402ed54f-43f7-485b-a00d-f040e9f745c8.woff") format("woff"),
  url("1466008/2aeaf649-60fa-4de9-a492-17700d78dfc5.ttf") format("truetype");
}
@font-face{
  font-family:"MarkWebPro-Heavy W01 Regular";
  src:url("fonts/1466032/1c14a94a-75a9-48ed-ae6c-3f822076cdaf.eot?#iefix");
  src:url("fonts/1466032/1c14a94a-75a9-48ed-ae6c-3f822076cdaf.eot?#iefix") format("eot"),
  url("fonts/1466032/16cde9a4-6a50-4dc7-802c-6a3325343fab.woff2") format("woff2"),
  url("fonts/1466032/c825e1c2-ff60-4843-b360-2a84a2436e85.woff") format("woff"),
  url("fonts/1466032/617f9efc-7295-4a05-85ce-41497de28777.ttf") format("truetype");
}

#how-to-video {
  text-align: center;
  margin: auto;
}

