@font-face {
  font-family: PrimaryFont;
  src: url(fonts/Roboto/Roboto-Bold.ttf);
}
@font-face {
  font-family: Second;
  src: url(fonts/Roboto/Roboto-Light.ttf);
}
body{
  font-family: PrimaryFont;
  background-image: url(images/grb.jpg), url(images/grb.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left top 150px, right top 150px;
}
.container{
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  background-color: white;
  transition: box-shadow 0.3s ease-in-out;
}
.container:hover{
  box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}
.topnav {
  overflow: hidden;
  background-color: #123764;
  width: 70%;
  margin-right: 15%;
  margin-left: 15%;
}

.topnav a {
  float: left;
  color: #FFDD00;
  text-align: center;
  padding: 12px 16px;
  text-decoration: none;
  font-size: 20px;
  transition: box-shadow 0.3s ease-in-out;
}
.topnav a:hover{
  box-shadow: 0 15px 30px rgba(0,0,0,2);
}

.topnav .icon {
  display: none;
}
.navb{
    margin-left: 12%;
    margin-top: 8px;
}
.navc{
  margin-top: 8px;
}
.header{
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: -10;
    position: relative;
    text-align: center;
  }
  .top-left {
      position: absolute;
      top: 20px;
      left: 16px;
      color: #FFDD00;
      font-size: 35px;
    }
.header img{
    width: 100%;
}
.box{
    background-color: yellow;
}
@media screen and (max-width: 1510px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 1700px) {
  .navb{
      margin-left: 2%;
  }
}
@media screen and (max-width: 1510px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .navb{
      margin-left: 0;
  }
}



@media only screen and (max-width: 1120px){
  body{
      background-image: url(images/grb-left.jpg), url(images/grb-right.jpg);
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: left top 120px, right top 120px;
  }
}
@media only screen and (max-width: 1120px){
  body{
      background-image: url(images/grb-left.jpg), url(images/grb-right.jpg);
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: left top 120px, right top 120px;
  }
}



@keyframes slideInLeft {
  0% {
    transform: translateX(70%);
  }
  100% {
    transform: translateX(0);
  }
}
.top-left {
  animation: 1s ease-out 0s 1 slideInLeft;
  background: #123764;
  padding: 20px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.7);
}

.bottom-right {
  position: absolute;
  bottom: 20px;
  right: 16px;
  color: #FFDD00;
  font-size: 35px;
  padding: 15px;
  animation: 1s ease-out 0s 1 slideInRight;
  background: #123764;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.7);
}
@keyframes slideInRight {
  0% {
    transform: translateX(-70%);
  }
  100% {
    transform: translateX(0);
  }
}

.footer{
  width: 60%;
  background-color: #123764;
  margin-left: 20%;
  color: white;
  margin-top: -16;

}
.left{
  margin-top: 0;
  margin-left: 10%;
}
.footer h3{
  color:#FFDD00
}

