body{width: 1200px;
margin: auto;
background-color: #FDD9B5;
/* background-image:url(".../images/backimage.jpg");
background-size: no-repeat;
background-position: center;
background-size: cover; */
font-family: Arial, Helvetica, sans-serif;}

section{width: 85%;
margin: auto;}
/* .cheluskincay, .nezavisimosti, .grodno{
    width: 100%;
    margin: auto;} */

.img1,.img2,.img3{width: 70%;
height: 70%;
margin: 3% 0 0 3%;}

.firstH{font-size: 400%;
color:#781F19;
position: relative;

animation: showLeft 1s;

z-index: 1;

}

.nezavisimosti, .grodno, .besedka, .house{margin-top: 10%;}



a{color: black;
margin: auto;
text-decoration: none;
}


a :hover {color: #FF0000;}
.icons {margin-top: 3%;}
.icons a {size: 100%;}
 a :hover{transform:scale(1.2)}

@keyframes showLeft {

    from {left:-100%;}
    
    to {left:0;}

}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){
    body{max-width:100%;
        margin: auto;
        
       
        background-color:  #FDD9B5;
        font-family: Arial, Helvetica, sans-serif;}

        header{display: block;
        text-align: center;
    }
    
    nav{max-width:100%;
        margin: auto;
        /* display: flex; */
    justify-content: space-between;
align-items: center;}

        .backPrint{display: none;
        }
        main{max-width: 100%;
            display: block;
            justify-content: center;
            margin: auto;
            text-align: center;
        }

        .about{display: block;
        justify-content: center;
    align-items: center;}
    .leftColumn{width: 100%;}
    .rightColumn{width: 100%;}

        .map{ max-width: 100%;
            display: none;
        }

        .weAreHere{display: none;}

}