html {
     scroll-behavior: smooth;
}
body {
  margin: 0;
   overflow-x: hidden;
}

a:hover {
    text-decoration: none !important;
}

p {
     font-family: 'Montserrat', sans-serif;
}



.jedan {
     background-image: url(../slike/slider1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
}

.dva {
     background-image: url(../slike/slider2.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
}

.tri {
     background-image: url(../slike/slider3.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
}

.cetiri {
     background-image: url(../slike/slider4.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
}
.naslov p {
    color: white;
    font-family: 'Kaushan Script', cursive;
    font-size: 3vw;
    text-align: center;
}

.naslov {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.naslov2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.naslov2 h1 {
    width: 100%;
    text-transform: uppercase;
    padding-top: 5%;
    color: white;
    font-family: 'Viga', sans-serif;
    font-size: 9vw;
}

.button {
outline:none;
  height: 40px;
  text-align: center;
  width: 150px;
  border-radius:40px;
  background: #FF5F6D;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #FFC371, #FF5F6D);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #FFC371, #FF5F6D); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color:white;
  letter-spacing:1px;
    text-shadow:0;
font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
  cursor: pointer;
  transition: all 0.25s ease;
  }

h2 {
   font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: darkgray;
}

body {
  margin: 0;
}

.topnav {
text-align: right;
position: fixed;
overflow: hidden;
background-color:transparent;
width: 100%;
font-family: 'Viga', sans-serif;
text-transform: uppercase;
padding-right: 3%;
right:px;
top:px;
height: 100px;
transition: 0.5s;
}

  .stupac {
    width: 100%;
    display: block;
  }

#videe {
    width: 100%;
    padding: 5% 5% 5% 10%;
    display: grid;
    color: darkgrey;
    grid-template-rows:auto;
    grid-template-columns:repeat(2,1fr);
    grid-template-areas:
        "text video"
        
}


#videe iframe {
    width: 100%;
    height: 300px;
}
.video {
    width: 100%;
    grid-area:video;
    height: px;
}

.text {
    width: 70%;
    grid-area:text;
    padding-top: 10%;
    text-align: justify;
}

.card {
    padding: 10%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}


.navscroll {
z-index: 9999;
position: fixed;
right: 0;
top: 0;
  overflow: hidden;
 color:pink; 
  width: 100%;
  font-family: 'Viga', sans-serif;
  text-transform: uppercase;
  padding-right: 3%;
    background:lightpink;
    transition: 0.5s;
}

.logonav {
    padding:0% 0% 0% 2%;
    float: left;
}

.top {
    line-height: 60px;
}

.topnav a {
  color: white;
  padding-right: 1%;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  color: #f9e37f;
  text-decoration: none;
}

.active {
  color: white;
}

.topnav .icon {
  display: none;
}

#sekcija1 {
    margin: 0 auto;
    padding-top: 6%;
    padding-bottom: 10%;
    width: 100%;
    height: 500px;
    display: grid;
    grid-template-rows:auto;
    grid-template-columns:repeat(2,1fr);
    grid-template-areas:
        "onamaslika onama"
        ;
}

.onamaslika {
    grid-area: onamaslika;
    width: 50%;
    padding-left: 15%;
}

.onamaslika img{
    width: 130%;
}

.onama {
    width: 60%;
    grid-area: onama;
    padding-top: 2%;
    padding-right: 10%;
    font-family: 'Montserrat', sans-serif;
    color: darkgrey;
    font-size: 15px;
}
#sekcija2 {
    margin: 0 auto;
    padding-top: 5%;
    padding-bottom: 10%;
    width: 100%;
    height: 500px;
    display: grid;
    grid-template-rows:auto;
    grid-template-columns:repeat(4,1fr);
    grid-template-areas:
        "ik1 ik2 ik3 ik4"
        "te1 te2 te3 te4"
        ;
}


#sekcija2 img {
    margin-top: 5%;
     margin-left: 15%;
}

#sekcija2 p {
    text-align: center;
   font-family: 'Secular One', sans-serif;
    text-transform: uppercase;
    color: darkgray;
    font-size: 1.3vw;
    margin-left: -3%;

}

.ik1 {
    grid-area:ik1;
}

.ik2 {
    grid-area:ik2;
}

.ik3 {
    grid-area:ik3;
}

.ik4 {
    grid-area:ik4;
}

.te1 {
    grid-area:te1;
}

.te2 {
    grid-area:te2;
}

.te3 {
    grid-area:te3;
}

.te4 {
    grid-area:te4;
}

h1 {
    color: white;
}

#sekcija3 {
  width: 100%; 
  clear: both;
  background-color: #909090;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
}

