/*
 * 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: "Josefin Sans";
}

.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("img/logo2.jpg") no-repeat center center scroll;
    padding: 100px 0;
    opacity: 0.95;
}

.image-bg-fixed-height {
	background: url('http://www.publicdomainpictures.net/pictures/170000/velka/judge-gavel-1461965469C9E.jpg') no-repeat center center scroll;
  opacity: 0.96;
  height: 550px;
}

.img-center {
	margin: 0 auto;
}

section {
    padding: 75px 0;
}

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

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

.section-paragraph {
    margin: 30px 0;
    font-size: 1.3em;
    text-align: center;
}

footer {
    margin: 50px 0;
}

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

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

    .section-paragraph {
        font-size: 1em;
    }
}

.navbar{
    background-color: #000001;
    border-color: #000001;

}

