* {
  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: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header {
  
}

body {
  color: #770737;
}

head {
  
}

h1 {
  font-family: "Roboto", sans-serif;
  padding-top: 50px;
}

p {
  text-align: center;
  font-family: "Roboto", "Calibri", sans-serif;
  margin: 15px 15px 15px 15px;
  max-width: 60%;
}

p a {
  color: #EC5578;
}

a {
  color: #EC5578;
}

h2 a {
  font-family: "Candara", "Calibri", sans-serif;
}

h3 {
  font-family: "Roboto", "Calibri", sans-serif;
}


.stars ol {
  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: 500px;
}

.top ol {
  align-items: left;
  justify-content: left;
  font-family: "Candara", "Calibri", sans-serif;
  list-style-type: none;
  margin: 0px 15px 15px 15px;
  padding: 20px;
  max-width: 90%S;
}

li {
  align-content: left;
  text-align: left;
}

.illustration img {
  width: 100%;
  box-shadow: 8.0px 16.0px 16.0px hsl(0deg 0% 0% / 0.25);
  border-radius: 8px;
}

.button img {
  border: 3px solid #52575f;
  border-radius: 8px;
  margin: 10px 10px 10px 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 20px 20px 20px 20px;
  max-width: 90%;
}

.post img {
  width: 800px; 
  max-width: 95%"
}

.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;
  }


.flexbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.ascender {
  width: 33%;
  position: left;
  justify-content: center;
  align-items: center;
}

.ascender img {
  max-width: 90%;
  margin: 0;
}

.linkedin {
  width: 33%;
  position: right;
  justify-content: center;
  align-items: center;
}

.linkedin img {
  max-width: 90%;
  margin: 0;
}

.content-creation p {
  max-width: 75%;
}

.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;

}

.footer p {
    color: #fffdd0;
  }

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;
}

.form {
  margin-left: 210px;
  color: #770737;
}

.gallery {
  max-width: 205px;
  height: 100%;
  justify-content: left;
  align-items: left;
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  border-right: 4px solid #EC5578;
  border-radius: 1px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #770737;
}

.gallery img {
  height: 100%;
  width: 200px;
  border: 4px solid #EC5578;
  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%;
}

.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;
}

.landingpages img {
  max-width: 300px;
}

.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;
  }

  .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: #ff66c4;
    padding-left: 205px;
  }

  .top-p {
    padding-top: 85px;
  }

  .footer {
    margin-left: 205px;
  }

  .footer p {
    color: #770737;
    font-family: "Roboto", "Calibri", sans-serif;
    font-size: 18px;
  }




