/*!
Theme Name: Nnauja tema
Theme URI: http://underscores.me/
Author: Ernestas
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nnauja-tema
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Nnauja tema is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
body {
	margin: 0;
	padding: 0;
	font-family: "Roboto", sans-serif;
  }
  a {
	text-decoration: none;
  }
  p {
	line-height: 25px;
  }
  header {
	background-color: rgb(126 155 195);
  }
  .logo img {
	max-width: 150px;
	height: auto;
	margin-left: 20px;
  }
  .head {
	max-width: 1100px;
	margin: auto;
	display: grid;
	grid-template-columns: 30% 70%;
  }
  .mobile {
	display: none;
  }
  .menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
  }
  .menu ul li {
	display: inline-block;
  }
  .menu {
	text-align: right;
  }
  .mebileTel {
	display: none;
  }
  .menu ul li a {
	color: black;
	padding: 20px;
	display: block;
	font-size: 18px;
  }
  .menu ul li a:hover {
	background: rgba(255, 255, 255, 0.3);
  }
[aria-current] { 
	background: rgba(255, 255, 255, 0.3);
  }
  .snow-foto {
	background: url("https://sniegokasimas.lt/styles/3d-christmas-snowy-landscape.jpg") no-repeat top center;
	display: block;
	height: 450px;
	background-size: 100% 100%;
	position: relative;
  }
  .moto {
	position: absolute;
	top: 15%;
	font-size: 50px;
	color: black;
	left: 10%;
  }
  .container {
	max-width: 1100px;
	margin: auto;
	position: relative;
  }
  main {
	padding: 30px 0;
	background: #d8e0e9;
	border-top: 2px solid #96a8ca;
  }
  .content {
	display: grid;
	grid-template-columns: 1fr 1fr;
  }
  .trumpa-paslauga {
	padding: 10px;
	text-align: justify;
  }
  .trumpa-paslauga h1 {
	text-align: left;
  }
  .paslaugu-foto {
	text-align: center;
  }
  .contact {
	padding: 20px;
  }
  .form {
	margin: 20px;
  }
  input,
  textarea {
	padding: 10px;
	margin: 10px 0;
	width: 100%;
	box-sizing: border-box;
  }
  
  button {
	padding: 10px;
	background-color: #4caf50;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
  }
  footer {
	background-color: rgb(103, 103, 103);
	text-align: center;
	padding: 10px 0;
	color: white;
	font-size: 16px;
  }
  .patarimas {
	display: flex;
	margin: 10px;
  }
  
  .pFoto {
	max-width: 400px;
  }
  
  .pFoto img {
	max-width: 100%;
	height: auto;
  }
  
  .tekstas {
	padding: 0 20px;
  }
  
  .tekstas h3 {
	margin: 0;
  }
  .contact p {
	font-size: 23px;
	line-height: 30px;
  }
  .trumpa-paslauga ul {
	font-size: 20px;
	line-height: 25px;
  }
  .trumpa-paslauga p {
	font-size: 20px;
	line-height: 28px;
  }
  
  @media screen and (max-width: 767px) {
	.head,
	.content {
	  grid-template-columns: 1fr;
	}
	.paslaugu-foto img {
	  max-width: 90%;
	  height: auto;
	  margin: auto;
	  text-align: center;
	}
	.trumpa-paslauga {
	  padding: 25px;
	}
	.menu ul li {
	  display: block;
	}
	.open {
	  background: url(https://sniegokasimas.lt/styles/m.png) no-repeat center center;
	  display: block;
	  height: 50px;
	  background-size: 100% 70%;
	}
	.close {
	  background: url(https://sniegokasimas.lt/styles/c.png) no-repeat center center;
	  height: 50px;
	  background-size: 100% 70%;
	}
	.mobile {
	  background-color: #bbdbdb;
	  display: block;
	  width: 50px;
	  height: 50px;
	  position: absolute;
	  top: 5px;
	  right: 15px;
	}
	.bemeniu {
	  display: none;
	}
	.show {
	  display: block;
	}
	.mebileTel {
	  padding: 10px 0;
	  display: block;
	  max-width: 100%;
	  margin: auto;
	  font-size: 30px;
	  background: rgb(139, 146, 154);
	  position: fixed;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  text-align: center;
	  transition: 1s linear;
	}
	.moto {
	  left: 15px;
	}
	.moto p {
	  line-height: 60px;
	  margin: 10px 10px;
	}
	.patarimas {
	  margin-left: 25px;
	}
  }
  