footer#casino-ft {
    background:#005166;
    padding:25px 0;
	color:#fff;
}

.wrap-ft {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 80%;
    margin:0 auto;
}

.upper-ft {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 20px;
    border-bottom:2px solid #0e4c5d;
    padding-bottom: 15px;
}

.small-logos-ft {
    padding:10px 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.small-logos-ft .stodlinjen {
    margin-top:20px;
    flex:0 0 100%;
}

.upper-ft .small-logos-ft img {
    width:40px;
    height: 40px;
    object-fit: contain;
    margin-right: 10px;
}

.text-ft {
    font-size: 16px;
    letter-spacing: 1px;
}

.small-logos-ft .gamaware {
    width:85px!important;
    margin-right: 10px;
}

.col-2-ft {
    text-align: center;
}

.col-2-ft .links-ft{
    display: flex;
    flex-direction: column;
}

.col-2-ft .links-ft a {
    padding:5px 0;
    color:cornflowerblue;
    font-size: 16px;
}

.header-ft{
    font-weight: bold;
    font-size: 20px;
}

.lower-ft {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top:30px;
}

.flag-ft {
    padding:10px 0;
}

.lower-ft .flag-ft img{
    max-width: 30px;
	border:2px solid #fff;
	border-radius:50%;
}


@media only screen and (max-width:767px) {
    .upper-ft {
        grid-template-columns: auto;
    }

    .col-1-ft {
        order:2;
    }

    .col-2-ft {
        order:1;
        text-align: center;
    }

    .upper-ft {
        border-bottom: none;
    }

    .text-ft {
        text-align: center;
    }
}