body{
  margin: 0;
  padding: 0;
}

header{
  width: 100%;
  height: 100px;
  background-color: rgb(10,42,59);
  padding-left: 18%;
  padding-right: 18%;
}
 .btn1{
  height: 58px;
  background-color: rgb(10,42,59);
  color: rgb(255,255,255);
  border: solid 1px white !important;
  border-radius: 1px;
  margin-top: 21px;
  font-weight: bold;
}
#hamburger{
  display: none;
  margin-top: -45px;
  margin-left: 90%;
  padding-bottom: 30px;
}
header ul{
  margin-top: -50px;
}

header .menu  .menu-item a{
  color: white;
}
header .menu .menu-item a:hover{
  color: rgb(64,155,237);
}
header .menu .menu-item a .dropdown-toggle{
  text-align: center;
}

#myNavbar{
  display: block;
}



content .header2{
  width: 100%;
  height: 40px;
  background-color: rgb(64,155,237);
  color: white;
}
@media (max-width: 800px){
  content .header2{
    height: auto;
    padding: 15px;
  }
}

.header2 h4{
  text-align: center;
  font-weight: bold;
  padding-top: 6px;
}
.header2 h4 .kv1{
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: white;
  margin-left: -12px;
  margin-top: 12px;
}
.header2 h4 .kv2{
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: white;
  margin-left: 5px;
  margin-top: 12px;
}
.sadrzaj{
   width: 64%;
   margin-left: 18%;
   margin-right: 18%;
}

h2{
  text-align: center;
  color: rgb(2,42,58);
  padding-top: 50px;
}
h3{
  text-align: center;
  color: black;
  font-size: 21px;
  padding-top: 15px;
  font-weight: 200;
}
.mapa{
  font-size: 15px;
  color: rgb(128,128,128);
  padding-top: 10px;
  font-weight: bold;
}
.mapa a{
  font-size: 15px;
  color: rgb(128,128,128);
}
.mapa a:hover{
  text-decoration: none;
}
.odeljak1 h2{
  text-align: left;
}
.odeljak2 h2{
  text-align: left;
}
.odeljak2 h3{
  text-align: left;
}

.item{
  font-size: 14px;
  padding: 0;
  margin: 0;
  padding: 15px;
  padding-bottom: 20px;

}
.item:nth-child(1) {
    color: rgb(64,155,237);
}
.item:nth-child(3) {
    color: rgb(64,155,237);
}
.item:nth-child(6) {
    color: rgb(64,155,237);
}
.item:nth-child(8) {
    color: rgb(64,155,237);
}

p{
  font-size: 16px;
  padding-top: 15px;
  font-weight: 100;
}
.odeljak2 img{
 width: 100%;
 margin-bottom: 25px;
}

.newsletter{
  width: 40%;
  height: 270px;
  margin-left: 30%;
  margin-right: 30%;
  margin-top: 85px;
  margin-bottom: 50px;
  background-color: rgb(255,67,81);
  border-radius: 5px;
}
.newsletter h2{
  color: white;
  text-align: left;
  padding: 35px;
}
.newsletter h3{
  color: white;
  text-align: left;
  padding: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.newsletter .email{
  margin-left: 35px;
  width: 90%;
  height: 60px;
  border-radius: 5px;
}
.newsletter .btn1{
  width: 20%;
  height: 58px;
  border-radius: 3px;
  background-color: rgb(10,42,59);
  color: white;
  margin-left: -20%;
  margin-top: -3px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .newsletter{
    width: 60%;
    margin-left: 20%;
    height: auto;
  }
  .newsletter .email{
    width: 80%;
    height: 40px;
    border-radius: 5px;
  }
  .newsletter .btn1{
    width: auto;
    height: 40px;
    margin-left: 35px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 378px) {
  .newsletter h2{
    padding-left: 10px;
  }
  .newsletter h3{
    padding-left: 10px;
  }
  .newsletter .email{
    margin-left: 10px;
  }
  .newsletter .btn1{
    margin-left: 10px;
  }
}

footer{
 width: 100%;
 height: auto;
 background-color: rgb(10,42,59);
 color: white;
 padding-left: 30%;
 padding-right: 30%;
}
footer .item1{
  font-size: 11px;
  padding-top: 25px;
  padding-bottom: 10px;
}
footer h6{
  color: rgb(64,155,237);
}

footer img{
  margin-top: 10px;
  margin-right: 10px;
}
footer .item1:nth-child(4){
  text-align: right;
  margin-top: -15px;
}
@media (max-width: 1600px) {
  footer{
   padding-left: 18%;
   padding-right: 18%;
  }

}
@media (max-width: 768px) {
  footer .item1{
    font-size: 12px;
    padding-top: 25px;
    padding-bottom: 10px;
  }
  footer .item1:nth-child(4){
    text-align: left;
    margin-top: 0;
  }
}
@media (max-width: 1000px) {


  #hamburger{
    display: block;
  }

  .menu{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  .menu-item{
    text-align: center;
  }
  header{
    height: auto;
  }
}
