﻿/* About */
.jumbotron {
  margin-bottom: 0px;
  background-image: url('img/bridge.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;  
  height: 350px;
  color: whitesmoke;
  text-shadow: black 0.3em 0.3em 0.3em;
}

/* Shared */
.navbar {
    margin-bottom: 0;
    height: auto;
    background-color: white;
}


footer div {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

html {
  position: relative;
  min-height: 100%;
}


body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;

}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

#me {
  /*background-color: rgba(207, 212, 215, 0.56);*/
  border: 1px solid;
  margin-top: 4px;
  border-radius: 4px;
}