.f-16 {
    font-size: 16px;
}
.hide_in_mobile {
    display: block;
}
.mobile {
    display: none;
}
.border-radius {
    border-radius: 40px;
}

.jumbotron {
    background-image: url('../img/wall_sm.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.fwhite{
    color: #fff !important;
}
.btn-outline-btc2 {
    color: #fff !important;
    background-color: transparent;
    background-image: none;
    border-color: #f7931e;
}

@media screen and (max-width: 768px)
{
    .hide_in_mobile {
        display: none;
    }
    .mobile {
        display: block;
        text-align: center;
    }
    .logo {
        height: 30px;
    }
    .placeholder-div {
        height: 20px;
    }
    .responsive-menu {
        margin-top: 6px;
    }
    .tp-fullwidth-forcer {
        display: none;
    }
    .btc2_slider_image {
        display: none !important;
    }

    .mobile h3 {
        font-weight: 500;
        color: #fff;
        text-shadow: 1px 1px 0 #000;
        font-size: 26px;
    }

    .mobile p {
        font-size: 16px;
        color: #fff;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px)
{
    .jumbotron {
        height: 500px;
        padding-top: 100px !important;
        padding-bottom: 0 !important;
    }
    .mobile {
        text-align: left;
    }
}
