.image-container img {
  max-width: 100%;
  border-radius: 15px;
  border: 2px solid #57585A;
  margin-bottom: 40px;


}

/*

p.spacer {
  line-height:.75;
}

*/

.intro p, .body-block p {
  padding-bottom: 20px;
}


/* Create three equal columns that floats next to each other */
.table-column {
  float: left;
  width: 50%;
  padding: 10px;
  font-size: 16px;

}


.table-row h2 {
  text-align: left;
  font-weight: bold;
  padding-bottom: 10px;


}

/* Clear floats after the columns */
.table-row:after {
  content: "";
  display: table;
  clear: both;
}


.item {
  font-size: 18px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  line-height:1.5;

}


.flex {
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
}

.noflex-outer {
  text-align: center;
}

.noflex-inner {
  display: inline-block;
}

dv.noflex-outer-aligned {
  text-align: center;
}

.noflex-inner-aligned {
  display: inline-block;
  text-align: left;
  line-height:2.5;
  font-size:20px;
  columns:2;

}




  .header-title {

    color: #19354b;
    display:flex;
    justify-content: center;
    text-align: center;
    line-height: 1.25;
    flex-wrap: wrap;
    font-size:30px;
    font-weight:bold;
    padding-top: 60px;
    padding-bottom: 40px;



  }


.section-header {
    /* Make the caption a block so it occupies its own line. */
    max-width:28rem;
    min-width:18rem;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 26px;
    color: #19354b;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    display:row;


}


.container-elements-2{
    display:flex;
    flex-direction: row;
    justify-content: center;
      align-items: center;
    flex-wrap: wrap;
    /*border:1.75px solid grey;*/
    border: 1px solid #57585A;

  border-radius: 15px;
  box-shadow: 0px 0px 2px 2px white;*/

    width:100%;
    align-items: flex-start;
    background-color: #fff; 


    
}



.image-container img:hover {
  opacity: 0.5;
  cursor: pointer;
    opacity: .85;
  transition: all 0.3s linear;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.img-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
 
}

 .video-size {
  /*aspect-ratio: 16 / 9;*/
  height: 520px;
  width: 100%;
  border-radius: 15px;

}


.category-section h1 {
    /* Make the caption a block so it occupies its own line. */
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 30px;
  /* color: #7B7674; */
  text-align: center;
  display:row;

}


.category-section h1 a {
    color: #000000;
    text-decoration: none;

}



.category-section h1 a:hover {
    color: #70c4ec;

}





.intro h2 {
 font-weight:bold;
 text-align:center;
 padding-top: 15px;

}

.body-block h2 {
    color: #06466E;
    font-weight: bold;
    text-align: left;
    font-size: 28px;
    padding-bottom: 10px;


}


.body-block h3 {
    color: #06466E;
    font-weight: bold;
    text-align: left;
    font-size: 28px;

}


.body-block h4 {
    padding-top: 15px;

}



.body-block ul {
    text-align: left;
    padding-left: 40px;
    padding-top: 20px;
}

.body-block li {
    text-align: left;
    padding-bottom: 30px;
}


hr.new1 {
  border-top: 2px solid #d3d3d3;
  /*border-top: 2px solid #b6b6b6;*/
  width:60%;
  margin-top: 20px;
  margin-bottom: 60px;
  
}

.header-container {
  position: relative;
  display: inline-block;
  width:100%;

}

/* Style the image */
.header-container img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;

}

.container-elements h1 {
    font-size: 28px;

}

.container-elements img {
    border: 3px solid #57585A;

}


.container-elements h1 a {
    font-size: 28px;
    color: #000000;
    text-decoration: none;

}



.container-elements h1 a:hover {
    font-size: 28px;
    color: #70c4ec;

}



.outro h2 {
    color: #19354b;
    font-weight:bold;
    font-size:28px;
    padding-bottom: 10px;

}



.container-elements{
    display:flex;
    flex-direction: row;
    justify-content: center;
      align-items: center;
    flex-wrap: wrap;
    /* border:1px solid black; */
    width:100%;
    align-items: flex-start;
    
}
.product-image img{
    width:100%;
    height:auto;
    margin-top: 15px;
    /*border-radius: 15px;
    width: 90%;
    box-shadow: 0px 0px 2px 2px grey;*/


 
}


