@font-face {
    font-family: 'banglafont';
    src: url('../fonts/SolaimanLipiNormal.eot');
    src: /*url('../fonts/SolaimanLipiNormal.woff2') format('woff2'),*/ url('../fonts/SolaimanLipiNormal.woff') format('woff'),
    url('../fonts/SolaimanLipiNormal.ttf') format('truetype'),
    url('../fonts/SolaimanLipiNormal.svg#SolaimanLipiNormal') format('svg'),
    url('../fonts/SolaimanLipiNormal.eot?#iefix') format('embedded-opentype');
}

body {
    font-family: 'banglafont', SolaimanLipi, Arial, Vrinda, FallbackBengaliFont, Helvetica, 'Siyam Rupali', 'Siyam Rupali ANSI', 'SansSerif' !important;
}

.navbar-inverse {
    background-image: linear-gradient(to bottom, #3c3c3c 0px, #606060 100%) !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.navbar-toggle {
    border-width: 2px;
    border-color: #fff !important;
    border-radius: 50%;
    padding: 11px 7px;
}

.navbar-toggle:hover, .navbar-toggle:focus {
    background-color: #fff !important;
}

.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
    background-color: #333;
}

#footer {
    background-color: #888;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0 15px;
    z-index: 10;
}

#footer h3 {
    color: #fff;
}

#footer a {
    text-decoration: none;
}

a.navbar-brand {
    height: auto;
    padding: 8.25px 17px;
    margin-top: 3px;
}

a.navbar-brand > img {
    width: 50px;
}

p.list-group-item-text > .label {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 3px;
}

.extra-quote {
    border: 1px solid;
    padding: 10px 15px;
    margin-bottom: 15px;
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
}

.btm_author {
    color: #777;
    font-size: 17px;
}

.all-extra-quotes{
    margin-bottom: 60px;
    margin-top: 30px;
}

.pop-cat {
    margin: 10px -15px 0;
    padding: 8px 15px 6px;
    background: #e6e6e6;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.pop-cat > a {
    color: #17a2b8;
    background-color: #fff;
    border: 1px solid #17a2b8;
    padding: 3px 8px 2px;
    margin: 0 3px 4px;
    display: inline-block;
    border-radius: 3px;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.pop-cat > a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #17a2b8;
}

.social-share {
    padding-top: 10px;
}

.social-share .fb, .social-share .twt {
    border: 2px solid #00f;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
}

.social-share .fb{
    color: #4267b2;
    border-color: #4267b2;
}

.social-share .twt{
    color: #1da1f2;
    border-color: #1da1f2;
}

.social-share .fb:hover,
.social-share .twt:hover {
    color: #fff;
}

.social-share .fb:hover{
    background-color: #4267b2;
}

.social-share .twt:hover{
    background-color: #1da1f2;
}

.quote-and-author h3>a {
    color: #222;
    line-height: 1.25;
}

.quote-and-author h3>a:hover {
    text-decoration: none;
}

@media (max-width: 787px) {
    #footer h3 {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    a.navbar-brand {
        margin-top: 0;
    }

    .quote-and-author {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 991px) {
    .extra-quote {
        margin: 0px 20px 15px;
    }
}