@font-face {
    font-family: "Roboto-light";
    src: local('Roboto Light'), url("./fonts/roboto/Roboto-Light.woff2") format("woff2"), url("./fonts/roboto/Roboto-Light.woff") format("woff");
    font-weight: 300;
}

@font-face {
    font-family: "Roboto-medium";
    src: local('Roboto Medium'), url("./fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("./fonts/roboto/Roboto-Medium.woff") format("woff");
    font-weight: 500;
}

html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.text-bg {
    position: relative;
    color: #444;
    z-index: 2;
    margin: auto;
    top: 24px;
    text-align: left;
    font-size: 1.0em;
    padding: 12px 0px;
    line-height: 1.75;
}

a {
    font-family: "Roboto-medium", sans-serif;
    color: #000;
    font-weight: 500;
}

a:visited {
    color: #000;
}

a:hover {
    background-color: #888;
    color: #e8e8e8;
}

.about-links a {
    font-family: "Roboto-light", sans-serif;
    font-weight: 300;
}

.about-links {
    font-size: 1.0em;
    position: sticky;
    top: 100vh;
    text-align: center;
    font-family: "Roboto-light", sans-serif;
    font-weight: 300;
    padding-bottom: 8px;
}

h1 {
    background-color: #ccc;
    text-align: center;
    margin-bottom: 100px;
    font-size: 1.5em;
}

p {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}

.login {
    background-image: url(https://replay.sport/Assets/login_icon_dark.svg);
    display: inline-block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    position: relative;
    top: 2px;
}

#logo-type {
    width: 100%;
    height: 55px;
    background-image: url(https://replay.sport/Assets/logo-type.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 328px 56px;
    margin-bottom: 42px;
}

.image-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 200px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    overflow: visible;
}

#bg_about {
    /*background-image: url("https://replay.sport/Assets/bgimage.webp");*/
}

#scroll-container {
    overflow: visible;
    font-family: "Roboto-light", sans-serif;
    max-width: 38rem;
    padding: 2rem;
    font-weight: 400;
    margin: auto;
}

.donate-with-paypal:hover {
    background-color: #0d6efd;
    color: #FFFFFF;
}

.donate-with-paypal:visited:hover {
    background-color: #0d6efd;
    color: #FFFFFF;
}

.donate-with-paypal:hover {
    background-color: #0d6efd;
    color: #FFFFFF;
}

.donate-with-paypal:visited {
    text-decoration: none;
    color: #0d6efd;
}

.donate-with-paypal {
    text-decoration: none;
}

.donate-with-paypal {
    background-image: url("de-pp-logo-150px.png");
    background-repeat: no-repeat;
    background-position: 125px 11px;
    vertical-align: middle;
    line-height: 64px;
    text-decoration: none;
    display: block;
    text-align: left;
    color: #0d6efd;
    background-color: #FFFFFF;
    border: solid 1px #0d6efd;
    position: relative;
    width: 260px;
    height: 64px;
    border-radius: 8px;
    margin: 24px auto 0 auto;
    font-size: 18px;
    padding: 0px 18px 0px 18px;
    font-family: "Roboto-medium", sans-serif;
}
