﻿body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    /*padding-left: 15px;
    padding-right: 15px;*/
}

/* 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%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}



.navbar {
    border: 0px;
}

    .navbar .nav {
        position: relative;
        left: 0;
        display: block;
        float: left;
        margin: 0 10px 0 0;
    }

        .navbar .nav > li {
            display: block;
            float: left;
        }

.navbar, .navbar-inner {
    background-color: #F19025;
    background-image: none;
}

    .navbar .nav > li > a {
        color: #ffffff;
        text-shadow: 0 0px 0 #FFFFFF;
        line-height: 18px;
    }

        .navbar .nav > li > a:hover {
            text-decoration: underline;
            background-color: transparent;
        }

.btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}

.navbar .brand {
    float: left;
    display: block;
    padding: 8px 20px 12px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 0px 0 #FFFFFF;
}

.navbar .nav.pull-right {
    margin-left: 10px;
    margin-right: 0;
    float: right;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    position: fixed;
    font-size: 20px;
    top: 0px;
    z-index: 67;
    width: 98%
}
