
body {
    /*padding-top: 50px;  Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */
.topNumbers{
    float: right;
    margin-top: 20px;
    text-align: center;
}

.font19{
    font-size: 19px;
}
.font16{
    font-size: 16px;
}

@media screen and (min-width: 36em){
    .topNumbers{
        float: left;
        text-align: center;

    }
    .logo{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.business-header {
    height: 400px;
    background: url(../img/Transformers1.jpg) center center no-repeat scroll;
    /*background: url('http://placehold.it/1920x400') center center no-repeat scroll;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    margin-top: -20px;
}

.logoSize{
    width:300px;
    height:85px
}

.section-header{
    background-color: #333;
    color: white;
}

.circlePicSize{
    height: 300px;
    width: 300px;
}

.fb{
    height: 45px;
    width: 200px;
}
/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.img-center {
    margin: 0 auto;
}

#success_message{ display: none;}

footer {
    margin: 50px 0;
}