body{
  font: 15px/1.5 Arial Helvetica, sans-serif;
  padding:0;
  margin:0;
  background-color:#ccc;
}

/* Global */
.container{
  width:80%;
  margin:auto;
  overflow:hidden;
}

ul{
  margin:0;
  padding:0;
}

a{
  text-decoration:none;
}

.prekes{
  margin-top:20px;
}

.prekes .container h1{
  margin-top:0px;
}

.dark{
  padding:15px;
  background:#35424a;
  color:#ffffff;
  margin-top:10px;
  margin-bottom:0px;
  text-align:center;
  font-size:17px;
}

#highlight2{
  color:#e8491d;
  font-weight:bold;
}


/* Header **/
header{
  background:#35424a;
  color:#ffffff;
  padding-top:30px;
  min-height:70px;
  border-bottom:#e8491d 3px solid;
}

header li a{
  color:#ffffff;
  text-decoration:none;
  text-transform: uppercase;
  font-size:16px;
}

header li{
  float:left;
  display:inline;
  padding:0 20px 0 20px;
}

header #branding{
  float:left;
}

header #branding h1{
  margin:0;
}

header #branding p{
  font-size:33px;
  margin:0;
}

header nav{
  float:right;
  margin-top:10px;
}

header .highlight, header .current a{
  color:#e8491d;
  font-weight:bold;
}


header li a:hover{
  color:#cccccc;
  font-weight:bold;
}

header #logo{
  margin:0;
  font-size:30px;
  font-weight: bold;
}

/* navbar */

header ul ul{
  position: absolute;
  display: none;
}

header li:hover ul{
  display:block;
}

/* Showcase */
#showcase{
  min-height:400px;
  background:url('../img/showcase.jpg') no-repeat 0;
  text-align:center;
  color:black;
}

#showcase h1{
  margin-top:100px;
  font-size:55px;
  margin-bottom:10px;
}

#showcase p{
  font-size:20px;
  color:black;
}

#showcase2 {
  min-height:400px;
  background:url('../img/showcase.jpg') no-repeat 0;
}

#showcase3 {
  min-height:400px;
  background:url('../img/showcase2paslaugos.jpg') no-repeat 0;
}

#showcase4 {
  min-height:400px;
  background:url('../img/showcase4.jpg') no-repeat 0;
}


/* galery */

.galery{
  width:95%;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(150px, 1fr));
  justify-items:center;
  grid-gap:5px;
  grid-row-gap:0px;
  }

.galery img{
  width:150px;
  padding:5px;
  filter:grayscale(100%);
  transition:1s;
  }

.galery img:hover{
  filter:grayscale(0);
  transform:scale(1.12);
}

.galery a{
justify-items:auto;
}

/* banner */

.banner{
  padding:15px;
  background:#e8495d;
  text-align:center;
  margin-top:15px;
}

.mistakes h3{
  margin-left:15px;
}

.sample{
  min-height:200px;

}

.sample img{
  width:120px;
  height: 120px;
}



/* Newsletter */
#contacts{
  color:#ffffff;
  background:#35424a
}

#contacts h3{
  float:left;
  font-size: 25px;
}

#contacts h2{
  float:right;
  color:#e8491d;
  font-size:40px;
}


/* Boxes */

#boxes{
  margin-top:20px;
}

#boxes .box{
  float:left;
  text-align: center;
  width:30%;
  padding:10px;
}

#boxes .box img{
  width:115px;
}

/* main-col */
#main-col{
  text-align:center;
}

#main-col h1{
  font-size:35px;
  margin-bottom:10px;
}


footer{
  padding:20px;
  color:#ffffff;
  background-color:#e8491d;
  text-align: center;
}

/* Media Queries */
@media (max-width: 768px){
header #branding,
  header nav,
  header li,
  #boxes .box{
  float:none;
  text-align:center;
  width:100%;
  }

  header{
    padding-bottom:20px;
  }

  #showcase h1{
    margin-top:40px;
  }

.galery{
  grid-template-columns:repeat(auto-fill, minmax(75px, 1fr));
}

.galery img{
width:75px;
}

}
