@import url('https://fonts.googleapis.com/css?family=Fjalla+One');
@import url('https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz');
*{
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

::selection{
    background-color: black;
    color: white;
}

.logotip{
    width: 5%;
    padding: 10px;
}

.rijecnik{
 text-decoration: none;
 font-style: italic;
 background-image: url(Logo/LOGOSP.png);
 background-repeat: no-repeat;
 background-size: contain;
 padding-left: 40px;
 width: 10px;
 color: darkred;
}

.footer-left img{
    width: 100%;
}
/*********************************************Nav******************************************/
@charset "UTF-8";
.navigation {
  position: fixed;
    width: 100%;
  height: 70px;
  
    z-index: 1000000;
}

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.nav-container {
  max-width: 1000px;
  margin: 0 auto;
}

nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 70px;
  color: #ffffff;
  text-decoration: none;
}
nav ul li a:hover,
nav ul li a:visited:hover {
  background: #2581DC;
  color: #ffffff;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000000;
}

.druge{
    border-bottom: 5px solid white;
    border-left: 5px solid darkred;
    margin-left: 10px;
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #000000;
  height: 70px;
  width: 70px;
}

@media only screen and (max-width: 798px) {
  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
    padding: 70px 0 15px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }
.logotip{
    width: 10%;
    padding: 10px;
}
}
@media screen and (min-width: 799px) {
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}
/*********************************************Nav******************************************/
.appear {
  opacity: 0;
  transform: translateY(30%);
  transition: opacity 1s ease-in, transform 1.2s cubic-bezier(.3,0,.23,1.7);
}

.large-header {
   position: relative;
   width: 100%;
   background: #111;
   overflow: hidden;
   background-size: cover;
   background-position: center center;
   z-index: 1;
}

.demo .large-header {
   background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/499416/demo-bg.jpg");
}

.main-title {
   position: absolute;
   margin: 0;
   padding: 0;
   color: #F9F1E9;
   text-align: center;
   top: 50%;
   left: 50%;
   -webkit-transform: translate3d(-50%, -50%, 0);
   transform: translate3d(-50%, -50%, 0);
}

.demo .main-title {
   text-transform: uppercase;
   font-size: 4.2em;
   letter-spacing: 0.1em;
}

.main-title .thin {
   font-weight: 200;
}

@media only screen and (max-width: 768px) {
   .demo .main-title {
      font-size: 3em;
   }
}

/************Sadržaj****************/

#s1{
    background-image: url(slike/poz.png);
    background-size: contain;
    background-position: right;
    width: 97.3%;
    height: 100vh;
    padding: 20px;
    background-color: #242424;
    background-repeat: no-repeat;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

#s1 h1{
    font-family: 'Fjalla One', sans-serif;
    font-size: 3em;
    color: white;
}

#s1 p{
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 2em;
    color: white;
    width: 50%;
    padding-top: 30px;
    line-height: 40px;
}



#s2{
    width: 100%;
    height: 80vh;
    background-color: white;
    display: grid;
    grid-template-columns: 10% 40% 40% 10%;
    grid-template-rows: 100px 300px 100px;
    grid-template-areas: 
        ". . . ."
        ". slika1 tekst1 ."
        ". . . . ";
}

#slika{
    background-image: url(slike/slika2.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    grid-area: slika1;
}

#tekst1{
    grid-area: tekst1;
    background-color: white;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    padding: 10px;
}

#tekst1 p{
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 1.5em;
    line-height: 35px;
}

.naslov1{
    width: 100%;
    height: 120px;
    background-image: url(slike/poz-naslov.jpg);
    background-size: contain;
    text-align: left;
    color: white;
    line-height: 100px;
    font-size: 92px;
    font-family: 'Fjalla One', sans-serif;
    overflow: hidden;
    padding: 10px;
}

