@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Lato", sans-serif;
    /*background-color: #e7dfed !important;*/
    /* background-image: url(assets/img/back.png); */
    color: black;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    /* color: #5969a8 */
}
.button-line {
    list-style: none;
}

.text-purple {
    color: #5969a8;
}

.text-red {
    color: #CD5C5C;
}

.text-white {
    color: white;
}

.height-80 {
    height: 80%;
}
.width-80 {
    width: 80%;
}
.img-height {
    /* height: 600px; */
    width: 100%;
    height: 80vh;
    object-fit: cover;
    /* object-fit: fill; */
}
.border-radius {
    border-radius: 5%;
}

.flex-reverse {
    flex-direction: row-reverse;
}

.flex-end {
    justify-content: flex-end;
    
}

.kontakt-img {
    height: 40%;
    width: 100%;
    object-fit: cover;
}
.flex {
    display: flex;
    flex-direction: column;
}
.img-hw {
    height: 80%;
    width: 80%;
}
.zoom:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
}
.img-kontakt {
    height: 600px;
    object-fit: contain;
}

/* main { */
    /* flex-grow: 1; */
    /* align-items: center; */
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh; */
/* } */

main {
    min-height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: column;
}