@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);

body {
  font-size: 13pt;
  font-family: 'Open Sans', sans-serif;
}

a {
  color: rgb(221, 220, 0);
}
a:hover {
  color: rgb(221, 220, 0);
}
a:visited {
  color: rgb(221, 220, 0);
}

.btn {
  background-color: white;
  background-image: none;
  text-shadow: none;
  color: black;
}

/* menu */

.navbar-brand {
  padding-top: 10px;
}

.navbar-fixed-top {
  background-color: #e1dac4;
  background-image: none;
  text-shadow: none;
  color: black;
  border: 0px;
}

.navbar-default {
 -webkit-box-shadow: none;
 box-shadow: none;
}

.navbar-default .navbar-nav > li > a
{
  background-color: #e1dac4;
  background-image: none;
  text-shadow: none;
  color: black;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover
{
  background-color: #d1cab4;
  background-image: none;
  text-shadow: none;
  color: black;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover
{
  background-color: #d1cab4;
  background-image: none;
  text-shadow: none;
  color: black;
}

.dropdown-menu {
  background-color: #e1dac4;
  background-image: none;
}

.dropdown-menu > li > a {
  text-shadow: none;
  color: black;
}

.dropdown-menu > li > a:hover {
  text-shadow: none;
  color: black;
  background-color: #d1cab4;
  background-image: none;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 25px;
}

/* slideshow */

.carousel-indicators .active {
  background-color: #e1dac4;
  border: 1px solid #e1dac4;
  width: 15px;
  height: 15px;
}

.carousel-indicators li {
  background-color: white;
  border: 1px solid white;
  width: 15px;
  height: 15px;
  margin: 0px;
}

.carousel-caption {
  color: white;
  font-weight: bold;
  font-size: 18pt;
  padding-bottom: 50px;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    height: 75vh;
    width: 100%;
    object-fit: cover;
}

.carousel-caption p {
  background: rgba(0, 0, 0, 0.5);
}
/* copyright */
div.copyright {
  background-color: rgb(50, 50, 50);
  color: #acacac;
  padding: 20px;
  text-align: center;
}

div.copyright p {
  margin: 0px;
}

/* info */
div.info {
  background-color: #ffffff;
  color: black;

  padding: 20px 50px 20px 50px;
}

div.info a {
  color: #acacac;
}

div.info li {
padding-bottom: 10px;

}

div.info h1 {
  font-size: 3em;
  text-align: center;
  color: #acacac;
}

div.info h2 {
  font-size: 2em;
  text-align: left;
  color: #acacac;
 font-weight: bold;
margin-top: 0px;
  margin-bottom: 10px;
}

div.info h3 {
  font-size: 1em;
  color: #acacac;
  font-weight: bold;
  margin-top: 0px;
}

div.info p {
  margin-bottom: 20px;

}


/* pata */
div.pata {
  background-color: #e1dac4;
  color: black;
}

div.pata a {
  aaacolor: #9c9c9c;
  color: #444;
  font-weight: bold;
}

div.pata h1 {
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
  color: black;
}

div.pata p {
  margin-bottom: 20px;
}

div.pata div  {
 text-align: center;

}
div.doba table {
  width: 90%;
}
