/* The Best Smallcap Stocks
* Copyright 2015 | PublicWire
* Author : Derrick Reeder
*/
body{
    font-family: 'Ubuntu', sans-serif;
    background:#fff;
}

/* header */
.headerBanner{
    background:url("../images/bestsmallcap_bg.jpg") no-repeat ;
    background-position:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color:#fff;
    text-transform: uppercase;
    padding:8em 0;
}
.headerBanner h1 span{
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    background: #ffce54;
    padding: 5px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}
.headerBanner h1{
    font-size:34px;
    line-height: 48px;
}
.rates h4{
font-size:16px;
}
form.form-inline {
    float: left;
    width: 100%;
}
.form-group {
    background: rgba(255, 255, 255, 0.28);
    padding: 10px;
    border-radius: 6px;
}
/* cta */
.cta{
    padding:4em 0;
    background: #f6f6f6;
    border-bottom: 1px solid rgb(213, 213, 213);
}
.cta h3{
    margin-top:0px;
}
.ctaImages img{
    width:100%;
}

/* about */
.about{
    margin-bottom:4em;
}
.list{
    margin-top:3em;
}
.list span{
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    background: #ffce54;
    padding: 5px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}
.about h3{
    font-size:30px;
    font-weight: 300;
    margin-top:60px;
}

/* stocks */
.stocks h3{
    margin:0px;
    color:#ff1024;

}
.stocks h4{
    color:#008000;
    font-weight: 200;
    font-size: 14px;
    margin:0px;
    text-transform: uppercase;
}
.stocks p{
    color:#008000;
    font-weight:600;
    font-size: 20px;
}
/* ./ stocks */

/* footer */
footer{
    background:rgb(53, 53, 53);
    padding:2em 0;
}
footer p{
    color:#f6f6f6;
}
footer h3 {
    color: rgb(116, 116, 116);
}
footer h4{
    color:#f6f6f6;
}
/* ./ footer */

/* copyright */
.copyright{
    background: rgb(29, 29, 29);
    padding:1em 0;
    color:#f6f6f6;
}
/* ./ copyright */
/* bs override */
.navbar{
    margin-bottom:0px;
}
a.navbar-brand {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 44px;
}

/* queries */
@media (max-width: 750px) {
.mbutton{
    width:100%;
    margin-top:10px;
}

}
/* ./ queries */

.navbar-default {
    background-color: #FFFFFF !important;
    border-color: #e7e7e7;
}

.navbar-brand{
height:auto !important;
}