
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);

body {
  font-size: 13pt;
  font-family: 'Raleway', sans-serif;

  abackground-color: green;
}

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: rgb(118, 72, 151);
  background-image: none;
  text-shadow: none;
  color: white;
  border: 0px;
}

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

.navbar-default .navbar-nav > li > a
{
  background-color: rgb(118, 72, 151);
  background-image: none;
  text-shadow: none;
  color: white;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover
{
  background-color: rgb(221, 220, 0);
  background-image: none;
  text-shadow: none;
  color: white;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover
{
  background-color: rgb(221, 220, 0);
  background-image: none;
  text-shadow: none;
  color: white;
}

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

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

.dropdown-menu > li > a:hover {
  text-shadow: none;
  color: white;
  background-color: rgb(221, 220, 0);
  background-image: none;
}

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

/* slideshow */

.carousel-indicators .active {
  background-color: rgb(118, 72, 151);
  border: 1px solid rgb(118, 72, 151);
  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;
}

/* rozhovor */
div.rozhovor {
  background-color: rgb(118, 72, 151);
  color: white;

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

div.rozhovor a {
  color: rgb(221, 220, 0);
}

div.rozhovor h1 {
  font-size: 3em;
  text-align: center;
  color: rgb(221, 220, 0);
}

div.rozhovor h3 {
  font-size: 1em;
  color: rgb(221, 220, 0);
  font-weight: bold;
  margin-top: 0px;
}

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

}

/* kontaktni formular */

div.kontakt {
  background-color: rgb(221, 220, 0);
}

div.kontakt div.obrazek {
  padding: 0px;
}
div.kontakt div.formular {
  apadding: 0px;
}

div.kontakt img {
  width: 100%;
}

div.kontakt p {
  margin: 0px;
  padding-bottom: 20px;
}

div.kontakt h2 {
  font-size: 3em;
  text-align: center;
  amargin-top: 20px;
  color: rgb(118, 72, 151);
}

div.kontakt button {
  margin-bottom: 20px;
}

/* mapa */
div.adresa {
  background-color: rgb(118, 72, 151);
  color: white;
  padding: 50px;
}

div.adresa div.ikony {
}

div.adresa div.mapa {
  padding: 0px;
}

div.adresa div.mapa iframe {
  width: 100%;
  aheight: 400px;
}

/* copyright */
div.copyright {
  background-color: rgb(50, 50, 50);
  color: #acacac;
  padding: 50px;
  text-align: center;
}

div.copyright p {
  margin: 0px;
}

/* info */
div.info {
  background-color: rgb(118, 72, 151);
  color: white;

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

div.info a {
  color: rgb(221, 220, 0);
}

div.info h1 {
  font-size: 3em;
  text-align: center;
  color: rgb(221, 220, 0);
}

div.info h3 {
  font-size: 1em;
  color: rgb(221, 220, 0);
  font-weight: bold;
  margin-top: 0px;
}

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

}

/* vizitky */
div.vizitky div {
  apadding: 0px;
}

div.vizitky div.vizitka-obal {
  padding: 5px 0px 5px 5px;
}

div.vizitky div.vizitka {
  background-color: rgb(118, 72, 151);
  color: white;
  aborder: 1px solid red;
  border-radius: 10px;
  min-height: 300pt;
  padding: 0px;
}

div.vizitky div.vizitka img {
  width: 100%;
  padding: 5px;
  aborder: 1px solid red;
}

div.vizitky div.vizitka h2 {
  font-weight: bold;
  font-size: 1.1em;

}

div.vizitky div.vizitka h3 {
  font-size: 1em;
}

.aequal {
  display: flex;
  display: -webkit-flex;
}
