

@media only screen and (max-width: 1100px) {
    #content h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 600px) {
    #content h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 730px) {
    #content {
        width: 95%;
    }
    
}

@media only screen and (max-width: 400px) {
    #content {
        top: 40%;
    }
    
}


a{
    color: #fff;
    text-decoration: none;
}

input {
    height: 30px;
}

.container-takses {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background-color: #757575;
    display: flex;
    width: 525px;
}

.takster {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.pdf {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.download {
    color: #fff;
}

@media only screen and (max-width: 550px) {
    .container-takses {
        width: 95% !important;
    }
    .currency {
        display: none;
    }

    .homepage-contact-btn {
        padding: 5px 20px;
    }

    .homepage-contact-btn, #content ul li {
        font-size: 22px;
    }
}