.column {
  -ms-flex: 33%; /* IE10 */
  flex: 33%;
  max-width: 34%;
}

.column img {
  vertical-align: middle;
}

.podaci iframe {
    padding: 0;
    margin: 0;
}

.container {
    position: relative;
}


#sekcija5 {
color: white;
clear: both;
background: #FF5F6D;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #FFC371, #FF5F6D);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #FFC371, #FF5F6D); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
height: auto;
padding-bottom: 5%;
position: relative;
width: 100%;
}

.footer {
  width: 100%;
  position: relative;
 padding-top:5%;
    padding-left: 5%;
    
    
}

.footer a {
    text-decoration: none;
}
.footer .col {
  width: 290px;
  height: auto;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 20px 10px 20px;
}


.footer .col h1 {
  margin: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
    color: white;
  font-size: 12px;
  line-height: 17px;
  padding: 20px 0px 5px 0px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.250em;
}
.footer .col ul {
  list-style-type: none;
  padding-right: 5%;
  padding: 0;
}
.footer .col ul li {
  color: white;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  padding: 5px 0px 5px 0px;
  cursor: pointer;
  font-weight: lighter;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
}

.social {
    width: 150px;
}
.social ul li {
  display: inline-block;
  padding-right: 5px !important;
}


.clearfix{
    clear: both;
}


.foot {
    width: 90%;
    clear: both;
    color: white;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.sekcija6 {
    height: auto;
    width: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
}

.sekcija6 img {
    width: 50%;
    float: left;
}

.sekcija6 p {
    width: 40%;
    float: right;
    padding-top: 8%;
    font-family: 'Roboto', sans-serif;
    color: darkgrey;
    font-size: 17px;
    padding-right: 5%;
}

*, *:before, *:after {
  box-sizing: inherit;
}



#sekcija7 {
    text-align: center;
    margin-top: %;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

#sekcija7 .container  {
    text-align: center;
    margin-top: %;
    margin-left: auto;
    margin-right: auto;
    
}
#sekcija7 h1 {
     font-family: 'Viga', sans-serif;
}

#sekcija7 p {
    padding-right: 0%;
     font-family: 'Roboto', sans-serif;
    color: darkgrey;
    font-size: 17px;
}

#sekcija8 p {
    padding: 5% 15% 5% 15%;
     font-family: 'Roboto', sans-serif;
    color: darkgrey;
    font-size: 17px;
    text-align: center;
}

#sekcija8 {
    background-attachment: fixed;
    
}
.stupac {
text-align: center;
  width: 40%;
 display: inline-block;
  margin-bottom: 16px;
  padding: 0;
}

.stupac h2 {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color:grey;
    font-size: 1.5em;
    text-align: center;
}
.card img {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    display: block;
}

.podaci1 {
    display: inline-block;
    width: 30%;
     margin-left: auto;
    margin-right: auto;
    padding: %;
    
}

#sekcija3 img {
    width: 100%;
  vertical-align: middle;
    filter: grayscale(100%);
}


#sekcija3 img:hover {
    filter: grayscale(0%);
    transition: 0.5s;
    }

.podaci {
  width: 100%;
 display: inline-block;
  height: 500px;
}

#sekcija9 {
    width: 100%;
    margin-top: 5%;
}

.iframe {
    width: 100%;
}
.podaci2 {
    margin-top:;
    height: 500px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    width:49%; 
    color:darkgray;
    margin-left: auto;
    margin-right: auto;
    padding: 1% 10% 2% 10%;
}

.podaci2 h4 {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color:grey;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1em;

}

input[type=text], select, textarea {
  width: 95%;
  padding: 5px;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

textarea {
    outline: 0;
    border-width: 0 0 1px;
  border-color: darkgrey;
}

input {
    outline: 0;
    border-width: 0 0 1px;
  border-color: darkgrey;
}

input:focus {
  border-color: #ff5f6d;
}

.pod {  
    color: grey;
    font-family: 'Viga', sans-serif;
    text-transform: uppercase;
    color:grey;
    font-size: 0.8em;
    margin: 0;
}

#video iframe {
    width: 500px;
    height: 350px;
}


@media screen and (min-width: 400px) and (max-width:756px) {
    
    #videe {
    width: 100%;
    padding: 30px;
    display: grid;
    color: darkgrey;
    grid-template-rows:auto;
    grid-template-columns:repeat(1,1fr);
    grid-template-areas:
        "text"
        "video"
        
}
    
  .video  iframe {
    width: 100%;
    height: 350px;
} 
    
    
.video {
    width:90%;
    grid-area:video;
}

