ul {
  list-style: none;
}
.quote-text.main-text.about li {
  padding-top: 10px;
}
a {
  color:inherit;
  text-decoration: none;
}
a:hover {
  color:inherit;
}
/*.quote-text.head-shot.aboutme {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-image: url("../assets/headshot.jpg");
}*/
.aboutme.headshot {
  text-align: center;
}
.circular-landscape {
  display: inline-block;
  position: relative;
  width: 175px;
  height: 175px;
  overflow: hidden;
  border-radius: 50%;
}

.circular-landscape img {
  width: auto;
  height: 150%;
  margin-top: -30px;
  margin-left: -10px;
}
#map {
  height: 100%;
}
#map-contact {
  height: 250px;
  width: 500px;
  margin: 0 auto;
}
.title {
  text-align: center;
}
.parallax {
    /* The image used */
    background-image: url("../assets/more_blue.jpg");

    /* Set a specific height */
    min-height: 1000px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.filler {
  min-height: 200px;
}
.head-shot {
  border-radius: 50%;
  background-image: url("../assets/headshot.jpg");
  height: 100px;
  width: 100px;
}
.fb-icon {
  display: inline-block;
  text-indent: -9999px;
  width: 18px;
  height: 16px;
  background: url("../assets/fbicon.svg");
  background-size: 18px 16px;
}
.clear-parallax {
  background-color: white;
  min-height: 150px;
  height: 100%;
}
.quote-text {
  padding: 0 10%;
/*  position: absolute;*/
  top: 10%;
  opacity: 0.75;
  margin: 10px 10px;
  text-align: center;
  vertical-align: middle;
  font-family: "Open Sans"
}
.quote-box {
  height: 200px;
  line-height: 200px;
  text-align: center;
}
.quote-box-text.front-page {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
hr {
  width: 50%;
}
nav {
  background-color: white;
}
.address {
  margin-left: 1.2em;
}
body {
  background-color: #7f8a98;
}
.nav-link.selected {
  font-weight: 700;
}
.footer {
  background-color: white;
  padding-top: 10px;
  height: 175px;
  padding-bottom: 10px;
}
.quote-text.quote-text-title {
    font-size: 2.5em;
    padding-bottom: 10px;
}
.quote-text.quote-text-title.about {
    font-size: 2.0em;
}
.quote-text.head-shot {
  padding: 0;
}
.quote-text.main-text {
  text-align: initial;
}
@media (max-width: 768px) {
  .quote-text.front-page {
    position: initial;
    padding: 10px 0px;
  }
  .footer {
    height: 100%;
  }
}

/* Blockquote styling */
blockquote {
  font-size: 18px;
  font-style: italic;
  width: 500px;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
}
blockquote:before {
  font-family: Georgia, serif;
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -20px;
  top: -20px;
  color: #7a7a7a;
}
blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

/* FB large */
.fb-icon-lrg {
    display: inline-block;
    width: 30px;
    height: 25px;
    background: url(../assets/fbicon.svg);
    background-size: 30px 25px;
    margin-top: 10px;
}