* {
    box-sizing: border-box;
}

@media (max-width:800px){
    .sommer.img{
        max-width: width 50%;
    }
}

p.dimgray{
    color: #696969;
    float: left;
    padding: 0px;
}
html{
    max-width: 1200px;
    background-color: rgba(f,f,f,0,1);
    background-image: url('/img/page.jpg') ;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    background-attachment: fixed;
}
body{
    max-width: 1200px;
    margin: 20px, 10px;
    background-color: rgba(f,f,f,0,1);
    background-image: url('/img/page.webp') ;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    background-attachment: fixed;

}
body header{
    max-width: 1200px;
    margin: 0 0 0 20px;
}
.schwung-logo{
    position: absolute;
	top: -60px;
	width: 100%;
	padding: 0;
	
	/* animáció neve */
	animation-name: schwung;

	/* animáció hossza */
	animation-duration: 5s;

	/* animáció lejárata után hova álljon a lejátszófej */
	animation-fill-mode: forwards;

	/* animáció eltolása */
	animation-delay: 1s 
}
/* az animáció kulcskockái */
@keyframes schwung {
	0% { top: -60px }
	100% { top: 10px;  }

}
.navbar .nav-item img {
    width: 145px;
    height: 40px;
    
}

#column3 img{
    float: left;
    padding: 10px ;
}
.sorel img{
    width: 80px;
    height: 90px
}
