* {
  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*/
}

.section {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header {
}

.content {
}

body {
  color: #8A0700;
  background-color: #fffdd0;
}

body a {
  font-family: "Roboto", "Calibri", sans-serif;
}

head {
  

}



h1 {
  font-family: "Calibri", sans-serif;
  padding-top: 50px;
}

p {
  text-align: center;
  font-family: "Roboto", "Calibri", sans-serif;
  margin: 15px 15px 15px 15px;
  max-width: 75%;
}

.illustration img {
  width: 100%;
  box-shadow: 8.0px 16.0px 16.0px hsl(0deg 0% 0% / 0.25);
  border-radius: 8px;
}



.video-item {
  padding: 20px 20px 20px 20px;
  text-align: center;
}

.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: 650px;
    text-align: left;
  }

  .blog-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: row;
  }
  
  .blog {
    max-width: 475px;
    padding-bottom: 40px;
  }
  
  .blog img {
    width: 375px;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .blog-subscribe {
    margin-left: 20%;
    text-align: center;
    padding-top: 40px;
  }
  
  .blog-subscribe img {
  border: 3px solid #414141;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 250px;

}
  

  p {
    text-align: center;
    font-family: "Roboto", "Calibri", sans-serif;
    margin: 15px 15px 15px 15px;
    max-width: 98%;
  
  }
  
  .form-row label {
    width: 350px;
    text-align: center;
    justify-content: center;
  }
  
  .gallery {
    width: 205px;
    height: 100%;
    justify-content: left;
    align-items: left;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #8A0700;
    margin: 0;
    border-right: 4px solid #EDE8D0;
    border-radius: 1px;
    box-shadow: 8.0px 16.0px 16.0px hsl(0deg 0% 0% / 0.25);
  }
  
  .gallery img {
    height: 100%;
    width: 200px;
    border: 4px solid #EDE8D0;
    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%;
  }

  .form {
    margin-left: 205px;
    color: #8A0700;
}
  
  .item {
    height: 9%;
    width: 200px;
    display: inline-block;
    text-align: right;
    margin-bottom: 5px;
    float:left;
  }
  
  .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: 200px;
    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;
  }

  .abyss {
    flex-grow: 1;
    position: left;
    height: 360px;
  }


  .stats {
    display: flex;
    flex-direction: row;
    height: 360px;
    overflow: none;
  }

  .stat-tile {
    height: 360px;
    width: 360px;
    position: right;
    background-color: #000000;

  }

  .abyss p {
    text-align: center;
    font-family: "Helvetica", "Calibri", sans-serif;
    font-size: 20px;
    color: #ffe186;
    padding-left: 205px;
  }

  .top-p {
    padding-top: 125px;
  }

  .footer {
  margin-left: 205px;
}

  .footer p {
    color: #8A0700;
    font-family: "Roboto", "Calibri", sans-serif;
    font-size: 18px;
  }
  
  /*Mobile Styles*/
  @media only screen and (max-width: 425px) {
    body {
    }
  
    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 {
  width: 100%;
  position: sticky;
  left: 0;
  top: 0;
  background-color: #8A0700;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border: 0;
  }

  .gallery img {
    max-width: 100%;
    border: 4px solid #EDE8D0;
    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;
  }
  
  .blog-container {
  flex-direction: column;
  text-align: center;
}

.blog img {
  width: 350px;
  max-width: 90%;
}

.blog-subscribe {
  margin: 0;
  max-width: 100%;
  display: none;
}

.blog-subscribe img {
  width: 200px;
}

  .form {
    margin: 0;
    color: #fffdd0;
  }

  .content {
  background-color: #8A0700;
  color: #fffdd0;
  width: 100%;
  max-width: 100%;
}

.footer {
  margin-left: 0;
}

.footer p {
  color: #fffdd0;
}

body {
  width: 100%;
  background-color: #8A0700;
}

.blog-subscribe{
  background-color: #8A0700;
  }

  .disappearing2 {
  display: none;
}

.stats {
    flex-direction: column;
    height: 375px;
  }

  .abyss {
    display: none;
    height: 0;
  }

  .abyss2 {
    width: 100%;
  }

  .stat-tile {
    width: 100%;
    background-color: #000000;
  }

  .abyss2 p {
    text-align: center;
    font-family: "Helvetica", "Calibri", sans-serif;
    font-size: 20px;
    color: #ffe186;
  }

  .stat-tile {
    width: 100%;
    text-align: center;
  }

  .abyss-space {
    display: none;
  }
}

@media only screen and (min-width: 426px) and (max-width: 525px) {
    body {
  
    }

    .crm-vids {
      text-align: center;
      align-items: center;
      justify-content: center;
    }
  
    .gallery {
    width: 100%;
    position: sticky;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: #8A0700;
    }
  
    .gallery img {
    border: 4px solid #EDE8D0;
    border-radius: 1px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: left;
  }
  
  .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;
  }
  
  .blog-subscribe {
    margin: 0;
    max-width: 100%;
    display: none;
  }
  
  h1 {
    max-width: 90%;
    align-items: center;
  }
  
  header {
    text-align: center;
  }
  
  p {
  
  }

  .form {
    margin: 0;
    color: #fffdd0;
  }

  .content {
  background-color: #8A0700;
  color: #fffdd0;
  width: 100%;
  max-width: 100%;
}

