
  .container {
    position: relative;
    width: 100%;
  }
  
  .image {
    display: block;
    width: 100%;
  }
  .image:hover{
      cursor: pointer;
  }
  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: black;
  }
  
  .container:hover .overlay {
    opacity: 1;
  }
  
  .text {
    color: red;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }
  a{
      text-decoration: none;
      color: red;
  }
  .gallery{
      text-transform: uppercase;
      color: red;
      text-align: center;
      transition: 0.5s;
      animation: head 2s ;
      padding-top: 30px;

  }
  #line{
    width: 20%;
   align-items: center;
    border-color: red;
  }
  @keyframes head {
      0%{opacity: 0; padding-top:0 ;}
      100%{opacity: 1; padding-top:30px ;}
  }
#par{
    color: red;
}
#product{
    color: red;
  }
.head{
    color: #63adf0;
    padding-top: 30px;
    padding-bottom: 100px;
    

}
h3{
    color: white;
}
  /* Center website */
  .main {
    max-width: 100%;
    margin: auto;
  }
  
  h1 {
    font-size: 50px;
    word-break: break-all;
  }
  
  .row {
    margin: 8px -16px;
     padding-top: 29px;
     margin-bottom: 165px;
  }
  
  /* Add padding BETWEEN each column */
  .row,
  .row > .column {
    padding: 8px;
  }
  
  /* Create four equal columns that floats next to each other */
  .column {
    float: left;
    width: 25%;
    padding-top: 29px;
  }
  
  /* Clear floats after rows */ 
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Content */
  .content {
      border: transparent;
    padding: 10px;
  }
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 900px) {
    .column {
      width: 25%;
    }
     ul li a{
        font-size: medium; 
  
  }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column ,.navbar,.icon{
      width: 100%;
    }
    ul li a{
        font-size:medium; 
    }
  }
  @media screen and (max-width: 767px) {
    .column {
      width: 80%;
      align-content: center;
      margin-left: 70px;
    }
     ul li a{
        font-size: medium; 
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column{
      width: 90%;
      padding: 1px;
      margin-left: 19px;
    }
    ul li a{
        font-size: x-small;
    }
    h4{
        padding-left: 2px;
        }
    }