*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
} 

   .img1{
    height: 200px;
    width: 100%;
  }

  .head3{
    text-align: center;
    margin-bottom: 5px;
    padding: 5px 0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }

  h3:hover{
    color: red;
  }
  
  .p1{
    text-align: left;
    padding: 5px 0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
  }

  #imgtxt{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around flex-start;
    /* padding: 0 20px; */
    margin-left: 30px;
    float: left;
    width: 75%;
}

  #image{
    text-align: center;
  }

  .t1{
    width: 30%;
    padding: 15px 10px;
  }

  #sidenote{
    display: flex;
    margin-top: 20px;
    width: 22%;
    flex-direction: column;
  }

  #sidenote li{
    list-style-type: none;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 17px;
    padding: 5px 0;
  }
  
  #sidenote li:hover{
    color: red;
    display: inline;
  }

  .sideh3{
    border-bottom: 2px solid rgb(248, 131, 121);
    margin: 25px 0;
    /* padding: 10px 0; */
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color:  rgb(248, 131, 121);
  }

  button{
    /* margin: 20px; */
    padding: 5px;
    border: 0;
  }

  button:hover{
    background-color: red;
    color: white;
  }

  .img2{
    width: 100%;
    height: 90px;
  }

  .imgflt{
    float: left;
    width: 50%;
    padding: 0 9px;
  }


  h4{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }

  .rcp{
    width: 100%;
    clear: both;
    padding: 20px 0;
  }

  .rcp p{
    font-family:Georgia, 'Times New Roman', Times, serif;
  }

  @media(max-width:450px){
    #blgarc{
      position: absolute;
      top: 10%;
    }

    h4#hmblg{
      position: absolute;
      top: 50%;
      left: 40%;
    }

    #imgtxt{
      width: 80%;
    }

    .t1{
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      width: 100%;
    }

    #sidenote{
      width: 100%;
    }

  }

  