body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
body, html {
  height: 100%;
  color: #6C7A86;
  line-height: 1.8;
  
}
body {
  font-family: "Lato", sans-serif;
  height: 100%;
  color: #a1a3a4;
  line-height: 1.8;
  background-color: #212121; /* Change this to the color you want */
}
.bodyR {
  font-family: "Lato", sans-serif;
  height: 100%;
  color: #6C7A86;
  line-height: 1.8;
  text-align: right;
  background-color: #212121; /* Change this to the color you want */
}
header {
    background-color: #6C7A86;
     color: #cddae0;
    padding: 1em;
}


.bgimg-1, .bgimg-2, .bgimg-3 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* First image (Logo. Full height) */
.bgimg-1 {
  background-image: url('driving-innovative-health-care-solutions-food-pantry-line-936497194.jpg');
  min-height: 100%;
}
.bgimg-2{
  background-image: url('national-cancer-institute-NFvdKIhxYlU-unsplash.jpg');
  min-height: 100%;
}

.centered-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}
nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 1em;
}

nav ul li a {
    color: white;
    text-decoration: none;
}

main {
    padding: 2em;
}

.right-align{
  float: right;
}

footer {
    background-color: #333;
    color: #6C7A86;
    text-align: center;
    padding: 1em;
    position: flex;
}
.footer-fixed {
  position: fixed;
  bottom: 0;
}

.footer-sticky {
  position: relative;
  bottom: 0;
  left: 0;
}