body
{
    font-family: "Work Sans", Arial, sans-serif !important;
    background-color: rgb(40,40,40);
    color: white;
}
.bottom-bar
{
    border-bottom: 1px solid #424242!important;
}
.top-bar
{
    border-top: 1px solid #424242!important;
}
.nav-link
{
    padding-right: 1.3rem!important;
}
.text-body
{
    color: #bfbfbf !important;
}
.link
{
    border-bottom: 1px solid #f96316 !important;
    /*text-decoration: underline;*/
    /*text-decoration-color: #f96316;*/
    color: inherit;
}
.open-sans
{
    font-family: "Open Sans" !important;
}
.link:hover
{
    color: #f96316 !important;
    text-decoration: none !important;
}
em
{
    font-style: normal;
    border-bottom: 1px solid white !important;
    /*text-decoration: underline;*/
    /*text-decoration-color: white;*/
}
.feature-video
{
    border-radius: 10px;
}
.fancy-button
{
    border: 3px solid white;
    padding: 15px;
    color: white;
    text-decoration: none;
}
.fancy-button:hover
{
    border: 3px solid #f96316;
    padding: 15px;
    text-decoration-color: #f96316 !important;
    color: #f96316 !important;
}

.app-img
{
    border-radius: 5px;
    width: 32px;
}