/*
 * Start Bootstrap - Business Frontpage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
	font-family: 'Noto Sans', sans-serif;
    padding-top: 5px; /* 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) */
@media only screen and (min-width: 320px) {
    /* styles for narrow screens */
.business-header {
    height: 400px;
    background: url('../img/soft_banner_sm_scr.png') center center no-repeat scroll;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    -o-background-size: 100% auto;
}
}
@media only screen and (min-width: 992px) {
    /* styles for narrow screens */
.business-header {
    height: 400px;
    background: url('../img/soft_banner.png') center center no-repeat scroll;
    -webkit-background-size: 100% autor;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    -o-background-size: 100% auto;
}
}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    color: #808080;
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 50px 0;
}
