.jumbotron{
    background-image: url('../images/bg.jpg');
    color: whitesmoke;
    background-size: cover;
    height: 391px;
    margin-bottom: 0;
}

.navibar
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.navititle
{
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    font-size: 16px;
    text-decoration: none;
}

.navititle:hover, .navititle:active
{
    color: yellow;
    text-decoration: none;
}

.navititle:visited
{
    text-decoration: none;
}

.navititle:link
{
    text-decoration: none;
    color: white;
}

.navititle:focus
{
    text-decoration: none;
    color: yellow;
}

.active
{
    color: yellow;
}

.intro-list-item
{
    list-style: none;
    font-size: 16px;
}

.auth-num
{
    background-color: white !important;
    font-size: 16px;
    text-align: center;
    vertical-align: middle !important;
    width: 100px;
}
.buy-table-head
{
    font-size: 16px;
}

.faq-paragraph
{
    margin-bottom: 40px;
    font-size: 16px;
}

.faq-question
{
    font-weight: bold;
}