.bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    color: white;
    padding: 5px 40px 5px 40px;
    z-index: 9999;
}

.red-bg {
    background-color: rgb(130, 0, 0);
}

.green-bg {
    background-color: rgb(0, 130, 0);
}

.blue-bg {
    background-color: rgb(35, 200, 200);
}
html {
  background: #E1B6AD
}
body {
background: #E1B6AD
center top scroll;
color: black;
}

a {color: #0000cc;}
a:visited {color: #880088;}
a:active {color: #8888ff;}

h1 {
font-family: Comic Sans MS;
font-size: larger;
font-weight: bold;
color: rgb(00, 150, 00);
}

h2 {
font-size: larger;
font-weight: bold;
color: rgb(255, 48, 80);
}

h3 {
  font-size: larger;
  color: rgb(20, 48, 80);
}


.stred {
text-align: center;
}

.zahlavi {
font-size: 18px;
font-weight: bold;
}

.zahlavi1 {
font-size: 18px;
color: rgb(97, 87, 85);
font-weight: bold;
background: #B8B4B4
}

.zapati {
color: #666666;
}

.bezokr {
border: 0px;
}

.nadpisy
{
background: grey;
}
.podpisy
{
background: rgb(240, 50, 0);
}
.tabulka {
border:1px solid #C0C0C0;
border-collapse:collapse;
padding:5px;
align: center;
}
.tabulka th {
border:1px solid #C0C0C0;
text-align:center;
padding:5px;

}
.tabulka td {
border:1px solid #C0C0C0;
text-align:center;
padding:5px;
}
#windy {
width: 100%;
height: 300px;
}
.button {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  background-color: #4CAF50;
}
ul {
  list-style-type: none;
  color: white;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
  color: white;
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  color: white;
  background-color: rgb(0, 128, 0);
}

li.dropdown {
  color: white;
  display: inline-block;
}

.dropdown-content {
  color: white;
  display: none;
  position: absolute;
  background-color: #545454;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover { background-color: rgb(0, 128, 0); }

.dropdown:hover .dropdown-content {
  display: block;
}

.active {
  background-color: rgb(0, 135, 0);
}
.bila {
  color: white;
}


a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}
.fa {
  padding: 20px;
  font-size: 70px;
  width: 100px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}
