/* Show it is fixed to the top */
body {
  min-height: 65rem;
  padding-top: 3.5rem;
}

h1 {
	margin-bottom: 3rem;
}

h2 {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
	color: #006699;
}

.jumbotron {
	background-color: #006699;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.lwn-content {
	margin-bottom: 3rem;
}

a {
    color: #006699;
    word-wrap: break-word;
}

a[href^="mailto"]:after {
	content: "\f0e0";
    padding-left: 5px;
    padding-right: 5px;
    font-family: "FontAwesome";
    text-decoration: none;
    display: inline-block;
}

