html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 60px; /* Margin bottom by footer height */
    padding-top: 100px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: darkgreen;
}
.jumbotron-welcome {
    background-image: url("/img/header1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    color: #721c24;
    text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
    text-align: right;
    padding-top: 10px;
    height: 300px;
    /*top:120px;
    position: absolute;*/

}
.carousel {
}
.img-responsive-wrap {
    display: block;
    height: 200px;
    width: auto;
}
a:link { text-decoration: none; }

a:visited { text-decoration: none; }

a:hover { text-decoration: none; }

a:active { text-decoration: none; }
