
      body, button, select, input, textarea {
         font-family: 'Comfortaa', cursive;
         font-size: 15px;
      }
      
      body {
         text-align: center;
          
         
      }
      
      h1, h2, h3 {
         font-weight: normal;
      }
      
      select, input, textarea, button {
         border-radius: 7px; 
         padding: 4px;
      }
      
      input {
         width: 300px;
      }
      
      #logo {
         padding-top: 0px;
         margin-bottom: 60px;
         border-bottom: 1px solid gray;
         padding-bottom: 30px;
      }
      
      a {
         text-decoration: none;
         color: #000;
      }
      
      a:hover {
         color: gray; 
      }
      
      
      #nav {
         padding-top: 10px;
         margin-bottom: 60px;
         border-bottom: 1px solid gray;
         padding-bottom: 30px;
      }
      
      #nav a {
         text-decoration: none;
         color: #000;
      }
      
      #nav a:hover {
         color: gray; 
      }
      
      #lng img {
         width: 30px; height: 20px;
         margin: 10px;
      }
      
      #inc {
         width: 100%; height: 1000px;  
         background-image: url("../logo-feet.jpg");
         background-blend-mode: lighten;
         background-repeat: repeat;
      }
      
      img {  }

  

      .image {
        float: left;
        width: 20%;
        /*margin: 0 30px 20px 0;*/
        margin: 0 20px 70px 0;
        position: relative;
      }      

      .imageFit {
         object-fit: scale-down;
         /*border: 0px;
         border-radius: 20px;
         */
         border-radius: 20px;
         height: 200px;
         border: 1px solid gray;
       }

      .listFlag {
         position: absolute; 
         width: 60px; 
         margin-left: -30px;
         top: 10px;
         left: 50%;
         border: 1px solid gray;
      }
       
      .viewImg {
         width: 1000px; border: 1px solid gray;
         border-radius: 20px;
      }
      
      .hr {
         width: 100%; height: 1px;
         border-bottom: 1px solid gray;
         margin-top: 30px;
         margin-bottom: 30px;
      }     

      .h {
         display: none;
      }

      #footer {
         clear: both;
         border-top: 1px solid gray;
         padding-top: 30px;
         font-size: 90%;
         margin-bottom: 30px;
         margin-top: 20px;
         
      }
                 
      .ic {
         clear: both;
      }
      
