﻿/* Main navigation classes */

    .header {
        padding-top: 20px;
        margin-bottom: 30px;
        text-align: center;
    }

    .header img {
        width: 100%;
        height: auto;
        max-width: 439px;
    }

    .footer {
        padding-top: 30px;
        text-align: center;
    }


    form p {
        margin-bottom: 25px;
    }

    textarea { overflow: hidden; }

    /*.form-control::-webkit-input-placeholder { font-style: italic }*/

/* -----------------------------------------------
    Footer
-------------------------------------------------- */

    footer {
        padding-top:20px
    }

    .bs-docs-footer-links {
        text-align: center;
        padding-left: 0;
        margin-top: 20px;
        color: #999;
    }

    .bs-docs-footer {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: 100px;
        color: #777;
        text-align: center;
        border-top: 1px solid #e5e5e5;
     }

    .bs-docs-footer-links li {
        display: inline;
        padding: 0 2px;
    }

    .bs-docs-footer ul { display: block }

/* -----------------------------------------------
 Side notes for calling out things
-------------------------------------------------- */
 
/* Base styles (regardless of theme) */
.bs-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  /*background: white;*/
}
.bs-callout h4 {
  margin-top: 0;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}
 
/* Themes for different contexts */
.bs-callout-danger {
  background-color: white;
  border: 1px solid #c32926;
  border-left: 5px solid #c32926;
}
.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}

.bs-callout-danger h4 {
color: #B94A48;
}

.bs-callout-warning h4 {
color: #C09853;
}

.bs-callout-info h4 {
color: #3A87AD;
}
