html, body {
    margin: 0;
    font-family: "Garamond", Times, serif;
    overflow-x: hidden;
    background-color: rgba(232,232,232,0.3);
    scroll-behavior: smooth;
}

/* unvisited link */
a:link {
  color: black;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: orange;
}

/* selected link */
a:active {
  color: blue;
}

#top-nav {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  opacity: 1.0;
  justify-content:space-between;
  align-items: center;
  position: fixed;
  background-color: rgba(232,232,232,0.8);
}

@media (max-width: 800px) {
  #top-nav {
   position: relative;
   align-items: flex-start;
  }
}

#logo {
  width: 100px;
  height: auto;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 20px;
  opacity: 0.95;
}

#social-bar img {
  height: 25px;
  width: auto;
  padding: 10px;
}

#social-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#social-bar-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 50px;
}


#social-bar-footer img {
  height: 40px;
  width: auto;
  padding: 10px;
}

@media (max-width: 800px) {
  #logo {
    width: 100px;
    padding-left: 25px;
    padding-top: 0px;
  }
}

#navbar ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 800px) {
  #navbar ul {
    flex-direction: column;
    padding-right: 0px;
  }
}

#navbar ul a {
  text-decoration: none;
}

#navbar button {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 550;
  color: rgb(18,83,163);
  background-color: rgba(232,232,232,0);
  border-style: none;
  width: 100px;
  height: 40px;
  cursor: pointer;
  transition-duration: 0.3s;
  text-align: center;
}

#navbar button:hover {
  color: rgb(18,83,163);
  background-color: rgba(255,255,255,0.5);
  transition-duration: 0.3s;
}

#jump-button {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 550;
  color: rgb(18,83,163);
  background-color: rgba(232,232,232,1.0);
  border-style: none;
  width: 150px;
  height: 40px;
  cursor: pointer;
  transition-duration: 0.3s;
  text-align: center;
}

#jump-button:hover {
  color: rgb(18,83,163);
  background-color: rgba(216,90,5, 0.5);
  transition-duration: 0.3s;
}


@media (max-width: 800px) {
 #navbar button {
   width: 70vw;
   font-size: 1.5rem;
  }
}

.hero {
    /* Sizing */
    width: 100vw;
    height: 100vh;

    /* Flexbox stuff */
    display: flex;
    justify-content: center;
    align-items: center;

    /* Text styles */
   text-align: center;
   align-content: flex-start;
   flex-wrap: wrap;
   padding-top: 100px;

   /* Background styles */
  background-image: url(http://nancybelgue.com/images/hero-sp-22-op.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}


.hero-text {
  font-size: 3.5em;
  color: white;
  margin: 0;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 0px;
}

@media (max-width: 800px) {
 .hero-text {
   font-size: 1.75em;
   padding-top: 0px;
  }
}

#welcome {
padding-bottom: 50px;
padding-top: 100px;
}

.text-box {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
margin-top: 50px;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 50px;
padding: 25px;
line-height: 25px;
font-size: 1.5rem;
background-color: white;
line-height: 1.25;
}

#footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  background-color: rgba(232,232,232,0.3);
  text-align: center;
}

#Bio-1 {
  width: auto;
  height: 700px;
  padding: 0px;
  border-style: solid;
  border-width: 2px;
}

@media (max-width: 800px) {
  #Bio-1 {
    border-style: none;
    width: 85vw;
    height: auto;
  }
}

#Bio-tree {
  width: 95vw;
  height: auto;
  padding: 0px;
  border-style: solid;
  border-width: 2px;
}

@media (max-width: 800px) {
  #Bio-tree {
    border-style: none;
    width: 85vw;
    height: auto;
  }
}

#Bio-flowers {
  width: 500px;
  height: auto;
  padding: 0px;
  border-style: solid;
  border-width: 2px;
}

@media (max-width: 800px) {
  #Bio-flowers {
    border-style: none;
    width: 85vw;
    height: auto;
  }
}

.book-box {
  display: flex;
  flex-direction: row;
  text-align: left;
  padding-bottom: 25px;
  margin: 25px;
}

.book-box img {
  width: auto;
  height: 300px;
  padding-right: 25px;
  margin-top: 30px;
}

.event-box {
  height: auto;
  width: 75vw;
  padding-bottom: 100px;
  margin: 25px;
}
