body {
    font-family: 'Open Sans', sans-serif;
    background: linear-gradient(to top right, #d3d3d3 50%, #808080 99%);
}

.container-bg {
    
    background: linear-gradient(to right, #A7814E -20%, #D2B48C 50%, #A7814E 120%);
    padding-top: 58px;
}

.icon{
    margin-top: -1px;
    margin-right: 8px;
}

#full-width{
    padding-left:0px;
    padding-right:0px;
}

#spacing{
    padding-left: 20px;
    padding-right: 20px;
}

.special-card{
    background-color: rgba(255, 255, 255, 0);
}

.google-maps {
    position: relative;
    padding-bottom: 400px;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

h1{
    opacity:0;
}

@media only screen and (max-width: 768px) {
    #napis {
		width: 285px !important;
		height: 34.3px;
	}
}

@media only screen and (max-width: 600px) {
    #napis {
		width: 208px !important;
		height: 24.7px;
	}
}

