@font-face {
    font-family: "FuturaNDXbd";
    src: url('../fonts/NFUNCXBD.ttf');
}

html,
body {
    height: 100%;
    margin: 0;
}

body {
    background-color: #FFFFFF;
    color: #000000;
    font-family: "FuturaNDXbd", Helvetica, Arial, sans-serif;

}

.text-uppercase {
    text-transform: uppercase;
}

a,
a:link,
a:visited,
a:focus,
a:hover,
a:active {
    color: #FA5400;
    text-decoration: none;
}

.underline {
   text-decoration: none;
   position: relative;
 }

.underline:after {
    position: absolute;
    height: 4px;
    margin: 0 auto;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    color: #FA5400;
    background-color: #FA5400;
    left: 0;
    bottom: 6px; /* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */
}

.logo {
    align-self: center;
    margin-top: 140px;
    max-width: 200px;
}

.bnx-reroute {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.bnx-reroute--wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.bnx-reroute--wrapper h1 {
    color: #000;
    font-family: "FuturaNDXbd", Helvetica, Arial, sans-serif;
    font-size: 78px;
    margin: 60px 0 0 0;
    position: relative;
}

.bnx-reroute--wrapper h1::after {
    content: "";
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0.4em;
    left: 0px;
}

.bnx-reroute--wrapper h2 {
    font-family: "FuturaNDXbd";
    font-size: 42px;
    margin: 0;
}
