body {
    margin : 0px;
    min-height: 100vh;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #051227!important;
    width: 100%;
}

a {
    text-decoration: none!important;
    color: inherit
}

a:visited {
    color: inherit;
}

.background-image {
    position: absolute;
    z-index: 1;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
}

.logo {
    z-index: 2;
}

.title{
    line-height: 84%;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0px;
    z-index: 2;
}

.buttons-wrapper {
    width: 100%;
    z-index: 2;
}

.custom-button {
    font-weight: light;
    border: 1px solid #D9D9D9;
    font-family: "Roboto", sans-serif;
    height: 38px;
    font-size: 18px;
    line-height: 197%;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.mail-button {
    background-color: #021a38;
    color: #D9D9D9;
}

.quote-button {
    background-color: #e3c6a9; 
    color: #0c2340; 
    border-color: #FFF; 
    font-weight: bold; 
}

.catalogue-button {
    background-color: #D9D9D9;
    color: #0C2340;
}

.mail-button:hover {
    background-color: #010a15;
}

.quote-button:hover {
    background-color: #bb946c; 
}

.catalogue-button:hover {
    background-color: #867f7f;
}

.modal-form {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1024px) {
    body{
        background-image: url("../Images/background-mobile.jpg");
        background-size: contain;
        background-position: center 100px;
        background-repeat: no-repeat;
    }

    .logo{
        margin-top: 20px;
        width: 172px;
        height: 169px;
    }

    .title {
        margin-top: 180px;
        margin-bottom: 40px;
        text-align: center;
        color: #E1C0A0;
        font-size: 60px;
        font-weight: 100;
    }

    .buttons-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .custom-button {
        width: 250px;
    }
    
    .catalogue-button, .mail-button-right {
        margin-top: 19px;
    }

    .modal-form {
        height: 86vh !important;
    }
}

@media only screen and (min-width: 1025px) {
    body {
        background-image: url("../Images/background-desktop.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
    }

    .logo {
        margin-top: 4.43vh;
        width: 190px;
        height: 179px;
    }

    .title {
        margin-top: 6.33vh;
        margin-left: 3.87vw;
        color: white;
        font-size: 100px;
        font-weight: 160;
        letter-spacing: 3px;
        text-align: center;
    }

    .buttons-wrapper {
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-top: 31.65vh;
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }

    .custom-button {
        min-height: 35px;
    }

    .mail-button {
        margin-left: 10vw;
        min-width: 16.27vw;
    }

    .mail-button-right {
        margin-left: 2.4vw !important;
        margin-right: 7vw;
    }

    .catalogue-button {
        margin-left: 2.4vw;
        min-width: 19.28vw;
    }

    .modal-form {
        height: 75vh;
        width: 768px;
    }
}

@media only screen and (max-width: 1024px) and (max-height: 775px){
    body {
        min-height: 825px;
    }
}

@media only screen and (min-width: 1025px) and (max-height: 775px) {
    body {
        min-height: 550px;
    }
}