.text {
    width: 100%;
    grid-area:text;
    padding-top:;
   text-align: center;
}
 
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
      color: white;
  }
}

@media screen and (min-width: 350px) and (max-width:756px) {
  .topnav.responsive {
      position: fixed;
      background:lightpink;    }
  
    .topnav a.icon {
  padding: 5%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
    
    .face {
        display: none;
    }

    .topnav {
        height: auto;
        z-index: 10000;
        padding-top: 5%;
    }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
  }
    
    #sekcija1 {
    margin: 0;
    padding-top: 8%;
    width: 100%;
    height: 300px;
    display: grid;
    grid-template-rows:auto;
    grid-template-columns:repeat(1,1fr);
    grid-template-areas:
        "onamaslika"
         "onama"
        ;
}
    
.onamaslika {
    display: none;
}


.onama {
    width: 100%;
    margin: 0;
    position: absolute;
    grid-area: onama;
    text-align: center;
    padding-top: 2%;
    font-family: 'Montserrat', sans-serif;
    color: darkgrey;
    font-size: 15px;
    padding: 5%;
}

    #sekcija2 {
    margin-left: 20%;
    padding-bottom: 10%;
    width: 100%;
    height: 500px;
    display: grid;
    grid-template-rows:auto;
    grid-template-columns:repeat(,1fr);
    grid-template-areas:
        "ik1 ik2"
        "te1 te2"
        "ik3 ik4"
        "te3 te4"
        ;
}
    #sekcija2 img {
        width: 100%;
        margin-right: 0;
}

#sekcija2 p {
    display: none;

}
    
#sekcija5 {
text-decoration: none;
padding-bottom: 5px;
color: white;
clear: both;
background: #FF5F6D;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #FFC371, #FF5F6D);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #FFC371, #FF5F6D); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
height:auto;
position: relative;
width: 100%;
}

.footer {
 width: 100%;
 position: relative;
 height: auto;
 padding-top:5%;
}
    
 .pro {
        display: none;
        float: none;
        width: 100%;
    }

.sekcija6 { 
    height: auto;
    width: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
}
.sekcija6 p {
    padding: 5%;
    width: 90%;
    float: none;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    }
    .sekcija6 h1 {
        font-family: 'Viga', sans-serif;
    }
    
    .podaci2 {
    margin-top: 0;
    height: 500px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    width:100%; 
    color:darkgray;
    margin-left: auto;
    margin-right: auto;
    padding: 5% 10% 2% 10%;
}

.podaci2 h4 {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color:grey;
    font-size: 0.8em;

}

input[type=text], select, textarea {
  width: 95%;
  padding: 5px;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

textarea {
    outline: 0;
    border-width: 0 0 1px;
  border-color: darkgrey;
}

input {
    outline: 0;
    border-width: 0 0 1px;
  border-color: darkgrey;
}
    

.row {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column {
  -ms-flex: 100% !important;
  flex: 100% !important;
  max-width: 100% !important;
}

.column img {
    width: 100%;
  vertical-align: middle;
}
    
#sekcija3 img {
    width: 100%;
  vertical-align: middle;
    filter: grayscale(100%);
}


#sekcija3 img:hover {
    filter: grayscale(0%);
    }
input:focus {
  border-color: #ff5f6d;
}

.pod {  
    color: grey;
    font-family: 'Viga', sans-serif;
    text-transform: uppercase;
    color:grey;
    font-size: 0.8em;
    margin: 0;
}

    .podaci1 {
    display: inline-block;
    width: 100%;
     margin-left: 2%;
    margin-right: auto;
    padding: %;
    
}
    

    .naslov p {
    color: white;
    font-family: 'Kaushan Script', cursive;
    font-size:5vw;
    text-align: center;
}

.naslov {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.naslov2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.naslov2 h1 {
    width: 100%;
    text-transform: uppercase;
    padding-top: 5%;
    color: white;
    font-family: 'Viga', sans-serif;
    font-size: 7vw;
}
 
  .stupac {
    width: 100%;
    display: block;
  }


.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.button {
outline:none;
  height: 40px;
  text-align: center;
  width: 140px;
  border-radius:40px;
  background: #FF5F6D;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #FFC371, #FF5F6D);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #FFC371, #FF5F6D); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color:white;
  letter-spacing:1px;
    text-shadow:0;
font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
  cursor: pointer;
  transition: all 0.25s ease;
  &:hover {
    color:white;
    background: $green;
  }
  &:active {
    //letter-spacing: 2px;
    letter-spacing: 2px ;
  }
  &:after {
    content:"SUBMIT";
  }
}

    

}
@media only screen and (max-width: 1139px) {
  .kontenjer .social {
    width: 1000px;
    display: block;
  }
  .social h1 {
    margin: 0px;
  }
    #sekcija8 p {
        padding: 3%;
    }
}
@media only screen and (min-width: 756px) and (max-width: 900px) {
    
    #sekcija7 p {
        font-size: 11px;
    }
    
    #sekcija8 p {
        padding: 3%;
    }
    .pro {
        display: none;
        float: none;
        width: 100%;
    }