/*Mobile Styles*/
@media only screen and (max-width: 425px) {
  body {
    background-color: #7FB3D5;
  }

  .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: 390px;
  }

  .flexbox {
    flex-direction: column;
    justify-content: center;
  }

  .linkedin {
    width: 100%;
    position: 2;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .ascender {
    width: 100%;
    position: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .linkedin img {
    max-width: 100%;
    position: center;
  }

  .ascender img {
    max-width: 100%;
    position: center;
  }

  .button img {
    margin: 0;
    max-width: 100%;
  }

  .content-creation {
    max-width: 375px;
  }

  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 {
  max-width: 100%;
  position: sticky;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  background-color: #770737;
  }

  .gallery img {
    max-width: 100%;
    border: 4px solid #EC5578;
    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: #FA8072; 
}

header {
  max-width: 100%;
}

.content {
  background-color: #770737;
  color: #FA8072;
  width: 100%;
  max-width: 100%;
}

.footer {
  margin-left: 0;
  background-color: #770737;
}

.footer p {
  color: #FA8072;
}

body {
  width: 100%;
  background-color:#770737;
}

.blog-subscribe{
    background-color: #770737;
    display: none;
  }

.blog-container {
  background-color: #770737;
}

.video-item {
  max-width: 100%;
  width: 350px;
}

.stats {
    flex-direction: column;
    height: 375px;
  }

  .abyss {
    display: none;
    height: 0;
  }

  .abyss2 {
    width: 100%;
    height: 320px;
    text-align: center;
  }

  .stat-tile {
    width: 100%;
    background-color: #000000;
    text-align: center;
  }

  .abyss2 p {
    text-align: center;
    font-family: "Helvetica", "Calibri", sans-serif;
    font-size: 20px;
    color: #ff66c4;
  }

  .stat-tile {
    width: 100%;
  }

  .abyss-space {
    display: none;
  }

  .top-p {
    padding-top: 40px;
  }

}

@media only screen and (min-width: 426px) and (max-width: 549px) {
  .gallery {
    max-width: 100%;
    position: sticky;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: #770737;
    color: #FA8072;
    }
  
    .gallery img {
    width: 50%;
    border: 4px solid #EC5578;
    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;
  }

  .footer {
  margin-left: 0;
  background-color: #770737;
}

  .footer p {
  color: #FA8072;
}

.blog-container {
  background-color: #770737;
}
  
  .blog-subscribe {
    margin: 0;
    max-width: 100%;
  }
  
  h1 {
    max-width: 90%;
    align-items: center;
  }
  
  header {
    text-align: center;
  }

  .form {
    margin: 0;
    color: #FA8072;
    background-color: #770737; 
  }
  
  p {
  
  }

  .ascender {
    width: 100%;
  }

  .linkedin {
    width: 100%;
  }

  .linkedin img {
    position: center;
  }

  .ascender img {
    position: center;
  }

  .content {
    background-color: #770737;
    color: #FA8072;
    width: 100%;
    max-width: 100%;
  }
  
  body {
    width: 100%;
  }

  .blog-subscribe{
    background-color:#770737;
    display: none;
  }

  .abyss {
    flex-grow: 1;
  }

  .abyss p {
    padding-left: 0;
    font-size: 12px;
  }

  .stat-tile {
    width: 270px;
  }
  .stat-tile img {
    width: 270px;
    padding-top: 45px;
  }

  .abyss2 {
    display: none;
  }

  .abyss-space {
    display: none;
  }

  .top-p {
    padding-top: 15px;
  }

}

@media only screen and (min-width: 550px) and (max-width: 650px) {
  .gallery {
    max-width: 100%;
    position: sticky;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: #770737;
    color: #FA8072;
    }
  
    .gallery img {
    width: 50%;
    border: 4px solid #EC5578;
    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;
  }

  .footer {
  margin-left: 0;
  background-color: #770737;
}

  .footer p {
  color: #FA8072;
}

.blog-container {
  background-color: #770737;
}
  
  .blog-subscribe {
    margin: 0;
    max-width: 100%;
  }
  
  h1 {
    max-width: 90%;
    align-items: center;
  }
  
  header {
    text-align: center;
  }

  .form {
    margin: 0;
    color: #FA8072;
    background-color: #770737; 
  }
  
  p {
  
  }

  .ascender {
    width: 100%;
  }

  .linkedin {
    width: 100%;
  }

  .linkedin img {
    position: center;
  }

  .ascender img {
    position: center;
  }

  .content {
    background-color: #770737;
    color: #FA8072;
    width: 100%;
    max-width: 100%;
  }
  
  body {
    width: 100%;
  }

  .blog-subscribe{
    background-color:#770737;
    display: none;
  }

  .abyss {
    flex-grow: 1;
  }

  .abyss p {
    padding-left: 0;
    font-size: 12px;
  }

  .stat-tile {
    width: 360px;
  }

  .abyss2 {
    display: none;
  }

  .abyss-space {
    display: none;
  }

  .top-p {
    padding-top: 80px;
  }

}

@media only screen and (min-width: 651px) and (max-width: 850px) {
  .gallery {
    max-width: 100%;
    position: sticky;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: #770737;
    color: #FA8072;
    }
  
    .gallery img {
    width: 50%;
    border: 4px solid #EC5578;
    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;
  }

  .footer {
  margin-left: 0;
  background-color: #770737;
}

  .footer p {
  color: #FA8072;
}
  
.blog-container {
  background-color: #770737;
}

  .blog-subscribe {
    margin: 0;
    max-width: 100%;
  }
  
  h1 {
    max-width: 90%;
    align-items: center;
  }
  
  header {
    text-align: center;
  }

  .form {
    margin: 0;
    color: #FA8072;
    background-color: #770737; 
  }
  
  p {
  
  }

  .ascender {
    width: 100%;
  }

  .linkedin {
    width: 100%;
  }

  .linkedin img {
    position: center;
  }

  .ascender img {
    position: center;
  }

  .content {
    background-color: #770737;
    color: #FA8072;
    width: 100%;
    max-width: 100%;
  }
  
  body {
    width: 100%;
  }

  .blog-subscribe {
    background-color:#770737;
    display: none;
  }

  .abyss {
    flex-grow: 1;
  }

  .abyss p {
    padding-left: 0;
    font-size: 18px;
  }

  .stat-tile {
    width: 360px;
  }

  .abyss2 {
    display: none;
  }

  .abyss-space {
    display: none;
  }

  .top-p {
    padding-top: 40px;
  }

}


/*Tablet Styles*/
@media only screen and (min-width: 851px) and (max-width: 1050px) {
  .gallery {
    max-width: 100%;
    position: sticky;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: #770737;
    color: #FA8072;
    }
  
    .gallery img {
    width: 50%;
    border: 4px solid #EC5578;
    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;
  }

  .form {
    margin: 0;
    color: #FA8072;
    background-color: #770737; 
  }
  
  p {
  
  }

  .ascender {
    width: 100%;
  }

  .linkedin {
    width: 100%;
  }

  .linkedin img {
    position: center;
  }

  .ascender img {
    position: center;
  }

  .content {
    background-color: #770737;
    color: #FA8072;
    width: 100%;
    max-width: 100%;
  }

  .footer {
  margin-left: 0;
  background-color: #770737;
}

  .footer p {
  color: #FA8072;
}

.blog-container {
  background-color: #770737;
}
  
  body {
    width: 100%;
  }

  .blog-subscribe{
    background-color:#770737;
  }

  .abyss {
    flex-grow: 1;
  }

  .abyss p {
    padding-left: 0;
    font-size: 18px;
  }

  .stat-tile {
    width: 360px;
  }

  .abyss2 {
    display: none;
  }

  .abyss-space {
    display: none;
  }

  .top-p {
    padding-top: 80px;
  }

}

/*Desktop Styles*/
@media only screen and (min-width: 1051px) {
  body {
  }

  .abyss2 {
    display: none;
  }
}
