font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto-v18-latin_latin-ext-regular.eot');
    src: local('Roboto'), local('Roboto-Regular'), url('fonts/roboto-v18-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-v18-latin_latin-ext-regular.woff2') format('woff2'), url('fonts/roboto-v18-latin_latin-ext-regular.woff') format('woff'), url('fonts/roboto-v18-latin_latin-ext-regular.ttf') format('truetype'), url('fonts/roboto-v18-latin_latin-ext-regular.svg#Roboto') format('svg')
}

html {
    font-family: Roboto, sans-serif, Arial, Tahoma, Ubuntu;
    height: 100%;
    background: url('../images/body_new.jpg') no-repeat center center fixed;    
    background-size:100% 100%;
}

body {
    padding:0;
    margin:0;
    color:#d5d5d5;
    height: 100%;
}

a, a:active, a:visited {
    color: #ead01f;
    text-decoration: none;
}

.top {
    position: relative;
    width: 950px;
    height: 114px;
    background-image: url("../images/top_bg.jpg");
}

.logo {
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 28px;
}

.players {
    text-align: center;
    position: absolute;
    display: inline-block;
    top: 25px;
    left: 410px;
}

.players_title {
    font-size: 18px;
    color: #DFCC8A;
}

.players_number {
    font-size: 40px;
    font-weight: bold;
    color: #84c223;
}

.download_button {
    display:inline-block;
    position:absolute;
    top: 26px;
    right: 20px;
    background-image: linear-gradient(#2b521d, #032210);
    border-radius:20px;
    border: 2px solid #decd8a;
    width: 280px;
    height: 60px;
    cursor:pointer;
}

.download_button:hover {
    display:inline-block;
    position:absolute;
    top: 26px;
    right: 20px;
    background-image: linear-gradient(#032210, #2b521d);
    border-radius:20px;
    border: 2px solid #469934;
    width: 280px;
    height: 60px;
    cursor:pointer;
}

.download_button_text {
    color: #decd8a;
    font-size: 22px;
    width: 280px;
    text-align:center;
    padding-top: 17px;
    font-weight:bold;
    text-transform: uppercase;
}

.page {
    width: 950px;
    height: 425px;
    background-image: url("../images/page_background.jpg");
}

.page_privacy {
    padding: 2px 20px;
    font-size: 15px;
    max-height: 421px;
    overflow-y: scroll;
    background-color: #031001;
    background-image: linear-gradient(#062503, #031001);
    box-shadow: inset 0px 2px 2px 0px #000; 
    -webkit-box-shadow: inset 0px 2px 2px 0px #000; 
}

.page_privacy_header {
    font-size: 18px;
    font-weight:bold;
    text-align:center;
}

.slogan1 {
    font-size: 48px;
    font-weight:bold;
    padding-left: 20px;
    padding-top:45px;
    color: #ead01f;
    background: -webkit-linear-gradient(#dbb10e 0, #f5e62b 50%, #dbb10e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slogan2 {
    width: 474px;
    font-size: 36px;
    padding-left: 20px;
    padding-top:40px;
}

.slogan3 {
    max-width: 474px;
    font-size: 23px;
    padding-left: 20px;
    padding-top:40px;
    color: #d5d5d5;
}

.download_link, .download_link:hover {
    text-decoration: underline;
}

.footer {
    position:relative;
    width: 950px;
    height: 52px;
    background-image: url("../images/footer_bg.jpg");
}

.copyright {
    display: inline-block;
    position:absolute;
    color: #DFCC8A;
    font-weight: bold;
    font-size: 11px;
    top: 20px;
    left: 20px;
}

.flag_pl {
    display:inline-block;
    position:absolute;
    width: 26px;
    height: 14px;
    top:20px;
    right:135px;
}

.flag_en {
    display:inline-block;
    position:absolute;
    width: 26px;
    height: 14px;
    top: 20px;
    right: 85px;
}

.footer_link {
    color: #469934;
    font-weight:bold;
    font-size: 11px;
    display:inline-block;
    position:absolute;
    top: 20px;
    right: 20px;
}

.contact_link, .contact_link:visited, .contact_link:active {
    color: #469934;
    font-weight:bold;
    font-size: 11px;
}

.contact_link:hover {
    text-decoration: underline;
}

.disclaimer {
    margin: auto;
    width: 950px;
    height: 26px;
    background-color: #012211;
    box-shadow: #000 0px 0px 6px 4px;
}

.disclaimer-text {
    text-align: center;
    margin: auto;
    font-size: 11px;
    color: #3e6d25;
    padding-top: 7px;
}

.separator {
    min-height: 16px;
}

.cookies {
    margin: auto;
    width: 950px;
    background-color: #012211;
    box-shadow: #000 0px 0px 6px 4px;
}

.cookies-text {
    text-align: center;
    margin: auto;
    font-size: 11px;
    color: #3e6d25;
    padding-top: 7px;
    padding-bottom: 7px;
}

/* scrollbar /*

/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px grey; 
  border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: darkgreen; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: green; 
}