﻿html, body {
    height: 100%;
}

body {
    padding-top: 90px;
    padding-bottom: 20px;
}

.page-wrap {
    min-height: 100%;
    margin-bottom: -40px;
}

.page-wrap:after {
    content: "";
    display: block;
}

footer, .page-wrap:after {
    height: 40px;
}

footer {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    background-color: white;
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display: inline-block;
    content: "[";
    padding-right: 0.5em;
}

.btn-bracketed::after {
    display: inline-block;
    content: "]";
    padding-left: 0.5em;
}

.navbar {
    border-bottom: 1px solid #999;
    box-shadow: 3px 3px 6px #ccc;
    background: white;
}

.navbar .navbar-brand a {
    color: black;
}
.navbar .nav > li > a {
    color: #333;
    
}

h1, h2, h3, h4 {
    margin-top: 0;padding-top: 0;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
}
