@font-face {
    font-family: '/fonts/Futura-PT';
    src: url('/fonts/FuturaPT-Light.eot')format("opentype"); /* IE9 Compat Modes */
    src: url('/fonts/FuturaPT-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('/fonts/FuturaPT-Light.woff') format('woff'), /* Modern Browsers */
     url('/fonts/FuturaPT-Light.ttf')  format('truetype'), /* Safari, Android, iOS */

  }

.navbar-nav .nav-link {
    color: black;
    font-size: 14pt;
    font-weight: bold;
}


.footer-all {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color:#505050;
    padding: 4px;
}

.main-container p {
    font-size: 16pt;
}

.footer-all .footer-image {
    width: 70%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer-all .footer-image img {
    display: inline;
    width: 70%;
}

.footer-all .footer-image .CGS {
    width: 100%;
    display: inline;
}

hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@font-face {
    font-family: 'Futura PT Light';
    src: url('FuturaPT-Light.eot');
    src: url('FuturaPT-Light.eot?#iefix') format('embedded-opentype'),
    url('FuturaPT-Light.woff') format('woff'),
    url('FuturaPT-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    }