/*
Theme Name: FastRubberWP
Theme URI: http://example.com
Author: Your name
Author URI: http://pinegrow.com/
Description: This theme was created with Pinegrow Web Editor
Version: 1.0.17
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fastrubberwp
*/
/* * Version: 1.0.17

 * Theme Name: FastRubberWP */
@media (max-width:991px) {
    body.poster {
        margin-top: 60vh;
    }
}

body.poster {
    background-attachment: fixed;
}

.top-5 {
    top: 5px;
}

body {
    font-family: 'Roboto', sans-serif;
}

h3 {
    font-family: 'Roboto', sans-serif;
}

.footer_bg {
    background-color: #1D2633;
}

.widget .widget_categories {
}

.widget {
    font-family: 'Roboto', sans-serif;
}

.widget h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
}

.navbar-desktop {
    margin-left: 0;
}

@media (min-width: 576px) {
    .navbar-desktop {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-desktop {
        margin-left: 8rem;
    }
}