#s3{
    width: 100%;
    height: 90vh;
    background-color: white;
    display: grid;
    grid-template-columns: 20% 60% 20%;
    grid-template-rows: 100px 400px 100px;
    grid-template-areas: 
        ". . ."
        ". tekst2 ."
        ". . .";
}

#tekst2{
    grid-area: tekst2;
    background-color: white;
}

#tekst2 h1{
    text-align: center;
    font-family: 'Fjalla One', sans-serif;
    font-size: 4em;
}

#tekst2 p{
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 2em;
    padding-top: 20px;
    line-height: 35px;
}

#video {
  width: 100%; 
  height: 100vh;
  position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#video h1{
    position: absolute;
    color: white;
    font-size: 72px;
    left: 5%;
    top: 10%;
    z-index: 100;
    font-family: 'Fjalla One', sans-serif;
}

#video p{
    position: absolute;
    color: white;
    font-size: 42px;
    left: 5%;
    top: 30%;
    z-index: 100;
    width: 60%;
    line-height: 60px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
#s4{
    position: relative;
    width: 100%;
    height: 80vh;
    background-color: black;
    display: grid;
    grid-template-columns: 10% 40% 40% 10%;
    grid-template-rows: 100px 400px 100px;
    grid-template-areas: 
        ". . . ."
        ". slika1 tekst1 ."
        "scroller . . . ";
    overflow: hidden;
}

.scroller{
    position: absolute;
    background-image: url(slike/Scroll.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 80px;
    bottom: 0px;
    right: 10px;
    grid-area: scroller;
}


#slika1{
    background-image: url(slike/slika3.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    grid-area: slika1;
}

#tekst3{
    grid-area: tekst1;
    padding: 10px;
}

#tekst3 h1{
    font-family: 'Fjalla One', sans-serif;
    font-size: 2.5em;
    color: white;
}

#tekst3 p{
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: white;
    font-size: 1.5em;
    padding-top: 20px;
    line-height: 30px;
}

#s5{
    width: 100%;
    height: 80vh;
    background-color: black;
    display: grid;
    grid-template-columns: 10% 40% 40% 10%;
    grid-template-rows: 100px 400px 100px;
    grid-template-areas: 
        ". . . ."
        ". tekst1 slika1 ."
        ". . . . ";
}

#slika2{
    background-image: url(slike/slika4.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    grid-area: slika1;
}

#tekst4{
    grid-area: tekst1;
    padding: 10px;
}

#tekst4 h1{
    font-family: 'Fjalla One', sans-serif;
    font-size: 2.5em;
    color: white;
}

#tekst4 p{
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: white;
    font-size: 1.5em;
    padding-top: 20px;
    line-height: 30px;
}

#s6{
    width: 100%;
    height: 100vh;
    background-color: black;
    display: grid;
    grid-template-columns: 30% 30% 40%;
    grid-template-rows: 50% 50%;
    grid-template-areas: 
        "slikaK1 slikaK2 tekst5"
        "slikaK3 slikaK4 tekst5"
}

#slikaK1{
    background-image: url(slike/s1.jpg);
    background-size: contain;
    grid-area: slikaK1;
}

#slikaK2{
    background-image: url(slike/s2.jpg);
    background-size: contain;
    grid-area: slikaK2;
}

#slikaK3{
    background-image: url(slike/s3.jpg);
    background-size: contain;
    grid-area: slikaK3;
}

#slikaK4{
    background-image: url(slike/s4.jpg);
    background-size: contain;
    grid-area: slikaK4;
}

#tekst5{
    width: 100%;
    height: auto;
    color: white;
    font-size: 1em;
    grid-area: tekst5;
    padding: 30px 100px 100px 100px;
}

#tekst5 h1{
    color: white;
    font-family: 'Fjalla One', sans-serif;
    font-size: 3em;
}

