﻿
.landing-page {
    background-image: url("../Images/Background.jpg");
    background-repeat: repeat-x;
    height: 80vh;
    padding-bottom: 10px;
}

.layout-landing {
    display: flex;
    align-items: center;
    gap: 2em;
    flex-direction: column;
}

.layout-landing-item {
    display: flex;
    flex: 1;
    width: 100% !important;
    justify-content: center;
    align-items: center;
}

.layout-landing-item a {
    text-align:center
}

.button-landing {
    width: 60%;
    height: auto;
    border-color: transparent !important;
    color: transparent !important;
    border: 0;
}

.button-landing-logo {
    width: 25%;
    height: auto;
}

/*ipad*/
@media all and (max-width:1024px) {

    .button-landing-logo {
        width: 40%;
    }
}


/*mobile*/
@media all and (max-width:768px) {

    .button-landing {
        width: 60%;
    }

    .button-landing-logo {
        width: 60%;
    }
}
