/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */

   /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    line-height: 1;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

/*=========================================
    Main Styles
    =========================================*/
  body {
      font-family: arial;
      background-image: url(../img/wights.jpg); 
      background-position: center;
      background-size: cover;
      padding-top: 70px;
    }

  .navbar {
      background-color: #333;
      border-radius: 15px;
      border-width:1px 0;
      list-style:none;
      margin:0;
      padding:0;
      text-align:center;
      position: fixed;
      top: 0;
      width: 99%;
      box-shadow: 10px 10px 5px grey;
      height: 50px;
    }

  .navbar li{
    display:inline;
    }

/* Style the links inside the navigation bar */
    .navbar a {
    display:inline-block;
    padding:10px;
    color: #9966ff;
    }

/* Change the color of links on hover */
    .navbar a:hover {
      background-color: #ddd;
      color: black;
    }

/* Add a color to the active/current link */
    .navbar a.active {
      background-color: #9966ff;
      color: white;
    }
    
    .container_logo {
      font-size: 30px;      
      background-image: url(../img/memo.jpg);
      background-size: contain;
      background-size: cover;
      background-position: center;
      color: transparent;
      padding: 15px;
      text-align: center;
      max-width: 300px;
      margin: auto;
      border: 3px solid #ddd;
      border-radius: 15px 50px 30px;
      height: auto;
      box-shadow: 10px 10px 5px black;

          }
    .container_body {
      font-family: "arial black", gadget, sans-serif;
      font-size: 15px;
      color: #ddd;
      background-color: #55245e;      
      text-align: center;
      max-width: 800px;
      margin: auto;
      margin-top: 50px;
      border: 3px solid #ddd;
      border-radius: 15px;
      height: auto;
      box-shadow: 10px 10px 5px black;
      overflow: auto;

       }

       .container_img {
      font-family: "arial black", gadget, sans-serif;
      font-size: 15px;
      color: #ddd;
      background-color: #55245e;      
      text-align: center;
      max-width: 800px;
      margin: auto;
      margin-top: 50px;
      border: 3px solid #ddd;
      border-radius: 15px;
      height: auto;
      box-shadow: 10px 10px 5px black;
      overflow: auto;

       }


       .container_img img{
        max-width: 50%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
       }

       .container_body video {
        z-index: 5;
       }

       table {
        vertical-align: center;
        font-family: arial, sans-serif;
        width: auto;
        border: 1px;
        padding: 5px;
        text-align: center;
        margin:auto;
        margin-bottom: 15px;
        overflow: auto;
       }

       tr{
        height: auto;
        width: auto;
       }

       td {
        align-content: center;
        vertical-align: center;

       }

       td img {
        object-fit: cover;
        object-fit: contain;
        overflow: auto;
        height: auto;
        width: auto;
        text-align: center;
        vertical-align: center;
       }

       .card {
          box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
          transition: 0.3s;
          width: 40%;
          border-radius: 5px;
          margin-left: auto;
          margin-right: auto;
          background-color: #000000;
          margin-bottom: 5px;
          padding: 10px;

        }

        .card img {
          border-radius: 5px 5px 0 0;
        }

        .card_container {
          margin-bottom: 5px;

        }

        .container_card_holder {
          font-family: "arial black", gadget, sans-serif;
          font-size: 15px;
          color: #ddd;
          background-color: #55245a;      
          text-align: center;
          max-width: 600px;
          margin: auto;
          margin-top: 50px;
          border: 3px solid #ddd;
          border-radius: 15px;
          height: auto;
          box-shadow: 10px 10px 5px black;
          overflow: auto;

         }
         .container_card_holder p {
          display: inline;

         }

         ul.products li {
          width: 200px;
          display: inline-block;
          vertical-align: top;

         }

        .card_product {
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          max-width: 300px;
          margin: auto;
          text-align: center;
          font-family: arial;
        }

        .card_product img {
          height: 200px;

        }

        .price_product {
          color: grey;
          font-size: 22px;
        }

        .card_button {
          border: none;
          outline: 0;
          padding: 12px;
          color: white;
          background-color: #000;
          text-align: center;
          cursor: pointer;
          width: 100%;
          font-size: 18px;
        }

        .card_button:hover {
          opacity: 0.7;
        }

    input[type=text], select, textarea {
      width: 100%;
      padding: 12px;
      border: 1px solid #ccc;
      border-radius: 4px;
      box-sizing: border-box;
      margin-top: 6px;
      margin-bottom: 16px;
      resize: vertical;
    }

    input[type=submit] {
      background-color: #4CAF50;
      color: white;
      padding: 12px 20px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
    }

    input[type=submit]:hover {
      background-color: #45a049;
    }

    .container_form {
      margin: 10px;
      border-radius: 5px;
      background-color: #f2f2f2;
      padding: 20px;
    }


    .footer {
      text-align: center;
      color: #ddd;
      margin-top: 50px;
      background-color: #55245e;      
      text-align: center;
      max-width: 300px;
      margin: auto;
      margin-top: 50px;
      border: 3px solid #ddd;
      border-radius: 15px;
      height: auto;
    }