* {font-family: Arial;color:#FFF;font-weight:500;}

body {background-color:#FFF;padding:30px 30px 30px 130px;margin:0px;width:100vw;min-height:100vh;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}

.kontakty {margin-top:60px;}
.kontakt {display:block;width:250px;min-height:60px;padding-bottom:30px;}
.kontakt > * {display:block;color:#000;line-height:25px;}
.kontakt > .jmeno {font-weight:bold}
.kontakt a:hover {text-decoration:none;}

#logo {width:300px;margin-bottom:30px;}
p.perex {color:#333333;}

@media only screen and (max-width: 600px) {

body {padding:30px 30px 30px 30px;}


}