.features-image img{
    width:100%;
    height:auto;
    margin-top: 15px;
    border-radius: 15px;
  
    /*box-shadow: 0px 0px 2px 2px grey;*/


 
}


.product-image img:hover {
  opacity: .85;
  transition: all 0.3s linear;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);


  
  
}



.product-image-2 img{
    width:100%;
    height:auto;
    margin-top: 15px;
    border-radius: 15px;

}


.product-image-2 img:hover {
  opacity: .85;
  transition: all 0.3s linear;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);


  
  
}



p.questions {
  padding-top: 40px;
  padding-bottom:15px;
  text-align:center;
  font-size:48px;
  line-height: 1.5;


}




.box{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width:34rem;
    min-width:30rem;
    margin-top: 15px;  
    margin-left: 25px;    
    margin-right: 25px;    
    margin-bottom: 45px;
    text-align: center;
   /*border:1px solid grey; */ 
   border-radius: 15px;
 
}



.box-2{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width:28%;
    min-width:28%;
    margin-top: 15px;  
    margin-left: 25px;    
    margin-right: 25px;    
    margin-bottom: 45px;
    text-align: center;
   /* border:1px solid grey;
   border-radius: 15px; */
   /* background-color: #f0f1f6; */

  
  

  

}


.caption {
    /* Make the caption a block so it occupies its own line. */
    max-width:96%;
    /*min-width:44rem;*/
    margin: 10px;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    display:row;
    padding-top: 15px;
    padding-bottom: 15px;

}


.product-header {
    /* Make the caption a block so it occupies its own line. */
    max-width:28rem;
    min-width:18rem;
    margin: 10px;
  font-size: 24px;
  line-height: 1.5;
    text-align: center;
    display:row;


}



  .header-image img {
    width: 100%;
    border-radius: 15px;
    /*box-shadow: 0px 0px 2px 2px grey; */
    margin-bottom: 5px;



}
/*
  .header-image img:hover {
  opacity: .8;
  transition: all 0.3s linear;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
*/




.buttons {
  display: flex;
  justify-content: center;

}

.button {
  display: inline-block;
  padding: 17px 32px;
  background: rgba(102, 142, 164);
  border: 0;
  letter-spacing: 2px;
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 3px;
  /*margin-top:15px;*/
  margin-bottom:18px;
}

  .button:hover {background: rgba(56, 205, 255, 1);
    
      color: #ffffff;
      transition: all 0.2s linear;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);


    
  }



.intro {
  font-size: 19px;
  line-height: 1.25;
  h2 color: #eb892c;
  text-align: left;

}

.body-block {
  padding-top: 5px;
  padding-bottom: 30px;
  font-size: 19px;
  line-height: 1.25;
  h2 color: #eb892c;
  text-align: left;

}


.outro {

  padding-bottom: 60px;
  font-size: 18px;
  line-height:1.75;
  text-align: left;

}


@media only screen and (max-width: 1285px) {
   .outro {
      padding-left: 5%;
      padding-right: 5%;
   }
  
     .intro {
      padding-left: 5%;
      padding-right: 5%;
   }
  
     .body-block {
      padding-left: 5%;
      padding-right: 5%;
   }
    
    .box{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width:90%;
  
}
  
}




@media only screen and (max-width: 500px) {
   .intro {
      padding-left: 5%;
      padding-right: 5%;
   }
  
   .body-block {
      padding-left: 5%;
      padding-right: 5%;
   }
  
  
   .table-column {
    width: 100%;
    float: center;
  }
  
   .table-row {
    max-width: 100%;
   padding-left: 2.5%;
   padding-right: 2.5%;


  }
  
   .video-size {
  /*aspect-ratio: 16 / 9;*/
  height: 220px;
  max-width: 90%;
  display: block;
  margin: auto;
     }
  
     .img-grid {
      padding-left: 5%;
      padding-right: 5%;
   }
  
  
     .outro {
      padding-left: 5%;
      padding-right: 5%;
   }
  
     .category-section {
      padding-left: 5%;
      padding-right: 5%;
   }
  
    
     .header-container {
      padding-left: 2%;
      padding-right: 2%;
   }
  
  
  .box{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width:90%;
  
}

  .box-2{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width:90%;
  
}
 
}

@media only screen and (min-width: 750px) {
  .img-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
}

/* Bigger than Phones(laptop / desktop) */
@media only screen and (min-width: 970px) {
  .img-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

