/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding: 5px 5px 5px 5px;
    color: #262626;
    background: #B8D13A;
    margin-bottom: 100px;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    /*color:#8b0000;*/
  }

html {
    position: relative;
    min-height: 100%;
}

.row {
    padding:5px;
}

.col {
    padding: 15px;
}

.footer {   
    position: absolute;
    color:#bfbfbf;
    background: #262626;
    margin:0px;
    bottom: 0;
    width: 99%;
    float: center;
    text-align: center;
}

.carousel img {
    height: 100%;
    width: auto;
}

.carousel-caption{
    color: #bfbfbf;
}

a:link{
    color: #B8D13A;
}

a:visited{
    color: #788828;
}

/* mouse over link */
a:hover {
    color: #e0ff43;
}

/* selected link */
a:active {
    color: #cbe740;
}