
nav img {
    float: left;
    height: 100px;
}
nav {
    
    overflow: hidden;
    background-color: #cacaca;
    color: rgb(255, 251, 0);
    padding: 10px 0;
    font-family: 'Coolvetica', sans-serif;
    font-size: large;
}

nav ul {
    list-style: none;
    margin-left: 50px;
    justify-content: center;
    padding: 10px;
}

nav ul li {
    float: right;
    margin: 0 20px;
    padding: 10px;
    padding-right: 10px;
    
}

nav ul li a {
    color: rgb(255, 225, 0);
    text-decoration: underline;
    padding: 10px 15px;
    
    font-size: 25px;
    font-style: normal;
    
    margin-right: 12vh;
}
nav ul li a{
    color: yellow;
}
nav ul li a:hover {
    background-color: #ff6600;
    border-radius: 5px;
}

#HWOW{
    margin: 20px;
    width: 90%;
    height: 75%;
}
#HT h1{
    font-size: 45px;
    font-style: normal;
    margin-bottom: 10px;
}
#HK {width: 45vh;
          height: 35vh;
          margin: 20px;}
        
#HS {
          width: 35vh;
          height: 35vh;
          padding: 20px;
}

#HKS {width: 100%; 
      object-fit: cover;
      padding-top: 20px;
}
.homepage {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
   
    }
    
    .HT { grid-area: 1 / 1 / 2 / 3; }
    .HKS { grid-area: 2 / 1 / 2 / 3; }
    .HWOW { grid-area: 1 / 3 / 2 / 5; }
    .HK{ grid-area: 2 / 3 / 3 / 4; }
    .HS { grid-area: 2 / 4 / 3 / 5; }

    .Lpage{
        
        margin: 5px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        }
        
        .Ltekst { grid-area: 1 / 2 / 3 / 3; }
        .LR { grid-area: 1 / 1 / 2 / 2; }
        .LTB { grid-area: 2 / 1 / 3 / 2; }
        .LZ { grid-area: 2 / 3 / 3 / 5; }
        .LS { grid-area: 1 / 3 / 2 / 4; }
        .LRBL { grid-area: 1 / 4 / 2 / 5; }

    #LZ{
        width: 100%;
        object-position: center;
        
    }
    #LS{object-fit: cover;
        object-position: center;
        
        width: 50%;
        padding-left: 75px;
        padding-top: 25px;
    } 
    #LRBL {
        width: 75%;
    }
    
   

    footer {
        text-decoration: none;
        text-align: center;
        padding: 15px;
        background-color: #cacaca;
        color: yellow;
        margin-top: 20px;
        font-size: 20px;
    
    }
    footer a{
        color: yellow;
        font-size: 20px;
        font-style: normal;
        margin-right: 20px;
    }