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

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

.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('https://drivers.techbytedev.com/wp-content/uploads/2019/06/header1920x500.jpg') no-repeat center center scroll;*/
    padding: 0;
}

.image-bg-fixed-height {
	background: url('https://dummyimage.com/1920x500/222222/eeeeee') no-repeat center center scroll;
    height: 450px;
}

.img-center {
	margin: 0 auto;
}

section {
    padding: 25px 0 75px;
}

.section-heading {
    /*margin: 30px 0;
    font-size: 3em;*/
	background-color: #000;
	color: #fff;
	position: relative;
	font-size: 28pt;
	font-weight: bold;
	top: -43px;
	opacity: 0.75;
	border-radius: 25px 25px 0 0;
	max-width: 400px;
	margin: auto;
}

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

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

footer {
    padding: 50px 0;
}

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

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