html, body {
  overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
}
@font-face {
    font-family: oldLondon;
    src: url('../fonts/old_london.ttf'); 
}
.mb-3 {
    margin-bottom: 20px;
}
.d-flex {
    display: flex !important;
}
.space-between {
    justify-content: space-between;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-white {
    color: white;
}
.w-50 {
    width: 45%;
}
.mt-50px {
    margin-top: 50px;
}
body {
    margin: 0;
}
header {
    position: relative;
    height: 245px;
    width: 100%;
    font-family: oldLondon;
}
#background-pic {
    width: 100%;
    margin-top: -39px;
}
#navbar-bg {
    width: 100%;  
    height: 100%;  
}
header div#menu {
    position: absolute;
    list-style-type: none;
    left: 127px;
    top: 78px;
    display: inline-block;
    z-index: 2;
    /* border: red 1px solid;*/
    width: 85%;
    font-size: 37px;
}
header div#menu div {
    display: inline-block;
    color: white;
    width: 19%;
    text-align: center;
}
section {
    margin-top: -4px;
    padding: 50px;
    position: relative;
}
section h2 {
    margin-top: 0;
    font-family: oldLondon;
    font-size: 36px;
}
.capital {
    font-family: oldLondon;
    font-size: 42px;
}
section p {
    font-size: 22px;
}
#menu a, #menu a:visited {
    color: white;
    text-decoration: none;
}
#menu a:hover {
    cursor: pointer;
    color: #F779AF;
}
#reina, #mercado, #contactos, #legal {
    background-color: #F2E0C8;
}
.separation-beige {
    position: absolute;
    width: 100%;
    top: -58px;
    left: 0;
}
footer .separation-beige {
    top: -10px;
}
.title-margin {
    margin-top: 20px;
}
.illustration {
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center;     /* vertical */
}
#calice-illustration {
    width: 46%;
}
#games-illustration {
    width: 80%;
}
#grimoire-illustration {
    width: 50%;
}
#carreta-illustration {
    width: 100%;
}
#pigeon-illustration {
    width: 50%;
}
footer {
    background-color: black;
    height: 300px;
    position: relative;
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center;
}
footer p {
    font-size: 20px;
    margin-top: 120px;
}
footer a, footer a:visited {
    color: white;
    text-decoration: none;
}
footer a:hover {
    cursor: pointer;
    color: #F2E0C8;
}
.conqui-form {
    width: 90%;
    height: 35px;
    border: 2px solid #4F4130;
    border-radius: 10px;
    background-color: #D6CABB;
    font-size: 16px;
    padding-left: 12px;
    box-sizing: border-box;
}
.conqui-form:focus, .conqui-textarea-form:focus {
    background-color: white;
}
#contactos label {
    display: block;
    font-size: 20px;
    margin-bottom: 8px;
}
.conqui-textarea-form {
    width: 90%;
    border: 2px solid #4F4130;
    border-radius: 10px;
    background-color: #D6CABB;
    font-size: 16px;
    padding-left: 12px;
    padding-top: 10px;
    box-sizing: border-box;
}
.submit-container {
    width: 90%;
    padding-left: 10%;
    text-align: right;
}
.submit-container img {
    width: 20%;
    margin-top: 20px;
}
.submit-container img:hover {
    cursor: pointer;
    box-shadow: 0px 0px 30px 7px white;
    border-radius: 10px;
}
.button-grey {
    filter: grayscale(100%);
    pointer-events: none;
}
#contact-form-feedback {
    width: 90%;
    padding-left: 10%;
    font-size: 16px;
    margin-top: 10px;
}
#contact-form-feedback.success {
    color: #2e6b1f;
}
#contact-form-feedback.error {
    color: #a3241f;
}
#contact-form ul {
    width: 90%;
    margin-left: 10%;
    padding-left: 20px;
    color: #a3241f;
    font-size: 14px;
}
.footer-desktop {
    display: block !important;
}
.footer-mobile, #tablet-menu {
    display: none !important;
}
#menu-mobile {
    display: none;
}
.menu-mobile {
    display: none;
}
#button-to-top {
    display: block;
    position: fixed;
    bottom: 30px;
    z-index: 10;
    right: 40px;
    width: 4%;
    cursor: pointer;
}
#bird {
    display: none;
    width: 600px;
    height: auto;
    position: absolute;
    right: 129px;
    top: 125px;
}
