/* -------------Fontovi-------------- */
/*font-family: 'Barlow', sans-serif; h1*/
/*font-family: 'Kanit', sans-serif; h2*/
/*font-family: 'Nunito', sans-serif; p*/
/* ---------------------------------- */
h1 {
  font-family: "Kanit", sans-serif;
}
h2 {
  font-family: "Barlow", sans-serif;
}
p {
  font-family: "Nunito", sans-serif;
}
iframe {
  max-width: 100%;
}
a {
  text-decoration: none;
}
.navbar {
  background-color: rgb(114, 122, 0);
}
.navbar-brand img {
  height: 55px;
}
.navbar-light .navbar-nav .nav-link {
  color: white;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: white;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  background-color: blueviolet;
}
.dropdown-item {
  color: white;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: blue;
}
.form-control{
  background-color: rgb(129, 99, 1);
  border-radius: 20px;
  text-align: center;
  width: 80%;
  color: white;
 
}
.konferenca{
  position: relative;
  background-image: url(../images/computerimage.jpg);
  height: 850px;
  background-repeat:no-repeat ;
  background-size: cover;
  margin-bottom: 20px;
}
#konferenca h1{
  color: rgb(30, 30, 32);
  z-index: 2;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
#highlight{
  position: absolute;
  bottom: 25px;
  left: 15%;
}
#owlkomponente{
  background-color: rgb(91, 102, 109);
  margin-top: 20px;
}
#owlkomponente h1{
  margin-bottom: 70px;
  color: white;
}
#owlkomponente h2{
  background-color: rgb(182, 182, 181);
  
}


