/*************************************^ Homepage Settings *****************************************/
/* Sets the font-size and overflow settings of the markdown text on the homepage. */ 
  /* Forces the CSS image to not overflow on mobile screens */
  @media (max-width: 500px){
    .css-image{
      width:120%;
      height:auto;
    }
  }


  @media(max-width: 320px){
    #contact-footer{
      font-size:large;
    }

  }
.homepage-header{
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}

.homepage-subheader{
  font-size: 30px;
  font-weight: 550;
  text-align: center;

}