:root{
	--fs-p: 1rem:
	--fs-n: 1rem:		
}

@media (575px <= width <= 850px){
	:root{
		--fs-p: 0.8rem;		
		--fs-ps: 0.5rem;
		--fs-n: 0.9rem;
	}
}

@media (width <= 1000px){
	:root{		
		--fs-pr: 0.8rem;
	}
}

@media (width <= 750px){
	.firmaop{
		display:none;
	}
	.xsm{
	font-size:0.6rem;
	}
	.nsm{
	font-size:0.8rem;
	}
	#inputPreview, .inputPreview { display: block !important;}
	
}


@media (width <= 450px){
	.zajop{
		display:none;
	}	
}


html,body{
	    font-family: 'Mulish', sans-serif;
	    font-weight:300;
	    font-size:var(--fs-n);	
}

h4{
	font-size:1.25rem;
}

.mph3, h1.cont{
	padding:20px 0px 20px 35px;
}
.mph3::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('/img/slogo.png');
    background-position:center;
    background-size:100%;
    display: block;
    position: absolute;
    left: 15px;
    top: 22px;
    z-index: -1;
}

h1.cont::before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url('/img/slogo.png');
    background-position:center;
    background-size:100%;
    left: 15px;
    top: 22px;
    z-index: 1;
    margin-right:10px;
}


.card{
	border:0px;
}


p,li, span{
	font-weight:300;
	color:#212529;
}
a{
	color:#489ED6;
}
p.card-text{
	font-size:0.9rem;
	display:none;
}







footer{
	background-color: #333;
    color: #999999;
    padding: 55px 35px;;
    margin: 0;
    position: relative;
    z-index: 200;
    margin-top:30px;
}




.navbar-nav li a {
	color: #333;
	border-bottom: 2px solid transparent;
	padding: 30px 15px;
	display: block;
	font-weight: 400;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-transform: uppercase;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	line-height: 20px;
}
.navbar-nav li a:hover {
	background-color: #f9f9f9;
	color: #333;
	box-shadow: 0 0 0 1px #f6f6f6 inset;
	border-color: #00AEEF;
	text-decoration: none;
}
