/* fono paveikslas ir puslapio plotis */
body {background-image: url(paveikslai/fonas.jpg);
      width:1024px;
      margin:10px auto;
}

/* unvisited link */
a:link {text-decoration:none;
} 

/* mouse over link */
a:hover {color:#FF00FF;
} 

/* paragrafas */
p {text-align:justify; line-height: 150%;
} 

/* pavadinimas */
h1 {text-align:center; font-size:40px; font-weight: bold; color:rgb(153, 153, 153);
} 

/* meniu punktai */
h2 {text-align:left; font-size: 20px; font-weight: bold; color:rgb(97, 35, 0);
}

 /* Navbar container */
.navbar {
  overflow: hidden;
  font-family: Arial;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 18px;
  font-weight: bold;
  color: black;
  text-align: left;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 18px;
  font-weight: bold;
  border: none;
  outline: none;
  color: black;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #ff6800;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  font-size: 12px;
  font-weight: normal;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Protect phone */
span.rev {
  unicode-bidi:bidi-override; direction:rtl
  }

span.rev.phone:before {
  content:"75821 "
  }
  
span.rev.phone:after {
  content:" 073+ :enohP"
  }