
body {
        background-color: #152614;
        color: #919191;
        font-family: 'Source Sans Pro', sans-serif;
}

h3 {
        color: #ffffff;
        font-weight: bold;
}


.top-buffer {
        margin-top:25px;

}

.verdict {
        color: white;
	    background-color: #2A7221;
	    border-color: #1E441E;
	    position: relative;
	    padding: .75rem 1.25rem;
	    margin-bottom: 1rem;
	    border: 1px solid transparent;
	    border-radius: .25rem;
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}


.cat-header {
        margin-top: 30px;
}

.verdictsub {
        font-weight: bold;
        color: #119822;
        margin-bottom: 0px;
        margin-top: 5px;
}

a {
        color: #119822 ;
}

a:hover{
        color: #FFFFFF;
        text-decoration: none;
}

.blog-post img {
        width:100%;
        height: auto;
        padding-top: 10px;
}

.blog-sidebar img {
        width:100%;
        height: auto;
        padding-top: 10px;
}

.row img {
        width:100%;
        height: auto;
        padding-top: 10px;
}

.reviewer {
        color: white;
}

.cat-row {
        padding-top: 10px;
        font-size: large;
}


.bg-bmhead {
    background-color: #1E441E;
}

.btn-bmonkey {
    background-color: #1E441E;
    border-color: #1E441E;
    color:white;
}

.alert-bmessential{
	color: white;
	background-color: #2A7221;
	border-color: #1E441E;
}

.bm-sidereview {
    margin-top:20px;
}

.bm-sideimage {
    padding-bottom:20px;
}

.bm-card {
     height:700px;
     background-color: #2A7221;
     color:white;
}

.bm-cardimg {
     padding-top:0;
}

.bm-titleimg {
    width:607px;
}

@media (max-width: 750px) {
    .bm-titleimg {
        width: 100%;
    }
}
