body {
    padding-top:10px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    max-width: 1000px;
    width:90%;
    margin: 5px auto;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

.navbar {
    height: 30px;
    text-align: right;
    margin-bottom: 0
}

.navbar-nav li a {
    color: #171c51;
}

hr {
    height:4px;
    background: url(../images/bg2.jpg)  #171c51;
    margin:0 0 10px 0;
}
.mainimg {width:100%; padding-bottom:10px }

h1 {
    color: #171c51;
    font-size:160%;
    font-weight:bold
}
h2 {
    color: #171c51;
    font-size:140%;
    padding-top:0
}
footer {
    margin-top: 50px;
}

.green {
    border: 3px solid #148441;
    background: #9bcbaf;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}
