@font-face {
    font-family: Portago ITC;
    src: url(fonts/portago_itc.ttf);
}

.text-shadow {
    text-shadow: 1px 1px 5px #000, 5px 5px 5px rgba(0, 0, 0, 0.6);
}

.logo {
    font-family: 'Portago ITC';
    color: #fff;
    border-radius: 2rem;
    font-size: 2em;
    padding: 0.5rem 2rem;
    background: linear-gradient(#000, #0000ff, #000);
    text-shadow: 0px 0px 5px #000;
    text-decoration: none;
}

.logo span {
    color: #B0C4DE;
}

.bd-placeholder-home {
    background-image: url(../img/bg-snowboarders_1.jpg);
    background-position: bottom;
    background-size: cover;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.bd-placeholder-loan {
    background-image: url(../img/bg-snowboarders_2.jpg);
    background-size: cover;
    background-position: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.bd-placeholder-service {
    background-image: url(../img/bg-snowboarders_3.jpg);
    background-size: cover;
    background-position: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}