 .merriweather-light {
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .merriweather-regular {
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .merriweather-bold {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .merriweather-regular-italic {
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .merriweather-bold-italic {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-style: italic;
  }

  body{
    background-image: url("../images/peacefulStream.jpg");
    background-size: cover;
    min-width: 700px;
  }

  main{
    max-width: 1000px !important;
    background-color: #f7fce5;
  }

  div#detailsDiv figure{
    width: 70%;
    max-width: 600px;
  }

  button{
    width: 100px;
    margin-top: 10px;
  }

  /* button#clearBtn{
    position: relative;
    right: 10px;
    top: 50px;
  } */

  .clearMe{
    clear: both;
  }

  .invisible{
    visibility: hidden;
  }
  
  figure img{
    width: 100%;
    height: auto;
    /* border: 1px burlywood solid; */
  }

  /* used on the loading paragraph to force footer to bottom of page */
  .stickyFooter{
    min-height: calc(100vh - 70px);
  }
  
  img#mastheadImg{
    width: 80px;
    height: auto;
    margin-right: 10px;
    border-radius: 50%;
    float: left;
    border: 1px solid gray;
    background-color: white;
  }

  img#printImg, img#reminderImg{
    width: 40px;
    height: auto;
    margin-right: 10px;
    margin-top: 20px;
    cursor: pointer;
    float: right;
  }

  header{
    background-image: url("../images/bgTile.png");
    height: 100px;
  }

  div#primaryContent{
    min-height: 800px;
  }

  textarea{
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  label span{
    border: 1px solid gray;
    border-radius: 50%;
    background-color: white;
    color: black;
    padding: 3px;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 5px;
    font-family: 'merriweather-regular';
  }

  .verticalText{
    writing-mode:sideways-lr;
    margin: auto;
    font-size: 1.5em;
    
    padding-left: 20px;
  }

  div#footerContent{
    font-size: .8em;
    margin: auto;
    width: 50%;
    max-width: 600px;
  }

  a{
    text-decoration: none;
    font-weight: bold;
    color: #a96210;
  } 

  div#groupDiv4{
    height: 150px;
  }

  .vtextShort{
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .target{
    color:inherit; /*dummy property*/
  }
  