@import url('https://fonts.googleapis.com/css?family=Droid+Serif:400,700');

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

body {
    margin-top: 50px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font-family: 'Droid Serif', serif;
    font-size: 15px;
}

q {
    font-weight: 700;
}

.image-bg-fluid-height,
.image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.image-bg-fluid-height {
	background: url('banner.jpg') no-repeat center center scroll;
    padding: 200px 0;
}
.image-bg-fluid-height2 {
	background: url('banner-asparagus.jpg') no-repeat center center scroll;
    padding: 200px 0;
}

.image-bg-fixed-height {
	background: url('http://lorempixel.com/g/1920/500/') no-repeat center center scroll;
    height: 450px;
}

.img-center {
	margin: 0 auto;
}
.img-botleft {
    margin: 0px 20px;
}

.navbar-brand {
  padding: 5px 5px !important;
}
.navbar-topline {
    height:6px;
    background: #FFCF0E url('navbar-topline.png') no-repeat;
}
section {
    padding: 45px 0;
}


.section-heading {
    margin: 10px 0 30px 0;
    font-size: 4em;
}

.section-lead {
    margin: 30px 0;
}

.section-paragraph {
    margin: 30px 0;
}

footer {
    margin: 50px 0;
}

@media(max-width:768px) {
    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-heading {
        font-size: 2em;
    }
}