
html, body{
  font-family: 'Rowdies', cursive;
  margin: 0px;
  padding:0px;
}
nav{
  width: 100%;
  height: 60px;
  background-color: #001B26;

}
a {
  color: inherit;
  text-decoration: none; /* no underline */
}
.lang{
  width: 120px;
  float: right;
  padding: 15px;
}
.contactForm{
  width: 55%;
  margin: 0px auto;

}
.contactForm label{
  font-size: 24px;
  padding-bottom: 10px;
}
.podaci{
  text-align: right;
}
.about p{
  font-size: 24px;
  text-align: center;
}
.about{
  width: 60%;
  margin: 0px auto;
}
.contactForm input{
  font-size: 24px;
  width: 100%;
}
.form-group{
  margin-bottom: 20px;
}
.contactForm textarea{
  font-size: 24px;
  width: 100%;
}
.lang span{
  color: white;
  text-transform: uppercase;
  padding: 3px;
}
.menu{
  width: 100%;
  float: left;
  height: 80px;
}
.menuItems{
  float: left;
  width: 80%;
}
.menuItems img{
  margin-left: 30%;
  width: 100px;
  padding: 6px;
  float: left;
  border-right: 5px solid white;
}
.menuItems span{
  font-weight: 700;
  color: #FFCE00;
  text-transform: uppercase;
  font-size: 30px;
  padding: 0px 10px;
  line-height: 60px;
  vertical-align: middle;
  margin-left: 40px;
}
.menuItems span:hover{
  border-bottom: 3px solid #6AC0DB;
  cursor: pointer;
}
.mainScreen{
  float: left;
  height: 80vh;
  width: 100%;
  background: url('../images/home_pozadina-01.jpg');
  background-size: cover;
}
.imageSlider{
  width: 50%;
  height: 500px;
  border-radius: 20px;
  margin: 0px auto;
  margin-top: 50px;
  background-color: white;
}
.imageSlider img{
  margin-left: 30px;
  width: 70%;
}
#descRotate{
  text-align: center;
  margin:0px !important;
}
 .right:hover{
  box-shadow: inset 0px 0px 14px 0px black;
transition: all 0.4s ease-in-out;
}
.left:hover{
  box-shadow: inset 0px 0px 14px 0px black;
  transition: all 0.4s ease-in-out;
}
.left{
  border: 1px solid black;
  height: 460px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  line-height: 460px;
  float: left;
  vertical-align: middle;
  font-size: 50px;
  color: black;
  cursor: pointer;
  padding: 20px;
}
.right{

  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid black;
  height: 460px;
  line-height: 460px;
  float: right;
  vertical-align: middle;
  font-size: 50px;
  color: black;
  cursor: pointer;
  padding: 20px;
}
.title{
  font-size: 30px;
  color: #FFCE00;
  text-transform: uppercase;
  text-align: center;
}
.modules{
  width: 60%;
  margin: 0px auto;
  height: 200px;

}
.module{
  padding: 12px;
  width: 30.33%;
  float: left;
  height: 200px;
}
.container{
  width: 100%;
  float:left;
  height: 93vh;

}
.innerContainer{
  border-radius: 20px;
  width: 80%;
  margin: 0px auto;
  margin-top: 90px;
  display: block;
  background-color: white;
  height: 80vh;
  padding: 10px;
  overflow-y: scroll;
}
.innerContainer hr{
  padding: 15px;
  width: 90%;
  border-style: solid;
  border: none;
  border-top: 3px solid black;
}
.innerContainer h3{
  background-color: #001B26;
  text-align: center;
  color: #FFCE00;
  width: 120px;
  padding: 8px;
  margin-left: 100px;
  font-weight: 700;
}
.innerContainer img{
  width: 60%;
  float: left;
}
.innerContainer p{
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  font-weight: 700;
  padding: 20px;
}
.sidetext{
  float: left;
  width: 35%;
  margin-bottom: 24px;
}
.sidetext p{

  font-size: 18px;
  font-weight: 700;
}
h2{
  text-align: center;
  font-size: 26px;
  color: #001B26;
  padding: 10px;
  font-weight: 700;
}
.moreDetails{
  width: 120px;
  height: 40px;
  background-color: #FFCE00;
  float: right;
}
.moreDetails:hover{
  color: black;
  background-color: white;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.productPartImage{
  margin-left: 0px !important;
  width: 100% !important;
  float: left;
}
 .half{
  width: 50%;
  float: left;
}
.half h4{
  width: 60%;
  margin: 0px auto;
  background-color: blue;
  color: yellow;
  font-size: 30px;
  text-align:center;

}
.singlePart{
  float:left;
  width: 100%;
}
.boldedPara{
  margin-left: 140px !important;
  text-align: left !important;
}
.half ul{
  margin-left: 140px;
}
.half li{
  font-size: 20px;
  list-style: circle;
}
