* {
  box-sizing: border-box;
}
.item2 {
  display: inline-block;
  border:1.75px solid grey;
  background-color: #00000;
  border-radius: 15px;
  box-shadow: 0px 0px 2px 2px white;*/
  width: 100%;
  margin-bottom:20px;
  /*padding-bottom:70px;*/


}



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


}
.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);
}

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

/* Media Query for changing grid on bigger screens*/

/* Bigger than Phones(tablet) */
@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);
  }
}


@media only screen and (max-width: 1285px) {
   .about {
      padding-left: 5%;
      padding-right: 5%;
   }
  
    
     .img-grid {
      padding-left: 5%;
      padding-right: 5%;
   }
 
  
     .header-image {
      padding-left: 5%;
      padding-right: 5%;
   }
  
  
  
  
  
}




@media only screen and (max-width: 500px) {
   .about {
      padding-left: 5%;
      padding-right: 5%;
   }
  
  
     .img-grid {
      padding-left: 5%;
      padding-right: 5%;
   }
  
  
  
.player {
   margin-left: 5%;
   margin-right: 5%;
}
 


     /*top: 20px;
    left: 20px;*/
}


  
    
     .header-image {
      padding-left: 5%;
      padding-right: 5%;
   }
  










.player {
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
  border:1.75px solid grey;
  margin-bottom: 40px;
}


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


}


/* on PC */
@media screen and (min-width: 550px) {
  .featured-image {
    float: left;
    width: 30%;
    /*padding-top:60px; */
    display: grid;
    align-items: center;
    height: 500px;
    /*border: 2px solid #006100;*/

    place-items:center;
    padding-left: 30px;
    padding-right: 15px;


  }
  .featured-image img {
    width: 100%;
    border-radius: 10px;
    
  }
  
  .featured-image img:hover {
  opacity: .8;
  transition: all 0.3s linear;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);


}
  
  
  .header-description {
    float: left;
    text-align: center;
    width: 70%;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    line-height:1.5;
    color: #19354b;
    font-size:20px;
    font-weight:bold;


  }
  
  
  .featured-image-2 {
    float: right;
    width: 30%;
    /*padding-top:60px; */
    display: grid;
    align-items: center;
    height: 500px;
    /*border: 2px solid #006100;*/

    place-items:center;
    padding-left: 15px;
    padding-right: 30px;

  }
  .featured-image-2 img {
    width: 100%;
    border-radius: 15px;
    
    
      }




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

  
    }
  
  
  

  }
  
  
  .description {
    text-align: center;
    width: 100%;
    padding-top: 15px;
    padding-left: 10px;
    padding-bottom: 30px;
    padding-right: 15px;
    line-height:1.75;
    font-size:32px;
    font-weight:normal;
    color: #000000;


  }
  
  
  
  
  
}
/* on Mobile */
@media screen and (max-width: 550px) 
  .featured-image {
    width: 100%;
  }
  .featured-image img {
    width: 100%;
    border-radius: 15px;

  }
  
    }
  .featured-image-2 img {
    width: 100%;
    border-radius: 15px;

  }


  .header-description {
    text-align: center;
    color: #06466E;
    font-size:30px;
    font-weight:bold;
    padding-top:30px;




  }



  
  .featured-image-2 img {
    width: 100%;
    border-radius: 15px;

  }

  .description {
    width: 100%;
    padding-top: 30px;
    font-size:18px;


  }


}






.highlight-container {
  background: #EBEBEB;
  padding: 25px 20px;
  color: #EBEBEB;
  text-align: left;
}











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

}

.button {
  display: inline-block;
  padding: 17px 32px;
  background: rgba(255, 199, 44, 1);
  border: 0;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 3px;
  padding-bottom:15px;
}

  .button:hover {background: rgba(56, 205, 255, 1);
    
      color: #ffffff;

    
  }




hr.new1 {
  border-top: 1px solid #a8a8a8;
  width:60%;
  margin-top: 30px;
  margin-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;


    
}



  .header-image img {
    width: 100%;
    border-radius: 15px;
    

}

.about {
  padding-top: 20px;
  font-size: 18px;
  line-height:1.75;
  text-align: left;

}




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




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


  
  
}
*/

.category-section {
    /* Make the caption a block so it occupies its own line. */
    text-align: center;
    display:row;
    padding-top: 15px;
    padding-bottom: 15px;


}

.category-section h1, h2 {
    /* Make the caption a block so it occupies its own line. */
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
  display:row;


}



.category-description {
    /* Make the caption a block so it occupies its own line. */
  font-size: 30px;
  line-height: 1.5;
  padding-top: 28px;
  font-weight: bold;
    text-align: center;
    display:row;


}


.intro {
    /* Make the caption a block so it occupies its own line. */
  font-size: 48px;
  line-height: 1.5;
  margin-bottom: 60px;
  text-align: center;
  display:row;


}


hr.new1 {
  border-top: 1px solid #a8a8a8; 
 margin-top: 30px;
  width:75%;
  
}



.box{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width:38rem;
    min-width:36rem;
    margin-top: 15px;  
    margin-left: 15px;    
    margin-right: 15px;    
    margin-bottom: 30px;
    text-align: center;
  border: 2px ridge #e0e0e0;
   border-radius: 5px; 
   /* background-color: #f0f1f6; */

  
  

  

}

.caption {
    /* Make the caption a block so it occupies its own line. */
    max-width:32rem;
    min-width:28rem;
    margin: 10px;
  font-size: 22px;
  line-height: 1.25;
  padding-bottom: 30px;
    text-align: center;
    display:row;


}

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


}


.buttons {
  display: flex;
  justify-content: center;
  width: 100%;

}

.button {
  display: inline-block;
  padding: 19px 54px;
  width: 100%;
  background: rgba(255, 199, 44, 1);
  border: 0;
  letter-spacing: 2px;
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 3px;
  border-radius: 5px; 


  
}

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


    
  }


  
 



@media (max-width: 50%) {




  .button {
    padding: 28px 24px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #ffffff;

  }


.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;

    
}
.box img{
    width:100%;
    height:auto;
    border-radius: 15px;
    box-shadow: 0px 0px 2px 2px grey;
    margin-top: 5px;  



 
}

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


  
  
}


.box{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width:36rem;
    min-width:34rem;
    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:32rem;
    min-width:28rem;
    margin: 10px;
  font-size: 22px;
  line-height: 1.5;
    text-align: center;
    display:row;


}

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


}