.sekcija6 { 
    height: auto;
    width: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
}
.sekcija6 p {
    padding: 5%;
    width: 90%;
    float: none;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    }
     .column {
    -ms-flex: 100% !important;
    flex: 100% !important;
    max-width: 100% !important;
  }
    
    .kontenjer {
    width: 100%;
    margin: 0 auto;
  }
    #sekcija1 {
    margin: 0;
    padding-top: 8%;
    width: 100%;
    height: 300px;
    display: grid;
    grid-template-rows:auto;
    grid-template-columns:repeat(1,1fr);
    grid-template-areas:
        "onamaslika"
         "onama"
        ;
}
    
.onamaslika {
    display: none;
}


.onama {
    width: 100%;
    margin: 0;
    position: absolute;
    grid-area: onama;
    text-align: center;
    padding-top: 2%;
    font-family: 'Montserrat', sans-serif;
    color: darkgrey;
    font-size: 15px;
    padding: 5%;
}
    #sekcija5 {
        height: auto;
        padding-bottom: 5%;
    }
    .footer .col {
    width: 100%;
  }
    
  .footer .col h1 {
    font-size: 14px;
  }
  .footer .col ul li {
    font-size: 13px;
  }
    
      .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
    
 #sekcija1 {
    margin: 0;
    padding-top: 8%;
    width: 100%;
    height: 300px;
    display: grid;
    grid-template-rows:auto;
    grid-template-columns:repeat(1,1fr);
    grid-template-areas:
        "onamaslika"
         "onama"
        ;
}
    
.onamaslika {
    display: none;
}


    #sekcija2 {
    margin-left: 20%;
    padding-bottom: 10%;
    width: 100%;
    height: 500px;
    display: grid;
    grid-template-rows:auto;
    grid-template-columns:repeat(,1fr);
    grid-template-areas:
        "ik1 ik2"
        "te1 te2"
        "ik3 ik4"
        "te3 te4"
        ;
}
    #sekcija2 img {
        width: 100%;
        margin-right: 0;
}

#sekcija2 p {
    display: none;

}
}


@media only screen and (min-width: 900px) and (max-width: 1000px) {
    
    .kontenjer {
    width: 100%;
    margin: 0 auto;
  }
    #sekcija1 {
    margin: 0;
    padding-top: 8%;
    width: 100%;
    height: 300px;
    display: grid;
    grid-template-rows:auto;
    grid-template-columns:repeat(1,1fr);
    grid-template-areas:
        "onamaslika"
         "onama"
        ;
}
    
.onamaslika {
    display: none;
}


.onama {
    width: 100%;
    margin: 0;
    position: absolute;
    grid-area: onama;
    text-align: center;
    padding-top: 2%;
    font-family: 'Montserrat', sans-serif;
    color: darkgrey;
    font-size: 15px;
    padding: 5%;
}
    #sekcija5 {
        height: auto;
        padding-bottom: 5%;
    }
    .footer .col {
    width: 60%;
  }
    
  .footer .col h1 {
    font-size: 14px;
  }
  .footer .col ul li {
    font-size: 13px;
  }
    
    
 #sekcija1 {
    margin: 0;
    padding-top: 8%;
    width: 100%;
    height: 300px;
    display: grid;
    grid-template-rows:auto;
    grid-template-columns:repeat(1,1fr);
    grid-template-areas:
        "onamaslika"
         "onama"
        ;
}
    
.onamaslika {
    display: none;
}


    #sekcija2 {
    margin:2%;
    padding-bottom: 10%;
    width: 90%;
    height: 300px;
    display: grid;
    grid-template-rows:auto;
    grid-template-columns:repeat(4,1fr);
    grid-template-areas:
        "ik1 ik2 ik3 ik4"
        "te1 te2 te3 te4"
        ;
}
    #sekcija2 img {
        width: 90%;
        margin-right: 0;
}

#sekcija2 p {
    display: none;

}
    
    .pro {
        float: none;
        width: 90%;
    }

.sekcija6 { 
    height: auto;
    width: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
}
.sekcija6 p {
    padding:1%;
    width: 100%;
    float: none;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    }
}


