

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.footer p {
    color: white;
}

.footer__bottom {
    background-image: url(/assets/img/bg-footer.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 1.1em 26.042vw 1.1em 0;
}

body {
    background: #212529;
}

a[href]:hover {
    color: #7ca23e !important;
}

a {
    color: white;
    font-family: arial;
    text-decoration: none;
}

ul {
    list-style: none;
    color: white;
}

.footer__bottom ul li {
    font-size: 0.78vw;
    text-align: right;
}

.socialmedia img {
    width: 30px;
    margin-right: 3px;
}

.btn,
.btn:hover,
.btn:active,
.btn:visited,
.btn:focus {

    background: #7ca23e;

    color: #FFFFFF;

    border: 0px;

    padding: 16px;

}