
.bg-img {
    /* The image used */
    background-image: url("https://cdn.pixabay.com/photo/2016/09/19/07/01/lake-1679708_960_720.jpg");
    min-height: 200px;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    /* Needed to position the navbar */
    position: sticky;
    top: 0px;
    z-index: 1000;
  }
  
  /* Position the navbar container inside the image */
  .navcontainer {
    position: absolute;
    margin: 20px;
    width: auto;
  }
  
  /* The navbar */
  .topnav {
    overflow: hidden;
    background-color: #333;
  }
  
  /* Navbar links */
  .topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .topnav a:hover {
    background-color: red;
    color: white;
  }
  
  
  
  /* banner headline and sub head*/
  .bannerhead {
  padding-top: 80px;
  text-align: center;
  font-weight: bolder;
  font-size: 4em;
  color:rgb(255, 230, 0);
  text-shadow: 1px 1px black, 5px 5px 10px blue, 5px 5px 10px #00008b;
  }
  
  .subhead {
  font-size: 35px;
  font-weight: bolder;
  color:aqua;
  text-align: center;
  padding-top: 5px;
  }
  


  .sub-container {
  display: flex;
  font-size: 20px;
  flex-direction: row;
  background-image: linear-gradient(green, yellow );
  height: 100px;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  position: sticky;
  top: 233px;
  z-index: 1000;
  }
  
   .bridge1 {
    height: 20px;
   background-color:rgb(30, 53, 7);
   /*background-image: linear-gradient(to bottom right, green, yellow);*/
  }
  
  
  #heavenly {
    display: block;
    height: 100px;
    width: 150px;
    border-radius: 50px;
    margin-right: auto;
   /* margin: auto;*/
    margin-top: 30px;
  }
  
  #dove {
  display: block;
  height: 100px;
  width: 150px;
  border-radius: 50px;
  margin-left: auto;
  /*margin: auto;*/
  margin-top: 30px;
 
  }
  
  #blood {
    font-family: monospace;
  font-weight: bolder;
  font-size: 25px;
  color: rgb(204, 7, 7)
  
  }
  
  /* Add an active class to highlight the current page */
  
  .topnav a.active {
    background-color: white;
    color: black;
  }
  
  /* Hide the link that should open and close the topnav on small screens */
  .topnav .icon {
    display: none;
  }
  
img.d-block {
    height: 170px;
    width: 80;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
    

     .col-md-6 {
      word-wrap: break-word;
      background-color: rgb(0, 0, 0);
    }

    .col-md-3 {
      background-image: linear-gradient(yellow, green);
      
    }


.col-md-2 {
    background-color: #669999;
    opacity: 1;
  
}

.col-md-4, .col-md-8 {
    background-color: rgb(211, 211, 211);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: justify;
   
}

.book1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 130px;
  width: 100px;
}

.couple, .desk {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 120px;
  width: 170px;
}

.kdom {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 150px;
  width: 140px;
}

h4 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bolder;
  text-align:center;
  background-image: linear-gradient(red, yellow, green);
  border: 7px solid #3399ff;
  width: 190px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}


 h2 {
  text-align: center;
  font-weight: bolder;
  color: #00008b;
}

h3 {
  text-align: center;
}


.scroll {
  color: #00008b;
  font-size: 30px;
  font-weight: bolder;
  text-align: center;
}
  
.marq {
  color: brown;
  font-size: 40px;
  font-weight: bolder;
  font-style: italic;

}


.footsy {
  background-color: #669999;
  font-weight: bolder;
 text-align: center;
 color: aliceblue;
}

.footnote a {
  color: aliceblue;
}

.inspiration {
  
margin-left: 140px;
height: 160;
width: 250;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
background: #3B5998;
color: white;
}

.fa-twitter {
background: #55ACEE;
color: white;
}

.fa-google {
background: #dd4b39;
color: white;
}

.fa-linkedin {
background: #007bb5;
color: white;
}

.fa-youtube {
background: #bb0000;
color: white;
}

#graft1{
  height: 105px;
  width: 350px;
  border-radius: 15px 50px;
}

#graft2 {
  height: 105px;
  width: 350px;
  border-radius: 50px 15px;
}