footer{
    width:100%;
    height:80%;
    background-color: rgb(20, 30, 44) ;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}



.dlmfooterust {
    width:100%;
    height:70%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    border-bottom: 1px solid rgba(245, 245, 245, 0.2);
}

.dlmfootercontact, .dlmfooterlinks  {
    width:30%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
    color: whitesmoke;
}
.dlmfootercontact p{
    width:100%;
    text-align: right;
    margin-bottom: 15px;

}
.dlmfooterlogo {
    width:30%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    font-family: 'Josefin', Arial, Helvetica, sans-serif;
    /* font-size: 84px; */
    font-size: 62px;
    letter-spacing: 15px;
    color: rgba(245, 245, 245, 0.822);
    padding-top: 50px;
   
}
.dlmfooterlogo p{
    width:100%;
    text-align: center;
    cursor: pointer;
    margin-bottom: 5px;
}

.dlmfooterlogo span{
    width:100%;
    text-align: center;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 14px;
    color: whitesmoke;
    letter-spacing: 3px;
    font-weight: 200;
    
    
}

.dlmfooterlogo p:nth-child(3){
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    text-align: center;
}

.dlmfooterlogo p a{
    width: auto;
    height: 22px;
    font-family: 'Poppins', Arial, sans-serif;
    color: rgb(187, 186, 186);
    border-radius: 3px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-right: 30px;
    letter-spacing: 1px;
    
}

.dlmfooterlinks p{
    width:100%;
    text-align: left;
    margin-bottom: 15px;
}
.dlmfooterlinks a{
    text-decoration: none;
    list-style: none;
    color: whitesmoke;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
}

.dlmfooteralt {
    width:100%;
    height:30%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    color: whitesmoke;
}


/* Mobil */

@media only screen and (max-width: 1024px) {
    
}

@media only screen and (max-width: 768px) {

   
}
@media only screen and (max-width: 640px) {
    footer{
        height:100%;        
    }

    .dlmfooterust {
        width:100%;
        height:80%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border-bottom: 1px solid rgba(245, 245, 245, 0.2);

    }

    .dlmfootercontact, .dlmfooterlinks  {
        width:100%;
        height:30%;
        font-size: 13px;
    }
    .dlmfootercontact p{
        width:100%;
        text-align: center;
        /* margin-bottom: 15px; */
    }

    .dlmfooterlogo {
        width:100%;
        height:30%;
        justify-content: center;
        font-size: 52px;
        letter-spacing: 20px;
        padding-top: 0px;
    }
    .dlmfooterlogo p{
        margin-bottom: 0px;
    }
    
    .dlmfooterlogo span{
        font-size: 13px;
        letter-spacing: 2px;
    }

    .dlmfooterlogo p:nth-child(3){
        width: 80%;
        justify-content: space-evenly;

    }

    .dlmfooterlogo p a{
        margin: 0px;
        font-size: 12px;
 
    }

    .dlmfooterlinks p{
        text-align: center;
        margin-bottom: 10px;
    }
    .dlmfooterlinks a{
        font-size: 13px;
    }


    .dlmfooteralt {    
        height:20%;       
        font-size: 12px;
        font-weight: 200;
        letter-spacing: 1px;
        text-align: center;
        padding: 5px;
    }
    
    
}

@media only screen and (max-width: 480px) {

}

@media only screen and (max-width: 320px) {
    
}