#tekst5 p{
    color: white;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 1.5em;
    line-height: 30px;
    padding-top: 20px;
}
#s7{
    width: 100%;
    height: 100vh;
    background-color: white;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: 10% 30% 30% 30%;
    grid-template-areas: 
        "naslovD naslovD slikaD"
        "tekstD . slikaD"
        ". tekstD2 slikaD"
        "tekstD3 . slikaD";
}

#slikaD{
    background-image: url(slike/rocket2.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    grid-area: slikaD;
}

#naslov{
    font-family: 'Fjalla One', sans-serif;
    text-align: center;
    font-size: 3em;
    grid-area: naslovD;
}

.tekst1{
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 1.5em;
    text-align: left;
    grid-area: tekstD;
    padding: 20px;
}

.tekst2{
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 1.5em;
    text-align: left;
    grid-area: tekstD2;
    padding: 20px;
}

.tekst3{
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 1.5em;
    text-align: left;
    grid-area: tekstD3;
    padding: 20px;
}

#navigacija{
    width: 100%;
    height: auto;
    background-color: black;
}

.kon1{
    position: relative;
    width: 100%;
    height: 300px;
    background-image: url(slike/space1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.kon1 h1{
    position: absolute;
    font-family: 'Fjalla One', sans-serif;
    font-size: 8em;
    color: white;
    top: -10%;
    left: 10%;
    line-height: 300px;
}

.kon1 p{
    position: absolute;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: white;
    font-size: 2em;
    left: 0;
    line-height: 60px;
}

.kon1 button{
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 20%;
    color: black;
    text-align: center;
    font-size: 1em;
    left: 0;
    bottom: 0;
    padding: 10px;
    cursor: pointer;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

.kon2{
    position: relative;
    width: 100%;
    height: 300px;
    background-image: url(slike/space2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.kon2 h1{
    position: absolute;
    font-family: 'Fjalla One', sans-serif;
    font-size: 8em;
    color: white;
    top: -10%;
    left: 10%;
    line-height: 300px;
}

.kon2 p{
    position: absolute;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: white;
    font-size: 2em;
    left: 0;
    line-height: 60px;
}

.kon2 button{
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 20%;
    color: black;
    text-align: center;
    font-size: 1em;
    left: 0;
    bottom: 0;
    padding: 10px;
    cursor: pointer;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

.kon3{
    position: relative;
    width: 100%;
    height: 300px;
    background-image: url(slike/space3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.kon3 h1{
    position: absolute;
    font-family: 'Fjalla One', sans-serif;
    font-size: 6em;
    color: white;
    left: 10%;
    top: -10px;
    line-height: 120px;
}

.kon3 p{
    position: absolute;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: white;
    font-size: 2em;
    left: 0;
    line-height: 60px;
}

.kon3 button{
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 20%;
    color: black;
    text-align: center;
    font-size: 1em;
    left: 0;
    bottom: 0;
    padding: 10px;
    cursor: pointer;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

.kon4{
    position: relative;
    width: 100%;
    height: 300px;
    background-image: url(slike/space4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.kon4 h1{
    position: absolute;
    font-family: 'Fjalla One', sans-serif;
    font-size: 5em;
    color: white;
    left: 10%;
    top: 0px;
    line-height: 120px;
}

.kon4 p{
    position: absolute;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: white;
    font-size: 2em;
    left: 0;
    line-height: 60px;
}

.kon4 button{
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 20%;
    color: black;
    text-align: center;
    font-size: 1em;
    left: 0;
    bottom: 0;
    padding: 10px;
    cursor: pointer;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}


.tekstN{
    position: absolute;
    width: 50%;
    height: 250px;
    right: 0;
}





/******************************************************************************************************************************************************************************************************************FOOTER****************************************************************************************************************************************************************************************************************************/




.footer-distributed{
	background-color: black;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;

	padding: 55px 50px;
	margin-top: 0px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #5383d3;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}


/*++++++++++++++++++++Image*********************/
/*++++++++++++++++++++Image*********************/
/*++++++++++++++++++++Image*********************/
/*++++++++++++++++++++Image*********************/