@media only screen and (max-width: 850px){
  body{
      background-image: url(images/grb-left.jpg), url(images/grb-right.jpg);
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: left top 120px, right top 120px;
  }

  .topnav{
      width: 100%;
      margin-left: 0px;
      margin-right: 0;
  }
  .header{
      width: 100%;
      margin-left: 0;
  }
  .container{
    width: 100%;
    margin-left: 0;
      margin-right: 0;
  }
  .footer{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .column {
      width: 90%;
      display: block;
      margin-bottom: 20px;
      margin-left: 0;
      margin-right: 10%;
      margin-top: 0;
    }
  
}

@media only screen and (max-width: 1200px){

.top-left{
width: 60%;
font-size: small;
padding: 10px;
}
.bottom-right{
width: 40%;
font-size: small;
padding: 10px;
}

}


/* Float four columns side by side */
.column {
float: left;
width: 30%;
padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.row {margin-left: 5%;
width: 90%;
}


/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}

/* Responsive columns */
@media screen and (max-width: 850px) {
.row{
  width: 100%;
}
.column {
  width: 130%;
  display: block;
  margin-bottom: 20px;
  margin-left: 10%;
}
.card{
  width: 130%;
}
}

/* Style the counter cards */
.card {
padding: 16px;
text-align: center;
}
.bottom-right-img{
border-bottom-right-radius: 50px;
}
.bottom-left-img{
border-bottom-left-radius: 50px;
}
.top-left-img{
border-top-left-radius: 50px;
}
.top-right-img{
border-top-right-radius: 50px;
}
@media screen and (max-width: 1300px) {
.column {
  width: 45%;
  margin-bottom: 20px;
}
.bottom-right-img{
  border-bottom-right-radius: 0px;
}
.bottom-left-img{
  border-bottom-left-radius: 0px;
}
.top-left-img{
  border-top-left-radius: 0px;
}
.top-right-img{
  border-top-right-radius: 0px;
}
}




footer{
width: 60%;
margin-left: 20%;
bottom: 0;
left: 0;
background: #123764 ;
}
footer .content{
max-width: 1350px;
margin: auto;
padding: 20px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
footer .content p,a{
color: #fff;
}
footer .content .boxs{
width: 33%;
transition: all 0.4s ease;
}
footer .content .topic{
font-size: 22px;
font-weight: 600;
color: #fff;
margin-bottom: 16px;

}
footer .content p{
text-align: justify;
}
footer .content .lower .topic{
margin: 24px 0 5px 0;
}
footer .content .lower i{
padding-right: 16px;
}
footer .content .middle{
padding-left: 80px;
}
footer .content .middle a{
line-height: 32px;
}
footer .content .right input[type="text"]{
height: 45px;
width: 100%;
outline: none;
color: #d9d9d9;
background: #000;
border-radius: 5px;
padding-left: 10px;
font-size: 17px;
border: 2px solid #222222;
}
footer .content .right input[type="submit"]{
height: 42px;
width: 100%;
font-size: 18px;
color: #123764;
background: #FFDD00;
outline: none;
border-radius: 5px;
letter-spacing: 1px;
cursor: pointer;
margin-top: 12px;
border: 2px solid #FFDD00;
transition: all 0.3s ease-in-out;
}
.content .right input[type="submit"]:hover{
background: none;
color:  #FFDD00;
}
.button{
  height: 42px;
width: 100%;
font-size: 18px;
color: #123764;
background: #FFDD00;
outline: none;
border-radius: 5px;
letter-spacing: 1px;
cursor: pointer;
margin-top: 12px;
border: 2px solid #FFDD00;
transition: all 0.3s ease-in-out;
}
.button:hover{
  background: #123764;
  border: #123764;
color:  #FFDD00;
}
.content .media-icons a:hover{
border-color: #eb2f06;
}
footer .bottom{
width: 100%;
text-align: center;
color: #FFDD00;
padding: 0 40px 5px 0;
}
footer .bottom a{
color: white;
}
footer a{
transition: all 0.3s ease;
}
footer a:hover{
color: #FFDD00;
}

@media (max-width:1100px) {
footer .content .middle{
  padding-left: 50px;
}
}
@media (max-width:950px){
footer .content .boxs{
  width: 50%;
  margin-left: 0%;
}
.content .right{
  margin-top: 40px;
}
}
@media (max-width:560px){
footer{
  position: relative;
}
footer .content .boxs{
  width: 100%;
  margin-top: 30px;
}
footer .content .middle{
  padding-left: 0;
}
}
@media (max-width:850px){
footer{
  width: 100%;
  margin-left: 0;
}

}
@media (max-width: 550){
footer .content .boxs{
  margin-left: 0;
}
}
select {
  width: 100%;
  margin-top: 10px;
  padding: 16px 20px;
  border: none;
  border-radius: 4px;
  background-color: #123764;
  color: #FFDD00;
}
input{
  width: 100%;
  margin-top: 10px;
  padding: 16px 20px;
  border-style:solid ;
  border-radius: 4px;
  background-color: #123764;
  color: #FFDD00;
}

@media (max-width: 700px){
  table .prva{
    margin-left: 0 ;
  }
}
.druga{
  margin-left: 15%;
}
@media (max-width: 700px){
  table .druga{
    margin-left: -50 ;
  }
}
.dropbtn {
  background-color: #FFDD00;
  color: #123764;
  padding: 16px;
  font-size: 16px;
  font-style: bold;
  border: none;
  width: 300px;
  margin-top: 10px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #123764;
  width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown:hover .dropdown-content {display: block;}
.row1{
  margin-bottom: -20;
  width: 90%;
  margin-left: 3%;
}
.row1 h1{
  color: #123764;
}
.row1{
  color: rgb(35,82,124);
  
}
.row1 h3{
  font-family: Second;
}
.row1 a{
  color: rgb(35,82,124);
  font-style: italic;
  text-decoration: none;
}
