/** This gives all images on the site a more polished look **/
img {
    border:4px white solid;
}

/** This is my attempt to replicate the Bootstrap jumbotron combined
with some styling that I think looks cool. **/
.jumbotron {
    background-color:grey;
    border:4px white solid;
    padding:10px;
}

/** This makes the homepage carosuel not...giant **/
#carousel {
    width: 80%;
    margin:auto;
}