﻿/* Stilovi */
body {
/*background: url('../slike/white-background.jpg');*/
font-family: 'Raleway', sans-serif;

}


.site-intro, .container-boxes, .blog{
	padding:6% 0 6% 0;
}


.site-header{
	text-align:center;
	padding:4% 0 70px 0;
	background:white;
}

.site-navigation{
	font-size:1.2em;
	margin-top: -3%;
}

.nav-logo{
	display:inline-block;
	margin-top: 1%;
	margin-left: 2%;
	float:left;
}

.header-logo{
	display:none;
	margin: 5px 2px 0 0;
}

.logo-container{
	
	margin:8% 0 2.6% 0;
}

.logo-container img{
	width:100%; 
	height:auto;
	border-radius:10px;
}

.logo-container p{
	font-size:1.2em;
}

.site-intro{
	width:100%;
	margin: -10% 0 0 0;
}

.site-intro h1{
	width:100%;
	margin: 0 auto;
	margin-top:3%;
	font-size: 4.2em;
	text-align: center;
	font-family: "Inter" , sans-serif;
	color: #E4625C;
}

.site-intro img{
	margin: 5% 0;
	padding: 0 30px 0 20px;
}

.promo-video{
	width:100%;
	margin: 0 auto;
	margin-left: 4%;
	margin-top: 3%;
	background-image: url("../Images/switch-vector.png");
	background-repeat: no-repeat;
}

.promo-video iframe{
	margin: 0 0 0 18%;
	padding: 6% 2%;
}

.mobile{
	display:none;
}

.products{
	padding:60px 0 60px 0;
	background-image: url("../Images/gradient.png");
}

.products h1, .contact h1{
	width:100%;
	margin: 0 auto;
	margin-left:18%;
	margin-bottom:5%;
	font-size: 3.2em;
	text-align: left;
	font-family: "Inter" , sans-serif;
	color: white;
}

.about h1{
	color: #E4625C;
	width:100%;
	margin: 0 auto;
	margin-left:18%;
	margin-bottom:5%;
	margin-top:4%;
	font-size: 3.2em;
	text-align: left;
	font-family: "Inter" , sans-serif;
}

.about p{
	margin: 20% 0 0 -5%;
	padding: 8% 4%;
	font-size: 1.5em;
}

.contact {
	margin:4% 0;
	padding: 5% 0;
	width:100%;
	background-repeat: no-repeat;
	background-image: url("../Images/gradient.png");
}

.mail{
	margin:4% 0 6% 40%;
} 

.mail p{
	text-align:left;
	color:white;
	margin-left:-5%;
	font-size:1 em;
}

.support article{
	margin-top:5%;
}

.support p{
	color:white;
	text-align:center;
	margin-left:-40%;
	margin-top:-9%;
	font-size:1 em;
}

/* Slideshow start */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

.dot-container{
	padding-bottom:2%;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/* Slideshow end */

/*Go to top button */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #E4625C;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #1DB8D7;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/*handheld*/
@media handheld, only screen and (max-width: 900px) {

.topnav div{
	margin-right:0px;
	float:left;
}

.nav-logo{
	display:none;
}

.header-logo{
	display:inline-block;
}

.promo-video{
	width:100%;
	margin: 0 auto;
	margin-left: 4%;
	margin-top: 3%;
	background-image: url("../Images/switch-vector.png");
	background-size: contain;
}

.fullscreen{
	display:none;
}

.mobile{
	display:block;
}

.support{
	margin:6% 0 6% 6%;
}

.support p{
	color:white;
	text-align:center;
	margin-left:-40%;
	margin-top:-6%;
}

.mail{
	margin:12% 0 8% 40%;
} 

.mail p{
	text-align:left;
	color:white;
	margin-left:-20%;
	font-size:1 em;
}


}

