﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #047;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #036;
    color: white;
}

.navbar-inverse {
    background-color: red;
    color: white;    
}
.navbar-inverse .navbar-nav > li > a  {
    color: white;
    font-weight: bold;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #cccccc;
}
.navbar-inverse .navbar-brand {
    color: white;
}
.navbar-inverse .navbar-brand:hover {
    color: #cccccc;
}
.navbar-inverse .btn-link {
    color: white;
}
.navbar-inverse .btn-link:hover {
    color: #cccccc;
}



/* 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;
    }
}

.hidden {
    display: none;
}

.button {
    background-color: #006699;
    font-size: large;
    padding: 10px;
    text-decoration: none;
    color:white;
}
    .button :hover {
        text-decoration: none;
    }

.button_small {
    background-color: navy;
    font-size: large;
    padding: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.form-control {
    font-weight: bold;
}

.only4SR {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}