.footer {
  margin-left: 0;
}

.footer p {
  color: #fffdd0;
}

body {
  width: 100%;
  background-color: #8A0700;
}

.blog-subscribe{
  background-color: #8A0700;
  }

  .abyss {
    flex-grow: 1;
  }

  .abyss p {
    padding-left: 0;
    font-size: 16px;
  }

  .stat-tile {
    width: 270px;
    
  }

  .stat-tile img {
    width: 270px;
    padding-top: 45px;
  }

  .abyss2 {
    display: none;
  }

  .abyss-space {
    display: none;
  }

  .top-p {
    padding-top: 60px;
  }
  }

@media only screen and (min-width: 526px) and (max-width: 650px) {
    body {
  
    }

    .crm-vids {
      text-align: center;
      align-items: center;
      justify-content: center;
    }
  
    .gallery {
    width: 100%;
    position: sticky;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: #8A0700;
    }
  
    .gallery img {
    border: 4px solid #EDE8D0;
    border-radius: 1px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: left;
  }
  
  .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;
  }
  
  .blog-subscribe {
    margin: 0;
    max-width: 100%;
    display: none;
  }
  
  h1 {
    max-width: 90%;
    align-items: center;
  }
  
  header {
    text-align: center;
  }
  
  p {
  
  }

  .form {
    margin: 0;
    color: #fffdd0;
  }

  .content {
  background-color: #8A0700;
  color: #fffdd0;
  width: 100%;
  max-width: 100%;
}

.footer {
  margin-left: 0;
}

.footer p {
  color: #fffdd0;
}

body {
  width: 100%;
  background-color: #8A0700;
}

.blog-subscribe{
  background-color: #8A0700;
  }

  .abyss {
    flex-grow: 1;
  }

  .abyss p {
    padding-left: 0;
    font-size: 16px;
  }

  .stat-tile {
    width: 270px;
    
  }

  .stat-tile img {
    width: 270px;
    padding-top: 45px;
  }

  .abyss2 {
    display: none;
  }

  .abyss-space {
    display: none;
  }

  .top-p {
    padding-top: 100px;
  }
  }

  @media only screen and (min-width: 651px) and (max-width: 850px) {
    body {
  
    }

    .crm-vids {
      text-align: center;
      align-items: center;
      justify-content: center;
    }
  
    .gallery {
    width: 100%;
    position: sticky;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: #8A0700;
    }
  
    .gallery img {
    border: 4px solid #EDE8D0;
    border-radius: 1px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: left;
  }
  
  .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;
  }
  
  .blog-subscribe {
    margin: 0;
    max-width: 100%;
    display: none;
  }
  
  h1 {
    max-width: 90%;
    align-items: center;
  }
  
  header {
    text-align: center;
  }
  
  p {
  
  }

  .form {
    margin: 0;
    color: #fffdd0;
  }

  .content {
  background-color: #8A0700;
  color: #fffdd0;
  width: 100%;
  max-width: 100%;
}

.footer {
  margin-left: 0;
}

.footer p {
  color: #fffdd0;
}

body {
  width: 100%;
  background-color: #8A0700;
}

.blog-subscribe{
  background-color: #8A0700;
  }

  .abyss {
    flex-grow: 1;
  }

  .abyss p {
    padding-left: 0;
  }

  .stat-tile {
    width: 360px;
  }

  .abyss2 {
    display: none;
  }

  .abyss-space {
    display: none;
  }

  .top-p {
    padding-top: 80px;
  }
  }
  
  /*Tablet Styles*/
  @media only screen and (min-width: 851px) and (max-width: 1050px) {
    body {
  
    }

    .crm-vids {
      text-align: center;
      align-items: center;
      justify-content: center;
    }
  
    .gallery {
    width: 100%;
    position: sticky;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: #8A0700;
    }
  
    .gallery img {
    border: 4px solid #EDE8D0;
    border-radius: 1px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: left;
  }
  
  .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;
  }
  
  .blog-subscribe {
    margin: 0;
    max-width: 100%;
  }
  
  h1 {
    max-width: 90%;
    align-items: center;
  }
  
  header {
    text-align: center;
  }
  
  p {
  
  }

  .form {
    margin: 0;
    color: #fffdd0;
  }

  .content {
  background-color: #8A0700;
  color: #fffdd0;
  width: 100%;
  max-width: 100%;
}

.footer {
  margin-left: 0;
}

.footer p {
  color: #fffdd0;
}

body {
  width: 100%;
  background-color: #8A0700;
}

.blog-subscribe{
  background-color: #8A0700;
  display: none;
  }

  .abyss {
    flex-grow: 1;
  }

  .abyss p {
    padding-left: 0;
  }

  .stat-tile {
    width: 360px;
  }

  .abyss2 {
    display: none;
  }

  .abyss-space {
    display: none;
  }

  .top-p {
    padding-top: 100px;
  }
  }
  
  /*Desktop Styles*/
  @media only screen and (min-width: 1051px) {
    body {
    }

    .abyss2 {
    display: none;
  }
  }
  