@import url("https://fonts.googleapis.com/css?family=Raleway");
body {
  background-color: #FFFFFF;
  font-family: "Raleway", Arial; }

.navbar a {
  Font-size: 16px;
  Font-weight: bold;
  font-family: "Raleway", Arial;
  margin-right: 15px; }
  .navbar a.navbar-brand {
    margin-right: 30px; }
  .navbar a.active {
    color: #8d2f53; }
    .navbar a.active:hover {
      color: #B23B69; }

.navbar #link-active:hover {
  color: #B23B69;
  Text-decoration: none; }

.navbar #link {
  color: #424242;
  margin-bottom: 8px; }

.navbar #link:hover {
  color: #8c2f54;
  margin-bottom: 5px;
  border-bottom: 3px solid #8c2f54; }

.navbar img {
  height: 75px;
  margin-top: 10px;
  margin-bottom: 10px; }

#Header-image {
  Position: relative; }
  #Header-image img {
    Width: 100%; }

#Content {
  margin-top: 5%;
  background-color: #FFFFFF; }
  #Content h1 {
    color: #434343;
    Font-weight: bold;
    Font-size: 37px;
    font-family: "Raleway", Arial; }
  #Content h2 {
    color: #434343;
    Font-weight: bold;
    Font-size: 24px;
    margin-top: 20px;
    font-family: "Raleway", Arial; }
  #Content h3 {
    margin-top: 30px;
    color: #434343;
    Font-weight: bold;
    Font-size: 18px;
    line-height: 30px;
    font-family: "Raleway", Arial; }
  #Content p {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #7d7d7d;
    Font-weight: bold;
    Font-size: 14px;
    line-height: 30px;
    font-family: "Raleway", Arial; }
  #Content a {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 25px;
    padding-right: 25px;
    color: white;
    Font-weight: bold;
    display: inline-block;
    font-family: "Raleway", Arial, Kapitalen;
    Font-size: 12px;
    Letter-spacing: 2px;
    background-color: #8b2f53;
    border-radius: 20px; }
  #Content #even {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 80px;
    background-color: #dbdbdb; }
  #Content #oneven {
    margin-top: 80px;
    background-color: #FFFFFF; }
  #Content img {
    width: 100%;
    padding: 5px; }

.col-xs-12 {
  margin-top: 20px; }

#Footer {
  margin-top: 80px;
  background-color: #dbdbdb; }
  #Footer img {
    margin-top: 33px;
    margin-right: 5px;
    margin-bottom: 33px; }
  #Footer #Footer-link {
    Font-size: 16px;
    Font-weight: bold;
    color: #434343;
    margin-top: 42px;
    float: right;
    font-family: "Raleway", Arial; }
  #Footer .social-links a {
    float: left; }

ul li {
  display: inline; }
