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

  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;
  }

  .navbar 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 {
    /* The image used */
    background-image: url("hero.jpg");

    /* Full height */
    height: 100vh;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .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 {
     margin: ;
     padding: 20px
   }

   .footer {
      margin: ;
      padding: 20px
    }


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

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

  .flex-2item-right {
    background-color:;
    padding: 20px;
    flex: 50%;
    margin: auto;
  }


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

  }

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

  }
  .flex-3item-right {
    background-color:;
    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%;
}

/* 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
{

}
