body, html {
    margin: 0;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
  }

  h1 {
    font-family: Oswald, sans-serif;
    font-size: 46px;
  }

  h2 {
  font-family: Oswald, sans-serif;
  font-size: 36px;
}

h3 {
  font-family: Oswald, sans-serif;
  font-size: 26px;
}

p.caption {
   text-align: center;
}

  .navbar {
    overflow: hidden;
    background-color: #333;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
  }


  .navbar a {
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 6px 16px;
    text-decoration: none;
    font-size: 17px;
    float: left;
  }
.flex-2item-left a, .flex-2item-right a {
	color: #f2f2f2;
}

  .navbar a:hover, .flex-2item-left a:hover, .flex-2item-right a:hover {
    background-color: #ddd;
    color: black;
  }

  .navbar a.active {
    background-color: white;
    color: #333;
  }

  .navbar .icon {
    display: none;
  }

  @media screen and (max-width: 600px) {
    .navbar a:not(:first-child) {display: none;}
    .navbar a.icon {
      float: right;
      display: block;
    }
  }

  @media screen and (max-width: 600px) {
    .navbar.responsive {position: hidden;}
    .navbar.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .navbar.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }

  img.frame {
    border: 1px solid #ddd;
      border-radius: 4px;
      padding: 5px;
      width: 150px;
}

  .hero-block {
    

    /* Full height */
    height: 100vh;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
.hero-block.dawn {
	/* The image used */
    background-image: url("dawn-hero.jpg");
}
.hero-block.linda {
	/* The image used */
    background-image: url("linda-hero.jpg");
}
.hero-block.james {
	/* The image used */
    background-image: url("james-hero.jpg");
}
.hero-block.robert {
	/* The image used */
    background-image: url("robert-hero.jpg");
}
.hero-block.thomas {
	/* The image used */
    background-image: url("thomas-hero.jpg");
}
.hero-block.william {
	/* The image used */
    background-image: url("william-hero.jpg");
}

  .hero-block-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

  .bg-w {
    background: white;
    color: black;
    min-height: 100vh;
  }

  .bg-b {
    background: black;
    color: white;
    min-height: 100vh;
  }

  .header {
     padding: 20px
   }

   .footer {
      padding: 20px
    }


  .flex-container {
    display: flex;
    flex-direction: row;
  }

  /* Two column responsive */
  .flex-2item-left {
    padding: 20px;
    flex: 50%;
    margin: auto;
  }

  .flex-2item-right {
    padding: 20px;
    flex: 50%;
    margin: auto;
  }
.flex-2item-right img, .flex-2item-left img {width:100%;}


  /* three column responsive */
  .flex-3item-left {
    padding: 10px;
    flex: 33%;

  }
.flex-3item-left img, .flex-3item-center img, .flex-3item-right img {width:98%;}

  .flex-3item-center {
    padding: 10px;
    flex: 33%;

  }
  .flex-3item-right {
    padding: 10px;
    flex: 33%;
  }


  /* Responsive layout - makes a one column-layout instead of multi-column layout */
  @media (max-width: 800px) {
    .flex-container {
      flex-direction: column;
    }
  }

  .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
.modal-content img {width:50%;}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* Modal Button */
.button
{

}
.hover
{

}
.footer {
	text-align: center;
}
.footer img {
	width:30%;
}