*
{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.hero img {
    width: 100%;
    display: block;
}

footer
{
    background: #F4F4F4;
    padding-top: 50px;
    padding-bottom: 30px;
}

footer .link
{
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
footer .link:hover
{
    text-decoration: underline;
}

footer .logo
{
    float: right;
    width: 128px;
}

footer .social_links
{
    float: left;
    width: calc(100% - 5px);
    margin-top: 15px;
}

footer .social_links .social_link
{
    float: right;
    width: 17px;
    margin-left: 26px;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

main > .container {
    padding: 30px 15px 0;
}

.ajax-loader {
    background: rgba(0, 0, 0, 0.6);
    cursor: wait;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: none;
}