/*
Theme Name: Lmf
Theme URI: https://lmf.lt
Author: lmf
Version: 1.6
*/

body{
    margin: 0;
    background-image: url("image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Roboto", sans-serif;
}

.top-bar{
    background-color: rgba(0, 184, 244, 1);
    text-align: center;
    padding: 15px;
}
.top-bar p{
    margin: 0;
    color: white;
}
.top-bar a{
    color: white;
}

.container{
    max-width: 1440px;
    margin: auto;
}

header{
    padding: 15px;
    background-color: white;
}

header .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;

}

.custom-logo{
    width: auto;
    max-height: 70px;
}

header ul{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

header ul li{
    list-style: none;
}

header ul li a{
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}

.is-disabled.am-button-continue{
    background-color: darkgrey !important;
    color: white !important;
    cursor: not-allowed!important;
}

.am-button-continue{
    background-color: rgba(0, 184, 244, 1) !important;
    color: white !important;
}





