* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.page { /*this thru feature-3 create entire mobile layout with no MQs*/
  display: flex;
  flex-wrap: wrap; /*makes it very easy to implement tablet and desktop layouts*/
  background-color: #fffdd0;
}

.gallery {
  max-width: 205px;
  height: 100%;
  justify-content: left;
  align-items: left;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fffdd0;
  margin: 0;
  border-right: 4px solid #C0C0C0;
  border-radius: 1px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.gallery img {
  height: 100%;
  width: 200px;
  border: 4px solid #C0C0C0;
  border-radius: 1px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: left;
  float: left;
}

.gallery img:hover {
  transform: scale(1.05, 1.05);
  transition: .5s;
}

.content {
  margin-left: 205px;
  display: right;
  position: right;
  justify-content: right;
  text-align: right;
  max-width: 98%;
  background-color: #fffdd0;
}

.item {
  height: 9%;
  width: 100%;
  display: inline-block;
  text-align: right;
  margin-bottom: 5px;
}

.item img {
  position: left;
  height: 100%;
  width: 50%
  text-align: left;
}

.item h4 {
  width: 65%;
  text-align: left;
  margin: 0;
}

.item h4 a {
  width: 100%;
  text-align: right;
  margin: 0;
}

.disappearing {
    height: 9%;
    width: 100%;
    display: inline-block;
    text-align: right;
    margin-bottom: 5px;
  }
  
  .disappearing img {
    position: left;
    height: 100%;
    width: 50%
    text-align: left;
  }
  
  .disappearing h4 {
    width: 65%;
    text-align: left;
    margin: 0;
  }
  
  .disappearing h4 a {
    width: 100%;
    text-align: right;
    margin: 0;
  }

  .blog-subscribe-header {
    font-family: "Roboto", "Calibri", sans-serif;
    color: #212121;
    padding: 20px;
    border: 1px solid #484848;
    width:90%;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #484848;
  }

@media only screen and (max-width: 425px) {
    body {
    }

    .stars-ol {
    align-items: center;
    justify-content: left;
    font-family: "Roboto", "Calibri", sans-serif;
    list-style-type: '⭐';
    margin: 15px 15px 15px 15px;
    padding: 5px;
    max-width: 95%;
    text-align: left;
  }


    ul {
      align-items: left;
      justify-content: left;
      font-family: "Candara", "Calibri", -sans-serif;
      list-style-type: none;
      margin: 15px 15px 15px 15px;
      padding: 5px;
      max-width: 350px;
    }
  
    .gallery {
    max-width: 100%;
    position: sticky;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: #512E5F;
    }
  
    .gallery img {
      max-width: 100%;
      border: 4px solid #C0C0C0;
      border-radius: 1px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      position: left;
  }
  
  .item {
    max-width: 33%;
    max-height: 50px;
  }
  
  .item img {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  .disappearing {
    display: none;
  }
  
  .disappearing img {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  
  .content {
    max-width: 95%;
    justify-content: center;
    text-align: center;
    margin-left: 0;
    padding-top: 25px;
  }
  
  .blog-subscribe {
    margin: 0;
    max-width: 100%;
  }

  .form {
    margin: 0;
    color: #fffdd0;
  }

  .content {
  background-color: #fffdd0;
  color: #fffdd0;
  width: 100%;
  max-width: 100%;
}

body {
  width: 100%;
  background-color: #512E5F;
}

.blog-subscribe{
  background-color: #512E5F;
  }

.disappearing img {
  max-width: 100%;
}


  }
  
  /*Tablet Styles*/
  @media only screen and (min-width: 426px) and (max-width: 1050px) {
    body {
  
    }
  
    .gallery {
  max-width: 100%;
  position: sticky;
  left: 0;
  top: 0;
  background-color: #512E5F;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  }

  .gallery img {
  width: 100%;
  border: 4px solid #C0C0C0;
  border-radius: 1px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: left;
  margin: 0;
  padding: 0;
}

.item {
  width: 20%;
  margin: 0;
}

.item img {
  width: 100%;
  margin: 0;
  padding: 0;
}


.disappearing {
  width: 20%;
  margin: 0;
}

.disappearing img {
  width: 100%;
  margin: 0;
  padding: 0;
}
  
  .content {
    max-width: 100%;
    justify-content: center;
    text-align: center;
    margin-left: 0;
    background-color: #fffdd0;
  }
  
  .blog-subscribe {
    margin: 0;
    max-width: 100%;
  }
  
  h1 {
    max-width: 90%;
    align-items: center;
  }
  
  header {
    text-align: center;
  }
  
  p {
  
  }

  .form {
    margin: 0;
    color: #EEEEEE;
  }

  .content {
  width: 100%;
  max-width: 100%;
}

body {
  width: 100%;
  background-color: #512E5F;
}

.blog-subscribe{
  background-color: #512E5F;
  }
}