/*!
 * Custom Bootstrap Stylesheet
 * William Murphy
 * May 24, 2020 
 */

body {
  margin-top: 50px;
  margin-bottom: 50px;
  background: none;
}

.full {
  background: url("../images/America-Sails-into-the-Sunset.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

#HomeContent h1{
  margin: 0px 0px 10px 0px;
}

#HomeContent {
  background-color: RGBA(255, 255, 255, 0.6);
  padding: 20px;
  border: 3px solid black;
  border-radius: 10px;
}

.ContactContent #map {
  padding: 20px;
}

.ContactContent h1{
  margin: 0px 0px 10px 0px;
}

.ContactContent {
  background-color: RGBA(255, 255, 255, 0.6);
  padding: 20px;
  border: 3px solid black;
  border-radius: 10px;
}
