*{
	font-family: 'Mukta', sans-serif;
}

body{
	margin: 0;
	overflow: hidden;

}

.logo_class{
	margin-left: 50px;
    margin-top: 10px;
    position: absolute;
}

.horizontal_line{
	border-bottom: 1px solid lightgrey;
	top: 52px;
	position: relative;
}

.logo_img{
	height: 36px;
}

.opis{
	float: left;
	margin-left: 50px;
    margin-top: 70px;
    width: 50vw;
}

.dejavnost{
	font-size: 100px;
	text-decoration: underline;
  	text-decoration-color: #f4a71c;
  	line-height: 140px;
}


.izdelki{
	font-size: 23px;
	color: grey;
}

.poslovalnice_in_urnik{
	float:left;	
    height:100vh;
    width:40vw;
    float:right;
    background-color: #f4a71c;
    background-size:cover;
    shape-outside: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
    color: white;	
    display: flex;
 	justify-content: center;
	flex-direction: column;
  	text-align: center;
}

h3{
	letter-spacing: 0.1em;
	margin: 0;
}

.poslovalnice_in_urnik div{
	margin-bottom: 20px;
}

.poslovalnice_in_urnik div a{
	color: white;
	font-size: 15px;
	margin-bottom: 3px;
}

.moder_del{
	background-color: #81ccf8;
	position: absolute;
	bottom:0;
	left:0;
	width: 70%;
	height: 80px;
	background-size:cover;
    shape-outside: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 99.2% 100%, 0 100%);
}

.moder_del p{
	color: white;
	line-height: 80px;
	text-align: center;
	margin-top:5px;
}

.moder_del p span{
	display: inline-block;
}

.moder_del_mobile{
	display: none;
}

/*------------------------ media queries ------------------------- */

@media (max-width: 1700px) { 
	.dejavnost{
	font-size: 90px;
	text-decoration: underline;
  	text-decoration-color: #f4a71c;
  	line-height: 120px;
}

	.izdelki{
	font-size: 21px;
	color: grey;
}
 }

@media (max-width: 1500px) { 

	.opis{
	margin-top: 60px;	
	}

	.dejavnost{
	font-size: 80px;
	text-decoration: underline;
  	text-decoration-color: #f4a71c;
  	line-height: 95px;
}

	.izdelki{
	font-size: 18px;
	color: grey;
}
 }

@media (max-width: 1280px) { 

	.opis{
	margin-top: 45px;	
	}

	.dejavnost{
	font-size: 65px;
	text-decoration: underline;
  	text-decoration-color: #f4a71c;
  	line-height: 85px;
}

	.izdelki{
	font-size: 16px;
	color: grey;
}
 } 

@media (max-width: 1104px) { 
	
	.opis{
	margin-top: 40px;	
	}

	.dejavnost{
	font-size: 55px;
	text-decoration: underline;
  	text-decoration-color: #f4a71c;
  	line-height: 75px;
}

	.izdelki{
	font-size: 15px;
	color: grey;
}

.poslovalnice_in_urnik{
	font-size: 13px;	
}

.poslovalnice_in_urnik div a{
	font-size: 12px;
}

}


@media (max-width: 980px) { 
	.opis{
	margin-top: 40px;	
	}

	.dejavnost{
	font-size: 50px;
	text-decoration: underline;
  	text-decoration-color: #f4a71c;
  	line-height: 65px;
}
}

/*-------------- md - 768px ------------------*/
@media (max-width: 768px) { 

body{
	overflow: visible;
}

.logo_class{
	margin-left:0;
    margin-top: 10px;
    position: absolute;
    width: 100%;
    text-align: center;
}

.horizontal_line{
	border-bottom: 1px solid lightgrey;
	top: 52px;
	position: relative;
}

.logo_img{
	height: 36px;
}

.opis{
	float: none;
	margin: 90px 0 0 15px;
    width: 90%;
}

.dejavnost{
	font-size: 36px;
	text-decoration: underline;
  	text-decoration-color: #f4a71c;
  	line-height: 50px;
}


.izdelki{
	font-size: 17px;
	color: grey;
}

.poslovalnice_in_urnik{
	float:none;	
    height: 580px;
    width: 100%;
    background-color: #f4a71c;
    background-size:cover;
    shape-outside: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    color: white;	
    display: flex;
 	justify-content: center;
	flex-direction: column;
  	text-align: center;
}

h3{
	letter-spacing: 0.1em;
	margin: 0;
}

.poslovalnice_in_urnik div{
	font-size: 14px;
	margin-bottom: 20px;
}

.poslovalnice_in_urnik div a{
	color: white;
	font-size: 12px;
	margin-bottom: 3px;
}

.moder_del{
	display: none;
}

.moder_del_mobile{
	display: block;
}

.moder_del_mobile{
	background-color: #81ccf8;
	position: relative;
	bottom:0;
	left:0;
	width: 100%;
	height: 130px;
	background-size:cover;
    shape-outside: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.moder_del_mobile p{
	color: white;
	line-height: 21px;
	text-align: center;
	padding-top: 15px;
	margin:0;
}

.moder_del_mobile p span{
	display: inline-block;
}

 } 
