body {
    background-color: #FAF8F1;
    background-image: url(images/szuleszet2-scaled.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size:cover;
}
/* navbar */

.container-fluid {
    background-color: #781214;
    height: 13vh;   
}

.navbar {
    padding: 0;

    font-size: large;
    
}

.brand {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    left: 120px;
    color: #FAF8F1;
    font-size: 20px;
    margin-bottom: 0;
}

.kmmkLogo {
    height: 6rem;
    width: 6rem;
}

/* links */

ul{
    position: absolute;
    width: 90%;
    left: 5%;
    top: 10%;
    list-style-type:none;
    padding: 0;
}

li {
    margin-top: 20px;
}

.container {
    width: 40%;
    height: 15%;
    position: absolute;
    top: 25%;
    left: 30%;
    text-align: center;
    border: 2px solid #949191;
    background-color: #fff;
    box-shadow: 10px 7px 5px rgba(0, 0, 0, .66);
    border-radius: 20px;
    opacity: 0.9;
}

.links {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    background-image: linear-gradient(
        to right,
        #54b3d6,
        #54b3d6 50%,
        #000 50%
    );
    background-size: 200% 100%;
    background-position: -100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.6s ease-out;
}

.links:hover {   
    background-position: 0;
}

.links:hover::before {
    width: 100%;
}

.korkep {
    margin-top: 10px;
}

/* footer */

.footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #781214;
    height: 9vh;  
}

@media only screen and (max-width: 600px) {
    .kmmkLogo {
        height: 5rem;
        width: 5rem;
    }

    .links {
        font-size: 20px;
    }

    li {
        margin-top: 10%;
    }

    .brand {
        font-size: 13px;
    }

    ul {
        top: 5%;
    }

    .korkep {
        margin-top: 20px;
    }
}
