/*
 * Custom CSS
 */
@import url('https://fonts.googleapis.com/css2?family=Bangers&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

:root {
    --bs-body-bg: var(--bs-gray-100);
}
body {
    background-image: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);
    height: 100vh;
    background-position: center center;
    background-attachment: fixed;
    font-family: "Rubik", sans-serif !important;
    font-optical-sizing: auto !important;
    font-weight: 400;
    font-style: normal;
}
header .site-logo{
    margin: 10px auto;
}
header .site-logo .site-symbol{
    height: 60px;
    overflow: hidden;
}
header .site-logo .site-symbol img{
    height: 60px;
}
header .site-logo .site-name{
    font-size: 30px;
    margin-left: 10px;
    font-family: "Bangers", system-ui;
    font-weight: 400;
    font-style: normal;
    color: var(--bs-primary);
}
header .navbar{
    border-radius: 5px;
    margin-bottom: 30px;
}
.home-slider{
    border-radius: 5px !important;
    overflow: hidden;
}
.sites-container{
    margin-top: 30px;
}
.sites-container .site-card{
    background-color: var(--bs-gray-500);
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px;
}
.sites-container .site-card .logo{
    text-align: center;
    margin-bottom: 5px;
    padding: 20px 0;
    background: var(--bs-gray-600);
    border-radius: 5px;
}
.sites-container .site-card .text .name{
    text-align: center;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 30px;
    color: var(--bs-primary);
}
.sites-container .site-card .text .bonus{
    text-align: center;
    font-weight: 600;
    font-size: 18px !important;
    line-height: 30px;
}
.sites-container .site-card .text .button{
    margin-top: 10px;
}
footer{
    background-color: var(--bs-gray-800);
    padding: 20px 0 0 0;
    color: #ffffff;
}
footer .copyright{
    font-size: 12px !important;
    background: #000000;
    line-height: 50px;
}
footer .footer-menu{
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 14px;
}
footer .footer-menu .title{
    font-size: 18px;
    font-weight: 600;
}
footer .footer-menu li{
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
}
footer .footer-menu li a,
footer .footer-menu li a:visited,
footer .footer-menu li a:focus{
    color: var(--bs-white);
    text-decoration: none;
    line-height: 25px;
    display: block;
    text-wrap: nowrap;
    overflow: hidden;
    width: 80%;
    text-overflow: ellipsis;
}
footer .footer-menu li a:hover{
    text-decoration: underline;
}