body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #423a3a;
}

.intro-header {
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 5%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

.main-img {
    background-image: url("../prepared/img/background_placeholder.jpg");
    margin: 0;
    background-size: cover;
}

.nav-land {
    background-color: #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    top: 0;
}

.nav__item {
    display: inline-block;
    margin: 0px 30px;
}

.nav__title {
    margin: 0px 30px;
}

.nav__title a {
    font-size: 22px;
    font-weight: 700;
}

.nav__title a:hover {
    font-size: 22px;
    font-weight: 700;
}

.nav__list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.nav_list a {
    font-size: 20px;
}

.a-land {
    color: #000;
    text-decoration: none;
    font-family: Verdana, Arial, Tahoma, Serif;
    font-weight: 450;
    text-wrap: nowrap;
}

.a-land span {
    margin: 0;
}

.a-land:hover {
    color: #000;
    text-decoration: none;
    font-family: Verdana, Arial, Tahoma, Serif;
    font-weight: 450;
}

.btn-land {
    background-image: linear-gradient(to right, #826d68 0%, #b29f94  51%, #603813  100%);
    padding: 15px 35px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;      
    box-shadow: rgba(0, 0, 0, 0.36) 0px 10px 30px 4px;
    border-radius: 15px;
    font-size: 15px;
    color: #000;
    font-weight: 450;
    font-family: Verdana, Arial, Tahoma, Serif;
}

.btn-land:hover {
    cursor: pointer;
    background-position: right center;
    text-decoration: none;
}

input.btn-land {
    color: #000;
    text-decoration: none;
    font-family: Verdana, Arial, Tahoma, Serif;
    font-weight: 450;
}

label {
    color: #453b38;
}

@media (max-width: 600px) {
    .a-land span {
        display: block;
        margin: 0;
    }
}

@media (max-width: 530px) {
    .nav__list {
        display: grid;
    }
}

.language-select {
    background-color: transparent; 
    border: 1px solid #ccc;
    padding: 5px;
}

.language-select-box {
    display: flex;
    justify-content: end;
    padding: 10px;
}
