* {
    margin: 0!important;
    box-sizing: border-box!important;
    font-family: Verdana,Geneva,Tahoma,sans-serif
}

body {
    background-image: url("../img/b2bbg.png");
    background-repeat: no-repeat;
    background-size: cover
}

.brand-color {
    color: #ff7605;
    padding-left: 10px
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #151515
}

::-webkit-scrollbar-thumb {
    background: #4e95ff
}

::-webkit-scrollbar-thumb:hover {
    background: #0b6afa
}

.w80 {
    width: 80%!important;
    margin-left: auto!important;
    margin-right: auto!important
}

@media (max-width:768px) {
    .w80 {
        width: 100%!important
    }

    .nav-item {
        padding-left: 30px;
        padding-right: 10px
    }

    #logo {
        display: none
    }

    .info p {
        padding-left: 40px;
        padding-right: 40px
    }

    .info,.info h1 {
        text-align: center
    }

    .info img {
        text-align: center!important;
        margin: auto!important;
        width: 70%!important
    }

    footer p {
        font-size: 15px
    }

    h1,h2,li,main p,ol,ul {
        padding-left: 0!important;
        margin-left: 20px!important
    }

    h2 {
        text-align: center!important
    }

    h1,li,main p,ol,ul {
        text-align: left
    }
}

@media (min-width:1200px) {
    .w80 {
        width: 80%!important
    }

    .nav-link:hover {
        transition: all 150ms ease-in-out;
        transform: scale(1.2)
    }

    .footer-navbar .nav-link:hover {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff
    }

    .nav-item {
        padding-left: 10px;
        padding-right: 10px
    }
}

.navbar,footer {
    background-color: rgba(0,0,0,.588);
    backdrop-filter: blur(5px)
}

.navbar {
    min-height: 70px;
    position: fixed;
    width: 80%;
    margin-left: auto!important;
    margin-right: auto!important;
    border-bottom: solid 1px rgba(255,255,255,.272)
}

.nav-link {
    color: #fff!important
}

header {
    text-align: center
}

h2 {
    text-align: left!important
}

footer {
    border-top: solid 1px rgba(255,255,255,.272);
    width: 100%;
    min-height: 150px;
    color: #939393
}

footer p {
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px
}

.spacer {
    width: 100%;
    background-color: transparent;
    border-bottom: 1px dashed rgba(50,50,50,.758)
}

.footer-navbar {
    height: 30px;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 10px
}

.footer-nav-item {
    float: left;
    padding-right: 30px
}

.about,.contact,.faq,.info {
    min-height: 300px
}

.blur,.header {
    background-color: rgba(0,0,0,.588)
}

h1,p {
    text-align: left;
    font-size: 20px
}

.header {
    min-height: 300px;
    padding-bottom: 40px
}

h1 {
    padding-top: 40px;
    color: #fff!important;
    font-size: 30px
}

em {
    text-decoration: none!important
}

.info img,main img {
    width: 60%;
    height: auto;
    padding-top: 40px
}

main img {
    margin-left: 20px!important;
    padding-top: 150px;
    padding-left: 100px;
    width: 80%
}

h1,h2,main p,ol,ul {
    margin-left: 40px!important
}

.info p,main p,ol,ul {
    text-align: left
}

h2 {
    color: #4e95ff!important;
    padding-top: 30px
}

p,ul {
    color: #fff
}

h1,h2 {
    padding-bottom: 30px
}