/*
 * 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. */
	background:#666; 
}

.navbar { background:#404041; border-bottom:none !important  }
.navbar li a { color:white !important; text-transform:uppercase }
.navbar li.active a { background:none !important; color:#666 !important; font-weight:bold !important}

.image-bg-fluid-height,
.image-bg-fixed-height {

    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.image-bg-fluid-height {

	min-height:100%; height:100% !important;
	background: url('../images/bg.jpg') no-repeat bottom left scroll;
    padding: 100px 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;
}

section {
    padding: 75px 0;
}

.section-heading {
    margin: 30px 0;
    font-size: 4em;
}

.section-lead {
    margin: 30px 0;
}

.section-paragraph {
    margin: 30px 0; font-size:1.2em; line-height:1.5em
}

footer {
    margin: 50px 0;
}

h3 { font-size:1.5em }

@media(max-width:768px) {
    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-heading {
        font-size: 2em;
    }
	
	.navbar-brand  { padding-top:5px !important; }
}

@media(min-width:768px) {
	.image-bg-fluid-height {
	min-width:768px; max-width:1280px; }
.navbar { height:90px }
.navbar li { padding-top:20px; }
body {
    margin-top: 90px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
.navbar-brand img { padding-top:10px; }
.aboutpics { width:1280px; }
}