/* tablet.css */
/****************************************************/

* {
  padding: 0;
  margin: 0;
  /*background-color: #FEFBEE; */
}


body {
  width: 100%;
}

/* removes the image from the home page*/
.hidden *{
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: react(1px, 1px, 1px, 1px);
    float:left;
}

.subtitle{
  clear: both;
  width: 100%;    
  font-size: 0.5em;
  font-weight: bold;
  padding: 0px 0px 1em;
  border: 2px;
  margin: 15px 0;
}

/*Reduces size of title and subtitle*/
.shrink *{
    clear: both;
    width: 95%;
    font-size: 1.5em;
    font-weight: bold;
    padding: 0px 0px 1em;
    border: 2px;
    margin: 2px 0;    
}

section.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0
  color: white;
}


